Home
last modified time | relevance | path

Searched defs: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()
330 int bottomPosition = end - size - mDividerSize; in addFixedDivisionTargets() local
346 int bottomPosition = end - sizeInt - mDividerSize; in addRatio16_9Targets() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithm.java674 float bottomPosition = maxHeadsUpTranslation - row.getCollapsedHeight(); in clampHunToMaxTranslation() local