Home
last modified time | relevance | path

Searched refs:shouldHunBeVisibleWhenScrolled (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithmTest.kt872 assertThat(stackScrollAlgorithm.shouldHunBeVisibleWhenScrolled(
883 assertThat(stackScrollAlgorithm.shouldHunBeVisibleWhenScrolled(
894 assertThat(stackScrollAlgorithm.shouldHunBeVisibleWhenScrolled(
905 assertThat(stackScrollAlgorithm.shouldHunBeVisibleWhenScrolled(
916 assertThat(stackScrollAlgorithm.shouldHunBeVisibleWhenScrolled(
927 assertThat(stackScrollAlgorithm.shouldHunBeVisibleWhenScrolled(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithm.java769 if (shouldHunBeVisibleWhenScrolled(row.mustStayOnScreen(), in updateHeadsUpStates()
820 boolean shouldHunBeVisibleWhenScrolled(boolean mustStayOnScreen, boolean headsUpIsVisible, in shouldHunBeVisibleWhenScrolled() method