Searched refs:distanceToBottom (Results 1 – 4 of 4) sorted by relevance
1775 final int distanceToBottom; in getMaxAvailableHeight() local1777 distanceToBottom = bottomEdge - anchorPos[1] - yOffset; in getMaxAvailableHeight()1779 distanceToBottom = bottomEdge - (anchorPos[1] + anchor.getHeight()) - yOffset; in getMaxAvailableHeight()1784 int returnedHeight = Math.max(distanceToBottom, distanceToTop); in getMaxAvailableHeight()
1434 int distanceToBottom = bottom - screenBottom; in computeScrollDeltaToGetChildRectOnScreen() local1435 scrollYDelta = Math.min(scrollYDelta, distanceToBottom); in computeScrollDeltaToGetChildRectOnScreen()
624 int distanceToBottom = bottomOfBottomChild - listUnfadedBottom; in requestChildRectangleOnScreen() local625 scrollYDelta = Math.min(scrollYDelta, distanceToBottom); in requestChildRectangleOnScreen()
1530 int distanceToBottom = bottom - screenBottom; in computeScrollDeltaToGetChildRectOnScreen() local1531 scrollYDelta = Math.min(scrollYDelta, distanceToBottom); in computeScrollDeltaToGetChildRectOnScreen()