HomeSort by relevance Sort by last modified time
    Searched refs:mPanelView (Results 1 - 4 of 4) sorted by null

  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
HeadsUpAppearanceControllerTest.java 58 private final NotificationPanelView mPanelView = mock(NotificationPanelView.class);
78 mPanelView,
129 reset(mPanelView);
134 verify(mPanelView).removeVerticalTranslationListener(any());
135 verify(mPanelView).removeTrackingHeadsUpListener(any());
136 verify(mPanelView).setHeadsUpAppearanceController(any());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
HeadsUpAppearanceController.java 51 private final NotificationPanelView mPanelView;
92 mPanelView = panelView;
108 mPanelView.removeTrackingHeadsUpListener(mSetTrackingHeadsUp);
109 mPanelView.removeVerticalTranslationListener(mUpdatePanelTranslation);
110 mPanelView.setHeadsUpAppearanceController(null);
NavigationBarView.java 160 private NotificationPanelView mPanelView;
317 mPanelView = panel;
768 setSlippery(!isQuickStepSwipeUpEnabled() || mPanelView.isFullyExpanded());
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSFragment.java 65 private HeightListener mPanelView;
159 mPanelView = panelView;
389 mPanelView.onQsHeightChanged();

Completed in 518 milliseconds