Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithmTest.kt704 stackScrollAlgorithm.clampHunToTop( in <lambda>()
720 stackScrollAlgorithm.clampHunToTop( in <lambda>()
737 stackScrollAlgorithm.clampHunToTop( in <lambda>()
756 stackScrollAlgorithm.clampHunToTop( in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java874 clampHunToTop(clampInset, ambientState.getStackTranslation(), in updateHeadsUpStates()
974 void clampHunToTop(float clampInset, float stackTranslation, float collapsedHeight, in clampHunToTop() method