Searched refs:distanceToBottom (Results 1 – 4 of 4) sorted by relevance
1101 final int distanceToBottom = bottomEdge - (anchorPos[1] + anchor.getHeight()) - yOffset; in getMaxAvailableHeight() local1105 int returnedHeight = Math.max(distanceToBottom, distanceToTop); in getMaxAvailableHeight()
1281 final int distanceToBottom = bottomEdge - (anchorPos[1] + anchor.getHeight()) - yOffset; in getMaxAvailableHeight() local1285 int returnedHeight = Math.max(distanceToBottom, distanceToTop); in getMaxAvailableHeight()
1367 int distanceToBottom = bottom - screenBottom; in computeScrollDeltaToGetChildRectOnScreen() local1368 scrollYDelta = Math.min(scrollYDelta, distanceToBottom); in computeScrollDeltaToGetChildRectOnScreen()
611 int distanceToBottom = bottomOfBottomChild - listUnfadedBottom; in requestChildRectangleOnScreen() local612 scrollYDelta = Math.min(scrollYDelta, distanceToBottom); in requestChildRectangleOnScreen()