Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithmTest.kt1052 stackScrollAlgorithm.shouldHunBeVisibleWhenScrolled( in <lambda>()
1066 stackScrollAlgorithm.shouldHunBeVisibleWhenScrolled( in <lambda>()
1080 stackScrollAlgorithm.shouldHunBeVisibleWhenScrolled( in <lambda>()
1094 stackScrollAlgorithm.shouldHunBeVisibleWhenScrolled( in <lambda>()
1108 stackScrollAlgorithm.shouldHunBeVisibleWhenScrolled( in <lambda>()
1122 stackScrollAlgorithm.shouldHunBeVisibleWhenScrolled( in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java866 if (shouldHunBeVisibleWhenScrolled(row.mustStayOnScreen(), in updateHeadsUpStates()
961 boolean shouldHunBeVisibleWhenScrolled(boolean mustStayOnScreen, boolean headsUpIsVisible, in shouldHunBeVisibleWhenScrolled() method