Searched refs:hasPinnedHeadsUp (Results 1 – 10 of 10) sorted by relevance
85 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()
503 when(mHeadsUpManager.hasPinnedHeadsUp()).thenReturn(true); in testPanelOpenForHeadsUp()522 when(mHeadsUpManager.hasPinnedHeadsUp()).thenReturn(false); in testPanelOpenAndClear()541 when(mHeadsUpManager.hasPinnedHeadsUp()).thenReturn(false); in testPanelOpenAndNoClear()
222 if (!mIsExpanded && mHeadsUpManager.hasPinnedHeadsUp()) { in updateTopEntry()345 return !mIsExpanded && mHeadsUpManager.hasPinnedHeadsUp(); in shouldBeVisible()
77 mHeadsUpManager.hasPinnedHeadsUp() || mHeadsUpManager.isHeadsUpGoingAway() in updateTouchableRegion()
321 && mHeadsUpManager.hasPinnedHeadsUp(); in onTouchEvent()331 if (isFullyCollapsed() && !mHeadsUpManager.hasPinnedHeadsUp() in onTouchEvent()493 } else if (mPanelClosedOnDown && !mHeadsUpManager.hasPinnedHeadsUp() && !mTracking in endMotionEvent()
308 if (!hasPinnedHeadsUp() || topEntry == null) { in calculateTouchableRegion()
994 mListenForHeadsUp = mCollapsedOnDown && mHeadsUpManager.hasPinnedHeadsUp(); in initDownStates()1912 !mHeadsUpManager.hasPinnedHeadsUp()) { in updateNotificationTranslucency()2755 return mHeadsUpManager.hasPinnedHeadsUp() || mHeadsUpAnimatingAway;
829 if (mHeadsUpManager.hasPinnedHeadsUp()) { in makeStatusBarView()1546 if (!mHeadsUpManager.hasPinnedHeadsUp()) { in onHeadsUpPinnedModeChanged()2733 boolean pinnedHeadsUp = mHeadsUpManager.hasPinnedHeadsUp(); in handleVisibleToUserChangedImpl()
280 public boolean hasPinnedHeadsUp() { in hasPinnedHeadsUp() method in HeadsUpManager
1428 || (mHeadsUpManager.hasPinnedHeadsUp() && !mAmbientState.isDark())) {2211 if (!isExpanded() && mHeadsUpManager.hasPinnedHeadsUp()) {