Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManagerTest.java155 when(mNotificationPanelView.isUnlockHintRunning()).thenReturn(true); in onPanelExpansionChanged_neverShowsDuringHintAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAmbientState.java432 public boolean isUnlockHintRunning() { in isUnlockHintRunning() method in AmbientState
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java242 if (mNotificationPanelView.isUnlockHintRunning()) { in onPanelExpansionChanged()
DPanelView.java1092 public boolean isUnlockHintRunning() { in isUnlockHintRunning() method in PanelView
DNotificationPanelView.java2312 float expansionAlpha = MathUtils.map(isUnlockHintRunning() in updateKeyguardBottomAreaAlpha()
2334 float expansionAlpha = MathUtils.map(isUnlockHintRunning() in updateBigClockAlpha()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java590 if (viewEnd >= shelfStart && (!mAmbientState.isUnlockHintRunning() || row.isInShelf())