Home
last modified time | relevance | path

Searched refs:mShadeViewController (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/ambient/touch/
DShadeTouchHandlerTest.java60 ShadeViewController mShadeViewController; field in ShadeTouchHandlerTest
81 mTouchHandler = new ShadeTouchHandler(Optional.of(mCentralSurfaces), mShadeViewController, in setup()
119 verify(mShadeViewController, times(2)).handleExternalTouch(any()); in testSwipeDown_communalDisabled_sentToShadeView()
131 verify(mShadeViewController, times(2)).handleExternalTouch(any()); in testSwipeDown_dreaming_sentToShadeView()
153 verify(mShadeViewController, never()).handleExternalTouch(any()); in testSwipeUp_communalDisabled_touchesNotSent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/touch/
DShadeTouchHandler.java44 private final ShadeViewController mShadeViewController; field in ShadeTouchHandler
59 mShadeViewController = shadeViewController; in ShadeTouchHandler()
117 mShadeViewController.handleExternalTouch(event); in sendTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarHeadsUpChangeListener.java42 private final ShadeViewController mShadeViewController; field in StatusBarHeadsUpChangeListener
63 mShadeViewController = shadeViewController; in StatusBarHeadsUpChangeListener()
83 mShadeViewController.updateTouchableRegion(); in onHeadsUpPinnedModeChanged()
DHeadsUpAppearanceController.java82 private final ShadeViewController mShadeViewController; field in HeadsUpAppearanceController
149 mShadeViewController = shadeViewController; in HeadsUpAppearanceController()
194 return mShadeViewController.getShadeHeadsUpTracker(); in getShadeHeadsUpTracker()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceControllerTest.java71 private final ShadeViewController mShadeViewController = field in HeadsUpAppearanceControllerTest
111 when(mShadeViewController.getShadeHeadsUpTracker()).thenReturn(mShadeHeadsUpTracker); in setUp()
123 mShadeViewController, in setUp()
210 mShadeViewController, in constructor_animationValuesUpdated()
DCentralSurfacesCommandQueueCallbacksTest.java83 @Mock private ShadeViewController mShadeViewController; field in CentralSurfacesCommandQueueCallbacksTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowViewController.java139 private final ShadeViewController mShadeViewController; field in NotificationShadeWindowViewController
202 mShadeViewController = shadeViewController; in NotificationShadeWindowViewController()
549 mShadeViewController.handleExternalInterceptTouch(cancellation); in setupExpandedStatusBar()
568 if (!handled && mShadeViewController.handleExternalTouch(ev)) { in setupExpandedStatusBar()
666 if (mShadeViewController.handleExternalInterceptTouch(ev)) { in didNotificationPanelInterceptEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBarView.java155 private ShadeViewController mShadeViewController; field in NavigationBarView
354 mShadeViewController = svc; in setComponents()
743 Log.d(TAG, "Updating panel sysui state flags: panelView=" + mShadeViewController); in updatePanelSystemUiStateFlags()
745 if (mShadeViewController != null) { in updatePanelSystemUiStateFlags()
746 mShadeViewController.updateSystemUiStateFlags(); in updatePanelSystemUiStateFlags()
DNavigationBar.java203 private final ShadeViewController mShadeViewController; field in NavigationBar
606 mShadeViewController = shadeViewController; in NavigationBar()
782 mView.setComponents(mShadeViewController, mPanelExpansionInteractor); in onViewAttached()
1428 mShadeViewController.setQsScrimEnabled(!isVertical); in onVerticalChanged()