Searched refs:hasPinnedHeadsUp (Results 1 – 9 of 9) sorted by relevance
86 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()
482 when(mHeadsUpManager.hasPinnedHeadsUp()).thenReturn(true); in testPanelOpenForPeek()501 when(mHeadsUpManager.hasPinnedHeadsUp()).thenReturn(false); in testPanelOpenAndClear()520 when(mHeadsUpManager.hasPinnedHeadsUp()).thenReturn(false); in testPanelOpenAndNoClear()
179 if (!mIsExpanded && mHeadsUpManager.hasPinnedHeadsUp()) { in updateTopEntry()234 return !mIsExpanded && mHeadsUpManager.hasPinnedHeadsUp(); in shouldBeVisible()
288 if (hasPinnedHeadsUp()) { in onComputeInternalInsets()405 boolean shouldObserve = hasPinnedHeadsUp() || mHeadsUpGoingAway in updateTouchableRegionListener()
313 && mHeadsUpManager.hasPinnedHeadsUp(); in onTouchEvent()326 if (isFullyCollapsed() && !mHeadsUpManager.hasPinnedHeadsUp() in onTouchEvent()491 } else if (mPanelClosedOnDown && !mHeadsUpManager.hasPinnedHeadsUp() && !mTracking in endMotionEvent()
805 mListenForHeadsUp = mCollapsedOnDown && mHeadsUpManager.hasPinnedHeadsUp(); in initDownStates()1662 !mHeadsUpManager.hasPinnedHeadsUp()) { in updateNotificationTranslucency()2542 return mHeadsUpManager.hasPinnedHeadsUp() || mHeadsUpAnimatingAway;
1994 if (!mHeadsUpManager.hasPinnedHeadsUp()) { in onHeadsUpPinnedModeChanged()3237 boolean pinnedHeadsUp = mHeadsUpManager.hasPinnedHeadsUp(); in handleVisibleToUserChangedImpl()
376 public boolean hasPinnedHeadsUp() { in hasPinnedHeadsUp() method in HeadsUpManager
1017 || (mHeadsUpManager.hasPinnedHeadsUp() && !mAmbientState.isDark())) {