Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
H A DDividerSnapAlgorithm.java314 int bottomPosition, int dividerMax) { in addNonDismissingTargets() argument
317 maybeAddTarget(bottomPosition, in addNonDismissingTargets()
318 dividerMax - getEndInset() - (bottomPosition + mDividerSize)); in addNonDismissingTargets()
328 int bottomPosition = end - size - mDividerSize; in addFixedDivisionTargets() local
329 addNonDismissingTargets(isHorizontalDivision, topPosition, bottomPosition, dividerMax); in addFixedDivisionTargets()
344 int bottomPosition = end - sizeInt - mDividerSize; in addRatio16_9Targets() local
345 addNonDismissingTargets(isHorizontalDivision, topPosition, bottomPosition, dividerMax); in addRatio16_9Targets()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithm.java855 final float bottomPosition = maxHeadsUpTranslation - row.getCollapsedHeight(); in clampHunToMaxTranslation() local
856 final float newTranslation = Math.min(childState.getYTranslation(), bottomPosition); in clampHunToMaxTranslation()