Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceControllerTest.java85 when(mHeadsUpManager.hasPinnedHeadsUp()).thenReturn(true); in testShowinEntryUpdated()
91 when(mHeadsUpManager.hasPinnedHeadsUp()).thenReturn(false); in testShowinEntryUpdated()
99 when(mHeadsUpManager.hasPinnedHeadsUp()).thenReturn(true); in testShownUpdated()
105 when(mHeadsUpManager.hasPinnedHeadsUp()).thenReturn(false); in testShownUpdated()
113 when(mHeadsUpManager.hasPinnedHeadsUp()).thenReturn(true); in testHeaderUpdated()
119 when(mHeadsUpManager.hasPinnedHeadsUp()).thenReturn(false); in testHeaderUpdated()
129 when(mHeadsUpManager.hasPinnedHeadsUp()).thenReturn(true); in testOperatorNameViewUpdated()
135 when(mHeadsUpManager.hasPinnedHeadsUp()).thenReturn(false); in testOperatorNameViewUpdated()
DStatusBarTest.java503 when(mHeadsUpManager.hasPinnedHeadsUp()).thenReturn(true); in testPanelOpenForHeadsUp()
522 when(mHeadsUpManager.hasPinnedHeadsUp()).thenReturn(false); in testPanelOpenAndClear()
541 when(mHeadsUpManager.hasPinnedHeadsUp()).thenReturn(false); in testPanelOpenAndNoClear()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceController.java222 if (!mIsExpanded && mHeadsUpManager.hasPinnedHeadsUp()) { in updateTopEntry()
345 return !mIsExpanded && mHeadsUpManager.hasPinnedHeadsUp(); in shouldBeVisible()
DStatusBarTouchableRegionManager.java77 mHeadsUpManager.hasPinnedHeadsUp() || mHeadsUpManager.isHeadsUpGoingAway() in updateTouchableRegion()
DPanelView.java321 && mHeadsUpManager.hasPinnedHeadsUp(); in onTouchEvent()
331 if (isFullyCollapsed() && !mHeadsUpManager.hasPinnedHeadsUp() in onTouchEvent()
493 } else if (mPanelClosedOnDown && !mHeadsUpManager.hasPinnedHeadsUp() && !mTracking in endMotionEvent()
DHeadsUpManagerPhone.java308 if (!hasPinnedHeadsUp() || topEntry == null) { in calculateTouchableRegion()
DNotificationPanelView.java994 mListenForHeadsUp = mCollapsedOnDown && mHeadsUpManager.hasPinnedHeadsUp(); in initDownStates()
1912 !mHeadsUpManager.hasPinnedHeadsUp()) { in updateNotificationTranslucency()
2755 return mHeadsUpManager.hasPinnedHeadsUp() || mHeadsUpAnimatingAway;
DStatusBar.java829 if (mHeadsUpManager.hasPinnedHeadsUp()) { in makeStatusBarView()
1546 if (!mHeadsUpManager.hasPinnedHeadsUp()) { in onHeadsUpPinnedModeChanged()
2733 boolean pinnedHeadsUp = mHeadsUpManager.hasPinnedHeadsUp(); in handleVisibleToUserChangedImpl()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpManager.java280 public boolean hasPinnedHeadsUp() { in hasPinnedHeadsUp() method in HeadsUpManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java1428 || (mHeadsUpManager.hasPinnedHeadsUp() && !mAmbientState.isDark())) {
2211 if (!isExpanded() && mHeadsUpManager.hasPinnedHeadsUp()) {