Home
last modified time | relevance | path

Searched refs:distanceToBottom (Results 1 – 4 of 4) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DListPopupWindow.java1101 final int distanceToBottom = bottomEdge - (anchorPos[1] + anchor.getHeight()) - yOffset; in getMaxAvailableHeight() local
1105 int returnedHeight = Math.max(distanceToBottom, distanceToTop); in getMaxAvailableHeight()
/frameworks/base/core/java/android/widget/
DPopupWindow.java1281 final int distanceToBottom = bottomEdge - (anchorPos[1] + anchor.getHeight()) - yOffset; in getMaxAvailableHeight() local
1285 int returnedHeight = Math.max(distanceToBottom, distanceToTop); in getMaxAvailableHeight()
DScrollView.java1367 int distanceToBottom = bottom - screenBottom; in computeScrollDeltaToGetChildRectOnScreen() local
1368 scrollYDelta = Math.min(scrollYDelta, distanceToBottom); in computeScrollDeltaToGetChildRectOnScreen()
DListView.java611 int distanceToBottom = bottomOfBottomChild - listUnfadedBottom; in requestChildRectangleOnScreen() local
612 scrollYDelta = Math.min(scrollYDelta, distanceToBottom); in requestChildRectangleOnScreen()