Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSplitSelectStateController.java70 public SplitSelectStateController(Handler handler, SystemUiProxy systemUiProxy) { in SplitSelectStateController() argument
71 mSystemUiProxy = systemUiProxy; in SplitSelectStateController()
DImageActionUtils.java77 public static void saveScreenshot(SystemUiProxy systemUiProxy, Bitmap screenshot, in saveScreenshot() argument
80 systemUiProxy.handleImageBundleAsScreenshot(BitmapUtil.hardwareBitmapToBundle(screenshot), in saveScreenshot()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java3453 final SystemUiProxy systemUiProxy = SystemUiProxy.INSTANCE.get(getContext()); in finishRecentsAnimation() local
3454 systemUiProxy.notifySwipeToHomeFinished(); in finishRecentsAnimation()
3455 systemUiProxy.setShelfHeight(true, mActivity.getDeviceProfile().hotseatBarSizePx); in finishRecentsAnimation()