Home
last modified time | relevance | path

Searched refs:systemUiProxy (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DTaskbarNavButtonController.java79 SystemUiProxy systemUiProxy, Handler handler) { in TaskbarNavButtonController() argument
81 mSystemUiProxy = systemUiProxy; in TaskbarNavButtonController()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DRecentsAnimationCallbacks.java55 public RecentsAnimationCallbacks(SystemUiProxy systemUiProxy, in RecentsAnimationCallbacks() argument
57 mSystemUiProxy = systemUiProxy; in RecentsAnimationCallbacks()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DSplitSelectStateController.java72 public SplitSelectStateController(Handler handler, SystemUiProxy systemUiProxy, in SplitSelectStateController() argument
76 mSystemUiProxy = systemUiProxy; in SplitSelectStateController()
H A DImageActionUtils.java77 public static void saveScreenshot(SystemUiProxy systemUiProxy, Bitmap screenshot, in saveScreenshot() argument
80 systemUiProxy.handleImageBundleAsScreenshot(BitmapUtil.hardwareBitmapToBundle(screenshot), in saveScreenshot()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DRecentsView.java4424 final SystemUiProxy systemUiProxy = SystemUiProxy.INSTANCE.get(getContext()); in finishRecentsAnimation() local
4425 systemUiProxy.notifySwipeToHomeFinished(); in finishRecentsAnimation()
4426 systemUiProxy.setShelfHeight(true, mActivity.getDeviceProfile().hotseatBarSizePx); in finishRecentsAnimation()