Searched refs:systemUiProxy (Results 1 – 3 of 3) sorted by relevance
70 public SplitSelectStateController(Handler handler, SystemUiProxy systemUiProxy) { in SplitSelectStateController() argument71 mSystemUiProxy = systemUiProxy; in SplitSelectStateController()
77 public static void saveScreenshot(SystemUiProxy systemUiProxy, Bitmap screenshot, in saveScreenshot() argument80 systemUiProxy.handleImageBundleAsScreenshot(BitmapUtil.hardwareBitmapToBundle(screenshot), in saveScreenshot()
3453 final SystemUiProxy systemUiProxy = SystemUiProxy.INSTANCE.get(getContext()); in finishRecentsAnimation() local3454 systemUiProxy.notifySwipeToHomeFinished(); in finishRecentsAnimation()3455 systemUiProxy.setShelfHeight(true, mActivity.getDeviceProfile().hotseatBarSizePx); in finishRecentsAnimation()