Searched refs:listUnfadedBottom (Results 1 – 1 of 1) sorted by relevance
581 int listUnfadedBottom = listUnfadedTop + height; in requestChildRectangleOnScreen() local598 listUnfadedBottom -= fadingEdge; in requestChildRectangleOnScreen()604 if (rect.bottom > listUnfadedBottom && rect.top > listUnfadedTop) { in requestChildRectangleOnScreen()614 scrollYDelta += (rect.bottom - listUnfadedBottom); in requestChildRectangleOnScreen()618 int distanceToBottom = bottomOfBottomChild - listUnfadedBottom; in requestChildRectangleOnScreen()620 } else if (rect.top < listUnfadedTop && rect.bottom < listUnfadedBottom) { in requestChildRectangleOnScreen()627 scrollYDelta -= (listUnfadedBottom - rect.bottom); in requestChildRectangleOnScreen()