Home
last modified time | relevance | path

Searched defs: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()
328 int bottomPosition = end - size - mDividerSize; in addFixedDivisionTargets() local
344 int bottomPosition = end - sizeInt - mDividerSize; in addRatio16_9Targets() local
/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