Searched refs:distanceToBottom (Results 1 – 3 of 3) sorted by relevance
2001 final int distanceToBottom; in getMaxAvailableHeight() local2003 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()
1721 int distanceToBottom = bottom - screenBottom; in computeScrollDeltaToGetChildRectOnScreen() local1722 scrollYDelta = Math.min(scrollYDelta, distanceToBottom); in computeScrollDeltaToGetChildRectOnScreen()
710 int distanceToBottom = bottomOfBottomChild - listUnfadedBottom; in requestChildRectangleOnScreen() local711 scrollYDelta = Math.min(scrollYDelta, distanceToBottom); in requestChildRectangleOnScreen()