Searched refs:distanceToBottom (Results 1 – 3 of 3) sorted by relevance
1999 final int distanceToBottom; in getMaxAvailableHeight() local2001 distanceToBottom = bottomEdge - anchorPos[1] - yOffset; in getMaxAvailableHeight()2003 distanceToBottom = bottomEdge - (anchorPos[1] + anchor.getHeight()) - yOffset; in getMaxAvailableHeight()2008 int returnedHeight = Math.max(distanceToBottom, distanceToTop); in getMaxAvailableHeight()
1559 int distanceToBottom = bottom - screenBottom; in computeScrollDeltaToGetChildRectOnScreen() local1560 scrollYDelta = Math.min(scrollYDelta, distanceToBottom); in computeScrollDeltaToGetChildRectOnScreen()
716 int distanceToBottom = bottomOfBottomChild - listUnfadedBottom; in requestChildRectangleOnScreen() local717 scrollYDelta = Math.min(scrollYDelta, distanceToBottom); in requestChildRectangleOnScreen()