Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/policy/
DDividerSnapAlgorithm.java268 int bottomPosition, int dividerMax) { in addNonDismissingTargets()
282 int bottomPosition = end - size - mDividerSize; in addFixedDivisionTargets() local
298 int bottomPosition = end - sizeInt - mDividerSize; in addRatio16_9Targets() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollAlgorithm.java451 float bottomPosition = ambientState.getMaxHeadsUpTranslation() - row.getCollapsedHeight(); in clampHunToMaxTranslation() local