Searched refs:systemUiProxy (Results 1 – 5 of 5) sorted by relevance
79 SystemUiProxy systemUiProxy, Handler handler) { in TaskbarNavButtonController() argument81 mSystemUiProxy = systemUiProxy; in TaskbarNavButtonController()
55 public RecentsAnimationCallbacks(SystemUiProxy systemUiProxy, in RecentsAnimationCallbacks() argument57 mSystemUiProxy = systemUiProxy; in RecentsAnimationCallbacks()
72 public SplitSelectStateController(Handler handler, SystemUiProxy systemUiProxy, in SplitSelectStateController() argument76 mSystemUiProxy = systemUiProxy; in SplitSelectStateController()
77 public static void saveScreenshot(SystemUiProxy systemUiProxy, Bitmap screenshot, in saveScreenshot() argument80 systemUiProxy.handleImageBundleAsScreenshot(BitmapUtil.hardwareBitmapToBundle(screenshot), in saveScreenshot()
4424 final SystemUiProxy systemUiProxy = SystemUiProxy.INSTANCE.get(getContext()); in finishRecentsAnimation() local4425 systemUiProxy.notifySwipeToHomeFinished(); in finishRecentsAnimation()4426 systemUiProxy.setShelfHeight(true, mActivity.getDeviceProfile().hotseatBarSizePx); in finishRecentsAnimation()