Searched refs:mPanelView (Results 1 – 4 of 4) sorted by relevance
58 private final NotificationPanelView mPanelView = mock(NotificationPanelView.class); field in HeadsUpAppearanceControllerTest78 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()
51 private final NotificationPanelView mPanelView; field in HeadsUpAppearanceController92 mPanelView = panelView; in HeadsUpAppearanceController()108 mPanelView.removeTrackingHeadsUpListener(mSetTrackingHeadsUp); in destroy()109 mPanelView.removeVerticalTranslationListener(mUpdatePanelTranslation); in destroy()110 mPanelView.setHeadsUpAppearanceController(null); in destroy()
160 private NotificationPanelView mPanelView; field in NavigationBarView317 mPanelView = panel; in setComponents()768 setSlippery(!isQuickStepSwipeUpEnabled() || mPanelView.isFullyExpanded()); in updateSlippery()
65 private HeightListener mPanelView; field in QSFragment159 mPanelView = panelView; in setPanelView()389 mPanelView.onQsHeightChanged(); in notifyCustomizeChanged()