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.java142 when(mNotificationPanelView.isUnlockHintRunning()).thenReturn(true); in onPanelExpansionChanged_neverShowsDuringHintAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAmbientState.java430 public boolean isUnlockHintRunning() { in isUnlockHintRunning() method in AmbientState
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java231 if (mNotificationPanelView.isUnlockHintRunning()) { in onPanelExpansionChanged()
DPanelView.java1084 public boolean isUnlockHintRunning() { in isUnlockHintRunning() method in PanelView
DNotificationPanelView.java2001 float expansionAlpha = MathUtils.map(isUnlockHintRunning() in updateKeyguardBottomAreaAlpha()
2023 float expansionAlpha = MathUtils.map(isUnlockHintRunning() in updateBigClockAlpha()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java604 if (viewEnd >= shelfStart && (!mAmbientState.isUnlockHintRunning() || row.isInShelf())