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.java130 when(mNotificationPanelView.isUnlockHintRunning()).thenReturn(true); in onPanelExpansionChanged_neverShowsDuringHintAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DAmbientState.java359 public boolean isUnlockHintRunning() { in isUnlockHintRunning() method in AmbientState
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java170 if (mNotificationPanelView.isUnlockHintRunning()) { in onPanelExpansionChanged()
DPanelView.java1098 public boolean isUnlockHintRunning() { in isUnlockHintRunning() method in PanelView
DNotificationPanelView.java1764 float expansionAlpha = MathUtils.map(isUnlockHintRunning() in updateKeyguardBottomAreaAlpha()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java524 if (viewEnd >= shelfStart && (!mAmbientState.isUnlockHintRunning() || row.isInShelf())