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

  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
HeadsUpAppearanceControllerTest.java 86 when(mHeadsUpManager.hasPinnedHeadsUp()).thenReturn(true);
92 when(mHeadsUpManager.hasPinnedHeadsUp()).thenReturn(false);
100 when(mHeadsUpManager.hasPinnedHeadsUp()).thenReturn(true);
106 when(mHeadsUpManager.hasPinnedHeadsUp()).thenReturn(false);
114 when(mHeadsUpManager.hasPinnedHeadsUp()).thenReturn(true);
120 when(mHeadsUpManager.hasPinnedHeadsUp()).thenReturn(false);
StatusBarTest.java 482 when(mHeadsUpManager.hasPinnedHeadsUp()).thenReturn(true);
501 when(mHeadsUpManager.hasPinnedHeadsUp()).thenReturn(false);
520 when(mHeadsUpManager.hasPinnedHeadsUp()).thenReturn(false);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
HeadsUpAppearanceController.java 179 if (!mIsExpanded && mHeadsUpManager.hasPinnedHeadsUp()) {
234 return !mIsExpanded && mHeadsUpManager.hasPinnedHeadsUp();
HeadsUpManagerPhone.java 288 if (hasPinnedHeadsUp()) {
405 boolean shouldObserve = hasPinnedHeadsUp() || mHeadsUpGoingAway
PanelView.java 313 && mHeadsUpManager.hasPinnedHeadsUp();
326 if (isFullyCollapsed() && !mHeadsUpManager.hasPinnedHeadsUp()
491 } else if (mPanelClosedOnDown && !mHeadsUpManager.hasPinnedHeadsUp() && !mTracking
    [all...]
NotificationPanelView.java     [all...]
StatusBar.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
HeadsUpManager.java 376 public boolean hasPinnedHeadsUp() {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java     [all...]

Completed in 2957 milliseconds