Home
last modified time | relevance | path

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