Searched refs:listUnfadedBottom (Results 1 – 1 of 1) sorted by relevance
675 int listUnfadedBottom = listUnfadedTop + height; in requestChildRectangleOnScreen() local692 listUnfadedBottom -= fadingEdge; in requestChildRectangleOnScreen()698 if (rect.bottom > listUnfadedBottom && rect.top > listUnfadedTop) { in requestChildRectangleOnScreen()708 scrollYDelta += (rect.bottom - listUnfadedBottom); in requestChildRectangleOnScreen()712 int distanceToBottom = bottomOfBottomChild - listUnfadedBottom; in requestChildRectangleOnScreen()714 } else if (rect.top < listUnfadedTop && rect.bottom < listUnfadedBottom) { in requestChildRectangleOnScreen()721 scrollYDelta -= (listUnfadedBottom - rect.bottom); in requestChildRectangleOnScreen()