Home
last modified time | relevance | path

Searched refs:mPanelView (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceControllerTest.java58 private final NotificationPanelView mPanelView = mock(NotificationPanelView.class); field in HeadsUpAppearanceControllerTest
78 mPanelView, in setUp()
129 reset(mPanelView); in testDestroy()
134 verify(mPanelView).removeVerticalTranslationListener(any()); in testDestroy()
135 verify(mPanelView).removeTrackingHeadsUpListener(any()); in testDestroy()
136 verify(mPanelView).setHeadsUpAppearanceController(any()); in testDestroy()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceController.java51 private final NotificationPanelView mPanelView; field in HeadsUpAppearanceController
92 mPanelView = panelView; in HeadsUpAppearanceController()
108 mPanelView.removeTrackingHeadsUpListener(mSetTrackingHeadsUp); in destroy()
109 mPanelView.removeVerticalTranslationListener(mUpdatePanelTranslation); in destroy()
110 mPanelView.setHeadsUpAppearanceController(null); in destroy()
DNavigationBarView.java160 private NotificationPanelView mPanelView; field in NavigationBarView
317 mPanelView = panel; in setComponents()
768 setSlippery(!isQuickStepSwipeUpEnabled() || mPanelView.isFullyExpanded()); in updateSlippery()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSFragment.java65 private HeightListener mPanelView; field in QSFragment
159 mPanelView = panelView; in setPanelView()
389 mPanelView.onQsHeightChanged(); in notifyCustomizeChanged()