Home
last modified time | relevance | path

Searched refs:isUnlockHintRunning (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAmbientState.java433 public boolean isUnlockHintRunning() { in isUnlockHintRunning() method in AmbientState
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManagerTest.java169 when(mNotificationPanelView.isUnlockHintRunning()).thenReturn(true); in onPanelExpansionChanged_neverShowsDuringHintAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java273 if (mNotificationPanelViewController.isUnlockHintRunning()) { in onPanelExpansionChanged()
DPanelViewController.java901 public boolean isUnlockHintRunning() { in isUnlockHintRunning() method in PanelViewController
DNotificationPanelViewController.java2228 isUnlockHintRunning() ? 0 : KeyguardBouncer.ALPHA_EXPANSION_THRESHOLD, 1f, 0f, 1f, in updateKeyguardBottomAreaAlpha()
2250 isUnlockHintRunning() ? 0 : KeyguardBouncer.ALPHA_EXPANSION_THRESHOLD, 1f, 0f, 1f, in updateBigClockAlpha()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java564 if (viewEnd >= shelfStart && (!mAmbientState.isUnlockHintRunning() || view.isInShelf())