Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java501 + getMaxAllowedChildHeight(view) in initAlgorithmState()
686 viewState.setYTranslation((fullHeight - getMaxAllowedChildHeight(view)) / 2f);
715 viewState.height = getMaxAllowedChildHeight(view);
724 expansionFraction * (getMaxAllowedChildHeight(view) + mPaddingBetweenElements);
1006 ambientState.getStackY(), getMaxAllowedChildHeight(row), originalCornerRadius); in clampHunToMaxTranslation()
1027 protected int getMaxAllowedChildHeight(View child) { in getMaxAllowedChildHeight() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithmTest.kt1035 stackScrollAlgorithm.getMaxAllowedChildHeight(pulsingNotificationView), in <lambda>()