Searched refs:mPanelView (Results 1 – 4 of 4) sorted by relevance
52 private final NotificationPanelView mPanelView = mock(NotificationPanelView.class); field in HeadsUpAppearanceControllerTest75 mPanelView, in setUp()149 mPanelView, in testHeaderReadFromOldController()167 reset(mPanelView); in testDestroy()172 verify(mPanelView).removeVerticalTranslationListener(any()); in testDestroy()173 verify(mPanelView).removeTrackingHeadsUpListener(any()); in testDestroy()174 verify(mPanelView).setHeadsUpAppearanceController(any()); in testDestroy()
55 private final NotificationPanelView mPanelView; field in HeadsUpAppearanceController113 mPanelView = panelView; in HeadsUpAppearanceController()144 mPanelView.removeTrackingHeadsUpListener(mSetTrackingHeadsUp); in destroy()145 mPanelView.removeVerticalTranslationListener(mUpdatePanelTranslation); in destroy()146 mPanelView.setHeadsUpAppearanceController(null); in destroy()
140 private NotificationPanelView mPanelView; field in NavigationBarView323 mPanelView = panel; in setComponents()722 if (mPanelView != null) { in updateSystemUiStateFlags()724 mPanelView.isFullyExpanded() && !mPanelView.isInSettings(), displayId); in updateSystemUiStateFlags()753 (mPanelView.isFullyExpanded() && !mPanelView.isCollapsing())); in updateSlippery()
68 private HeightListener mPanelView; field in QSFragment171 mPanelView = panelView; in setPanelView()416 mPanelView.onQsHeightChanged(); in notifyCustomizeChanged()