Home
last modified time | relevance | path

Searched refs:shouldHunAppearFromBottom (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java254 public boolean shouldHunAppearFromBottom(AmbientState ambientState, in shouldHunAppearFromBottom() method in StackScrollAlgorithm
939 if (shouldHunAppearFromBottom(ambientState, childState)) { in updateHeadsUpStates()
DNotificationStackScrollLayout.java3231 mStackScrollAlgorithm.shouldHunAppearFromBottom(mAmbientState, viewState); in generateHeadsUpAnimationEvents()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithmTest.kt1142 assertTrue(stackScrollAlgorithm.shouldHunAppearFromBottom(ambientState, viewState)) in <lambda>()
1155 assertFalse(stackScrollAlgorithm.shouldHunAppearFromBottom(ambientState, viewState)) in <lambda>()