Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
DDividerSnapAlgorithm.java343 int bottomPosition, int dividerMax) { in addNonDismissingTargets() argument
346 maybeAddTarget(bottomPosition, in addNonDismissingTargets()
347 dividerMax - getEndInset() - (bottomPosition + mDividerSize), SNAP_TO_70_30); in addNonDismissingTargets()
360 int bottomPosition = end - size - mDividerSize; in addFixedDivisionTargets() local
361 addNonDismissingTargets(isHorizontalDivision, topPosition, bottomPosition, dividerMax); in addFixedDivisionTargets()
376 int bottomPosition = end - sizeInt - mDividerSize; in addRatio16_9Targets() local
377 addNonDismissingTargets(isHorizontalDivision, topPosition, bottomPosition, dividerMax); in addRatio16_9Targets()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java996 final float bottomPosition = maxHeadsUpTranslation - row.getCollapsedHeight(); in clampHunToMaxTranslation() local
997 final float newTranslation = Math.min(childState.getYTranslation(), bottomPosition); in clampHunToMaxTranslation()