Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DPopupWindow.java1998 final int distanceToBottom; in getMaxAvailableHeight() local
2000 distanceToBottom = bottomEdge - anchorPos[1] - yOffset; in getMaxAvailableHeight()
2002 distanceToBottom = bottomEdge - (anchorPos[1] + anchor.getHeight()) - yOffset; in getMaxAvailableHeight()
2007 int returnedHeight = Math.max(distanceToBottom, distanceToTop); in getMaxAvailableHeight()
DScrollView.java1557 int distanceToBottom = bottom - screenBottom; in computeScrollDeltaToGetChildRectOnScreen() local
1558 scrollYDelta = Math.min(scrollYDelta, distanceToBottom); in computeScrollDeltaToGetChildRectOnScreen()
DListView.java712 int distanceToBottom = bottomOfBottomChild - listUnfadedBottom; in requestChildRectangleOnScreen() local
713 scrollYDelta = Math.min(scrollYDelta, distanceToBottom); in requestChildRectangleOnScreen()