Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/policy/
H A DDividerSnapAlgorithm.java316 int bottomPosition, int dividerMax) { in addNonDismissingTargets() argument
319 maybeAddTarget(bottomPosition, in addNonDismissingTargets()
320 dividerMax - getEndInset() - (bottomPosition + mDividerSize)); in addNonDismissingTargets()
330 int bottomPosition = end - size - mDividerSize; in addFixedDivisionTargets() local
331 addNonDismissingTargets(isHorizontalDivision, topPosition, bottomPosition, dividerMax); in addFixedDivisionTargets()
346 int bottomPosition = end - sizeInt - mDividerSize; in addRatio16_9Targets() local
347 addNonDismissingTargets(isHorizontalDivision, topPosition, bottomPosition, dividerMax); in addRatio16_9Targets()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithm.java674 float bottomPosition = maxHeadsUpTranslation - row.getCollapsedHeight(); in clampHunToMaxTranslation() local
675 newTranslation = Math.min(childState.yTranslation, bottomPosition); in clampHunToMaxTranslation()