Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DSystemUiProxy.java45 private ISystemUiProxy mSystemUiProxy; field in SystemUiProxy
71 mSystemUiProxy = proxy; in setProxy()
86 return mSystemUiProxy != null; in isActive()
90 if (mSystemUiProxy != null) { in linkToDeath()
92 mSystemUiProxy.asBinder().linkToDeath(mSystemUiProxyDeathRecipient, 0 /* flags */); in linkToDeath()
100 if (mSystemUiProxy != null) { in unlinkToDeath()
101 mSystemUiProxy.asBinder().unlinkToDeath(mSystemUiProxyDeathRecipient, 0 /* flags */); in unlinkToDeath()
107 if (mSystemUiProxy != null) { in startScreenPinning()
109 mSystemUiProxy.startScreenPinning(taskId); in startScreenPinning()
118 if (mSystemUiProxy != null) { in onSplitScreenInvoked()
[all …]
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DStatusBarTouchController.java63 private final SystemUiProxy mSystemUiProxy; field in StatusBarTouchController
73 mSystemUiProxy = SystemUiProxy.INSTANCE.get(mLauncher); in StatusBarTouchController()
88 if (mSystemUiProxy.isActive()) { in dispatchTouchEvent()
90 mSystemUiProxy.onStatusBarMotionEvent(ev); in dispatchTouchEvent()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DImageActionsApi.java50 protected final SystemUiProxy mSystemUiProxy; field in ImageActionsApi
55 mSystemUiProxy = SystemUiProxy.INSTANCE.get(context); in ImageActionsApi()
96 ImageActionUtils.saveScreenshot(mSystemUiProxy, screenshot, screenshotBounds, visibleInsets, in saveScreenshot()