/packages/apps/Launcher3/quickstep/src/com/android/launcher3/desktop/ |
D | DesktopRecentsTransitionController.kt | 39 private val systemUiProxy: SystemUiProxy, constant in com.android.launcher3.desktop.DesktopRecentsTransitionController 57 systemUiProxy.showDesktopApps(desktopTaskView.display.displayId, transition) in launchDesktopFromRecents() 62 systemUiProxy.moveToDesktop(taskId, transitionSource) in moveToDesktop()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | RecentsAnimationCallbacks.java | 64 public RecentsAnimationCallbacks(SystemUiProxy systemUiProxy, in RecentsAnimationCallbacks() argument 66 mSystemUiProxy = systemUiProxy; in RecentsAnimationCallbacks()
|
D | RecentsActivity.java | 136 SystemUiProxy systemUiProxy = SystemUiProxy.INSTANCE.get(this); in setupViews() local 141 systemUiProxy, RecentsModel.INSTANCE.get(this), in setupViews() 153 getStateManager(), systemUiProxy, getIApplicationThread(), in setupViews()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarNavButtonController.java | 119 SystemUiProxy systemUiProxy, in TaskbarNavButtonController() argument 124 mSystemUiProxy = systemUiProxy; in TaskbarNavButtonController()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | ImageActionUtils.java | 78 public static void saveScreenshot(SystemUiProxy systemUiProxy, Bitmap screenshot, in saveScreenshot() argument 89 systemUiProxy.takeScreenshot(request); in saveScreenshot()
|
D | SplitSelectStateController.java | 191 StatsLogManager statsLogManager, SystemUiProxy systemUiProxy, RecentsModel recentsModel, in SplitSelectStateController() argument 196 mSystemUiProxy = systemUiProxy; in SplitSelectStateController()
|
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/util/ |
D | SplitSelectStateControllerTest.kt | 61 private val systemUiProxy: SystemUiProxy = mock() constant in com.android.quickstep.util.SplitSelectStateControllerTest 94 systemUiProxy, in setup()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/ |
D | QuickstepLauncher.java | 266 SystemUiProxy systemUiProxy = SystemUiProxy.INSTANCE.get(this); in setupViews() local 270 systemUiProxy, RecentsModel.INSTANCE.get(this), in setupViews() 278 getStateManager(), systemUiProxy, getIApplicationThread(), in setupViews()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | RecentsView.java | 5504 final SystemUiProxy systemUiProxy = SystemUiProxy.INSTANCE.get(getContext()); in finishRecentsAnimation() local 5505 systemUiProxy.setPipAnimationTypeToAlpha(); in finishRecentsAnimation() 5506 systemUiProxy.setShelfHeight(true, mContainer.getDeviceProfile().hotseatBarSizePx); in finishRecentsAnimation()
|