Searched refs:distanceToBottom (Results 1 – 3 of 3) sorted by relevance
1998 final int distanceToBottom; in getMaxAvailableHeight() local2000 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()
1557 int distanceToBottom = bottom - screenBottom; in computeScrollDeltaToGetChildRectOnScreen() local1558 scrollYDelta = Math.min(scrollYDelta, distanceToBottom); in computeScrollDeltaToGetChildRectOnScreen()
712 int distanceToBottom = bottomOfBottomChild - listUnfadedBottom; in requestChildRectangleOnScreen() local713 scrollYDelta = Math.min(scrollYDelta, distanceToBottom); in requestChildRectangleOnScreen()