Searched refs:distanceToBottom (Results 1 – 3 of 3) sorted by relevance
1378 final int distanceToBottom = bottomEdge - (anchorPos[1] + anchor.getHeight()) - yOffset; in getMaxAvailableHeight() local1382 int returnedHeight = Math.max(distanceToBottom, distanceToTop); in getMaxAvailableHeight()
1401 int distanceToBottom = bottom - screenBottom; in computeScrollDeltaToGetChildRectOnScreen() local1402 scrollYDelta = Math.min(scrollYDelta, distanceToBottom); in computeScrollDeltaToGetChildRectOnScreen()
618 int distanceToBottom = bottomOfBottomChild - listUnfadedBottom; in requestChildRectangleOnScreen() local619 scrollYDelta = Math.min(scrollYDelta, distanceToBottom); in requestChildRectangleOnScreen()