Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceControllerTest.java108 when(mHeadsUpManager.hasPinnedHeadsUp()).thenReturn(true); in testShowinEntryUpdated()
114 when(mHeadsUpManager.hasPinnedHeadsUp()).thenReturn(false); in testShowinEntryUpdated()
122 when(mHeadsUpManager.hasPinnedHeadsUp()).thenReturn(true); in testShownUpdated()
128 when(mHeadsUpManager.hasPinnedHeadsUp()).thenReturn(false); in testShownUpdated()
136 when(mHeadsUpManager.hasPinnedHeadsUp()).thenReturn(true); in testHeaderUpdated()
142 when(mHeadsUpManager.hasPinnedHeadsUp()).thenReturn(false); in testHeaderUpdated()
152 when(mHeadsUpManager.hasPinnedHeadsUp()).thenReturn(true); in testOperatorNameViewUpdated()
158 when(mHeadsUpManager.hasPinnedHeadsUp()).thenReturn(false); in testOperatorNameViewUpdated()
DStatusBarTest.java662 when(mHeadsUpManager.hasPinnedHeadsUp()).thenReturn(true); in testPanelOpenForHeadsUp()
680 when(mHeadsUpManager.hasPinnedHeadsUp()).thenReturn(false); in testPanelOpenAndClear()
699 when(mHeadsUpManager.hasPinnedHeadsUp()).thenReturn(false); in testPanelOpenAndNoClear()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarTouchableRegionManager.java185 boolean shouldObserve = mHeadsUpManager.hasPinnedHeadsUp() in updateTouchableRegion()
DPanelViewController.java406 } else if (mPanelClosedOnDown && !mHeadsUpManager.hasPinnedHeadsUp() && !mTracking in endMotionEvent()
1235 isFullyCollapsed() && mHeadsUpManager.hasPinnedHeadsUp(); in onTouch()
1246 if (isFullyCollapsed() && !mHeadsUpManager.hasPinnedHeadsUp() in onTouch()
DHeadsUpAppearanceController.java388 return canShow && mHeadsUpManager.hasPinnedHeadsUp(); in shouldBeVisible()
DLockscreenLockIconController.java518 || mHeadsUpManagerPhone.hasPinnedHeadsUp() in updateIconVisibility()
DHeadsUpManagerPhone.java163 if (!hasPinnedHeadsUp() || topEntry == null) { in getTouchableRegion()
DNotificationPanelViewController.java1153 mListenForHeadsUp = mCollapsedOnDown && mHeadsUpManager.hasPinnedHeadsUp(); in initDownStates()
2110 && !mHeadsUpManager.hasPinnedHeadsUp()) { in updateNotificationTranslucency()
2712 return (mHeadsUpManager.hasPinnedHeadsUp() || mHeadsUpAnimatingAway)
DStatusBar.java1047 if (mHeadsUpManager.hasPinnedHeadsUp()) { in makeStatusBarView()
1758 if (!mHeadsUpManager.hasPinnedHeadsUp()) { in onHeadsUpPinnedModeChanged()
2921 boolean pinnedHeadsUp = mHeadsUpManager.hasPinnedHeadsUp(); in handleVisibleToUserChangedImpl()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpManager.java279 public boolean hasPinnedHeadsUp() { in hasPinnedHeadsUp() method in HeadsUpManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java1552 || (mHeadsUpManager.hasPinnedHeadsUp() && !mAmbientState.isDozing())) {
2341 if (!isExpanded() && mHeadsUpManager.hasPinnedHeadsUp()) {
3584 && mHeadsUpManager.hasPinnedHeadsUp());