Loading quickstep/src/com/android/launcher3/taskbar/TaskbarDragLayer.java +2 −2 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ import androidx.annotation.Nullable; import androidx.core.graphics.Insets; import androidx.core.view.WindowInsetsCompat; import com.android.app.viewcapture.SettingsAwareViewCapture; import com.android.app.viewcapture.ViewCaptureFactory; import com.android.launcher3.AbstractFloatingView; import com.android.launcher3.testing.TestLogging; import com.android.launcher3.testing.shared.TestProtocol; Loading Loading @@ -150,7 +150,7 @@ public class TaskbarDragLayer extends BaseDragLayer<TaskbarActivityContext> { protected void onAttachedToWindow() { super.onAttachedToWindow(); getViewTreeObserver().addOnComputeInternalInsetsListener(mTaskbarInsetsComputer); mViewCaptureCloseable = SettingsAwareViewCapture.getInstance(getContext()) mViewCaptureCloseable = ViewCaptureFactory.getInstance(getContext()) .startCapture(getRootView(), ".Taskbar"); } Loading quickstep/src/com/android/launcher3/taskbar/overlay/TaskbarOverlayDragLayer.java +2 −2 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ import android.view.WindowInsets; import androidx.annotation.NonNull; import com.android.app.viewcapture.SettingsAwareViewCapture; import com.android.app.viewcapture.ViewCaptureFactory; import com.android.launcher3.AbstractFloatingView; import com.android.launcher3.testing.TestLogging; import com.android.launcher3.testing.shared.TestProtocol; Loading Loading @@ -59,7 +59,7 @@ public class TaskbarOverlayDragLayer extends protected void onAttachedToWindow() { super.onAttachedToWindow(); getViewTreeObserver().addOnComputeInternalInsetsListener(this); mViewCaptureCloseable = SettingsAwareViewCapture.getInstance(getContext()) mViewCaptureCloseable = ViewCaptureFactory.getInstance(getContext()) .startCapture(getRootView(), ".TaskbarOverlay"); } Loading quickstep/src/com/android/launcher3/uioverrides/QuickstepLauncher.java +2 −2 Original line number Diff line number Diff line Loading @@ -103,7 +103,7 @@ import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.annotation.RequiresApi; import com.android.app.viewcapture.SettingsAwareViewCapture; import com.android.app.viewcapture.ViewCaptureFactory; import com.android.launcher3.AbstractFloatingView; import com.android.launcher3.DeviceProfile; import com.android.launcher3.Flags; Loading Loading @@ -671,7 +671,7 @@ public class QuickstepLauncher extends Launcher implements RecentsViewContainer addMultiWindowModeChangedListener(mDepthController); initUnfoldTransitionProgressProvider(); if (FeatureFlags.CONTINUOUS_VIEW_TREE_CAPTURE.get()) { mViewCapture = SettingsAwareViewCapture.getInstance(this).startCapture(getWindow()); mViewCapture = ViewCaptureFactory.getInstance(this).startCapture(getWindow()); } getWindow().addPrivateFlags(PRIVATE_FLAG_OPTIMIZE_MEASURE); QuickstepOnboardingPrefs.setup(this); Loading Loading
quickstep/src/com/android/launcher3/taskbar/TaskbarDragLayer.java +2 −2 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ import androidx.annotation.Nullable; import androidx.core.graphics.Insets; import androidx.core.view.WindowInsetsCompat; import com.android.app.viewcapture.SettingsAwareViewCapture; import com.android.app.viewcapture.ViewCaptureFactory; import com.android.launcher3.AbstractFloatingView; import com.android.launcher3.testing.TestLogging; import com.android.launcher3.testing.shared.TestProtocol; Loading Loading @@ -150,7 +150,7 @@ public class TaskbarDragLayer extends BaseDragLayer<TaskbarActivityContext> { protected void onAttachedToWindow() { super.onAttachedToWindow(); getViewTreeObserver().addOnComputeInternalInsetsListener(mTaskbarInsetsComputer); mViewCaptureCloseable = SettingsAwareViewCapture.getInstance(getContext()) mViewCaptureCloseable = ViewCaptureFactory.getInstance(getContext()) .startCapture(getRootView(), ".Taskbar"); } Loading
quickstep/src/com/android/launcher3/taskbar/overlay/TaskbarOverlayDragLayer.java +2 −2 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ import android.view.WindowInsets; import androidx.annotation.NonNull; import com.android.app.viewcapture.SettingsAwareViewCapture; import com.android.app.viewcapture.ViewCaptureFactory; import com.android.launcher3.AbstractFloatingView; import com.android.launcher3.testing.TestLogging; import com.android.launcher3.testing.shared.TestProtocol; Loading Loading @@ -59,7 +59,7 @@ public class TaskbarOverlayDragLayer extends protected void onAttachedToWindow() { super.onAttachedToWindow(); getViewTreeObserver().addOnComputeInternalInsetsListener(this); mViewCaptureCloseable = SettingsAwareViewCapture.getInstance(getContext()) mViewCaptureCloseable = ViewCaptureFactory.getInstance(getContext()) .startCapture(getRootView(), ".TaskbarOverlay"); } Loading
quickstep/src/com/android/launcher3/uioverrides/QuickstepLauncher.java +2 −2 Original line number Diff line number Diff line Loading @@ -103,7 +103,7 @@ import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.annotation.RequiresApi; import com.android.app.viewcapture.SettingsAwareViewCapture; import com.android.app.viewcapture.ViewCaptureFactory; import com.android.launcher3.AbstractFloatingView; import com.android.launcher3.DeviceProfile; import com.android.launcher3.Flags; Loading Loading @@ -671,7 +671,7 @@ public class QuickstepLauncher extends Launcher implements RecentsViewContainer addMultiWindowModeChangedListener(mDepthController); initUnfoldTransitionProgressProvider(); if (FeatureFlags.CONTINUOUS_VIEW_TREE_CAPTURE.get()) { mViewCapture = SettingsAwareViewCapture.getInstance(this).startCapture(getWindow()); mViewCapture = ViewCaptureFactory.getInstance(this).startCapture(getWindow()); } getWindow().addPrivateFlags(PRIVATE_FLAG_OPTIMIZE_MEASURE); QuickstepOnboardingPrefs.setup(this); Loading