Home
last modified time | relevance | path

Searched refs:isExpansionChanging (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationShelfTest.kt171 whenever(ambientState.isExpansionChanging).thenReturn(false) in getAmountInShelf_lastViewBelowShelf_completelyInShelf()
201 whenever(ambientState.isExpansionChanging).thenReturn(false) in getAmountInShelf_lastViewAlmostBelowShelf_completelyInShelf()
231 whenever(ambientState.isExpansionChanging).thenReturn(false) in getAmountInShelf_lastViewHalfClippedByShelf_halfInShelf()
260 whenever(ambientState.isExpansionChanging).thenReturn(false) in getAmountInShelf_lastViewAboveShelf_notInShelf()
439 whenever(ambientState.isExpansionChanging).thenReturn(true) in updateState_withHiddenSectionBeforeShelf_hideShelf()
470 whenever(ambientState.isExpansionChanging).thenReturn(true) in updateState_expansionChanging_shelfAlphaUpdated()
DStackScrollAlgorithmTest.kt359 ambientState.isExpansionChanging = true in <lambda>()
1261 ambientState.isExpansionChanging = true in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java214 if (ambientState.isExpansionChanging() && !ambientState.isOnKeyguard()) { in updateState()
247 if (mAmbientState.isExpansionChanging() in updateState()
402 || (mAmbientState.isExpansionChanging() in updateAppearance()
404 boolean expandingAnimated = mAmbientState.isExpansionChanging() in updateAppearance()
754 if (mAmbientState.isExpansionChanging() && !mAmbientState.isOnKeyguard()) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAmbientState.java555 public boolean isExpansionChanging() { in isExpansionChanging() method in AmbientState
DStackScrollAlgorithm.java163 } else if (ambientState.isExpansionChanging()) { in updateAlphaState()
688 if (ambientState.isExpansionChanging()) {