Searched refs:mISystemUiProxy (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/ |
D | TouchInteractionService.java | 151 mISystemUiProxy = ISystemUiProxy.Stub 243 private ISystemUiProxy mISystemUiProxy; field in TouchInteractionService 330 if (!mMode.hasGestures || mISystemUiProxy == null) { in initInputMonitor() 336 mInputMonitorCompat = InputMonitorCompat.fromBundle(mISystemUiProxy in initInputMonitor() 458 mRecentsModel.setSystemUiProxy(mISystemUiProxy); in onSystemUiProxySet() 459 mOverviewInteractionState.setSystemUiProxy(mISystemUiProxy); in onSystemUiProxySet() 524 new AssistantTouchConsumer(this, mISystemUiProxy, in onInputEvent() 570 base = new AssistantTouchConsumer(this, mISystemUiProxy, activityControl, base, in newConsumer() 577 base = new ScreenPinnedInputConsumer(this, mISystemUiProxy, activityControl); in newConsumer() 581 base = new AccessibilityInputConsumer(this, mISystemUiProxy, in newConsumer()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | OverviewInteractionState.java | 53 private ISystemUiProxy mISystemUiProxy; field in OverviewInteractionState 107 mISystemUiProxy = (ISystemUiProxy) msg.obj; in handleBgMessage() 118 if (mISystemUiProxy == null) { in applyBackButtonAlpha() 122 mISystemUiProxy.setBackButtonAlpha(alpha, animate); in applyBackButtonAlpha()
|