Home
last modified time | relevance | path

Searched refs:hasPinnedHeadsUp (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceControllerTest.java86 when(mHeadsUpManager.hasPinnedHeadsUp()).thenReturn(true); in testShowinEntryUpdated()
92 when(mHeadsUpManager.hasPinnedHeadsUp()).thenReturn(false); in testShowinEntryUpdated()
100 when(mHeadsUpManager.hasPinnedHeadsUp()).thenReturn(true); in testShownUpdated()
106 when(mHeadsUpManager.hasPinnedHeadsUp()).thenReturn(false); in testShownUpdated()
114 when(mHeadsUpManager.hasPinnedHeadsUp()).thenReturn(true); in testHeaderUpdated()
120 when(mHeadsUpManager.hasPinnedHeadsUp()).thenReturn(false); in testHeaderUpdated()
DStatusBarTest.java482 when(mHeadsUpManager.hasPinnedHeadsUp()).thenReturn(true); in testPanelOpenForPeek()
501 when(mHeadsUpManager.hasPinnedHeadsUp()).thenReturn(false); in testPanelOpenAndClear()
520 when(mHeadsUpManager.hasPinnedHeadsUp()).thenReturn(false); in testPanelOpenAndNoClear()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceController.java179 if (!mIsExpanded && mHeadsUpManager.hasPinnedHeadsUp()) { in updateTopEntry()
234 return !mIsExpanded && mHeadsUpManager.hasPinnedHeadsUp(); in shouldBeVisible()
DHeadsUpManagerPhone.java288 if (hasPinnedHeadsUp()) { in onComputeInternalInsets()
405 boolean shouldObserve = hasPinnedHeadsUp() || mHeadsUpGoingAway in updateTouchableRegionListener()
DPanelView.java313 && mHeadsUpManager.hasPinnedHeadsUp(); in onTouchEvent()
326 if (isFullyCollapsed() && !mHeadsUpManager.hasPinnedHeadsUp() in onTouchEvent()
491 } else if (mPanelClosedOnDown && !mHeadsUpManager.hasPinnedHeadsUp() && !mTracking in endMotionEvent()
DNotificationPanelView.java805 mListenForHeadsUp = mCollapsedOnDown && mHeadsUpManager.hasPinnedHeadsUp(); in initDownStates()
1662 !mHeadsUpManager.hasPinnedHeadsUp()) { in updateNotificationTranslucency()
2542 return mHeadsUpManager.hasPinnedHeadsUp() || mHeadsUpAnimatingAway;
DStatusBar.java1994 if (!mHeadsUpManager.hasPinnedHeadsUp()) { in onHeadsUpPinnedModeChanged()
3237 boolean pinnedHeadsUp = mHeadsUpManager.hasPinnedHeadsUp(); in handleVisibleToUserChangedImpl()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpManager.java376 public boolean hasPinnedHeadsUp() { in hasPinnedHeadsUp() method in HeadsUpManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java1017 || (mHeadsUpManager.hasPinnedHeadsUp() && !mAmbientState.isDark())) {