Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithm.java421 + getMaxAllowedChildHeight(view) in initAlgorithmState()
588 viewState.setYTranslation((fullHeight - getMaxAllowedChildHeight(view)) / 2f);
617 viewState.height = getMaxAllowedChildHeight(view);
626 expansionFraction * (getMaxAllowedChildHeight(view) + mPaddingBetweenElements);
865 ambientState.getStackY(), getMaxAllowedChildHeight(row), originalCornerRadius); in clampHunToMaxTranslation()
886 protected int getMaxAllowedChildHeight(View child) { in getMaxAllowedChildHeight() method
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithmTest.kt856 stackScrollAlgorithm.getMaxAllowedChildHeight(pulsingNotificationView),