Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DPopupWindow.java2001 final int distanceToBottom; in getMaxAvailableHeight() local
2003 distanceToBottom = bottomEdge - anchorPos[1] - yOffset; in getMaxAvailableHeight()
2005 distanceToBottom = bottomEdge - (anchorPos[1] + anchor.getHeight()) - yOffset; in getMaxAvailableHeight()
2010 int returnedHeight = Math.max(distanceToBottom, distanceToTop); in getMaxAvailableHeight()
DScrollView.java1721 int distanceToBottom = bottom - screenBottom; in computeScrollDeltaToGetChildRectOnScreen() local
1722 scrollYDelta = Math.min(scrollYDelta, distanceToBottom); in computeScrollDeltaToGetChildRectOnScreen()
DListView.java710 int distanceToBottom = bottomOfBottomChild - listUnfadedBottom; in requestChildRectangleOnScreen() local
711 scrollYDelta = Math.min(scrollYDelta, distanceToBottom); in requestChildRectangleOnScreen()