Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DStackStateAnimatorTest.kt106 stackStateAnimator.setHeadsUpAppearHeightBottom(screenHeight.toInt()) in startAnimationForEvents_headsUpFromBottom_startsHeadsUpAppearAnim()
DStackScrollAlgorithmTest.kt193 stackScrollAlgorithm.setHeadsUpAppearHeightBottom(bottomOfScreen.toInt()) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackStateAnimator.java804 public void setHeadsUpAppearHeightBottom(int headsUpAppearHeightBottom) { in setHeadsUpAppearHeightBottom() method
DStackScrollAlgorithm.java241 public void setHeadsUpAppearHeightBottom(int headsUpAppearHeightBottom) { in setHeadsUpAppearHeightBottom() method in StackScrollAlgorithm
DNotificationStackScrollLayout.java4868 mStackScrollAlgorithm.setHeadsUpAppearHeightBottom(height); in setHeadsUpBoundaries()
4869 mStateAnimator.setHeadsUpAppearHeightBottom(height); in setHeadsUpBoundaries()