Searched refs:listUnfadedBottom (Results 1 – 1 of 1) sorted by relevance
673 int listUnfadedBottom = listUnfadedTop + height; in requestChildRectangleOnScreen() local690 listUnfadedBottom -= fadingEdge; in requestChildRectangleOnScreen()696 if (rect.bottom > listUnfadedBottom && rect.top > listUnfadedTop) { in requestChildRectangleOnScreen()706 scrollYDelta += (rect.bottom - listUnfadedBottom); in requestChildRectangleOnScreen()710 int distanceToBottom = bottomOfBottomChild - listUnfadedBottom; in requestChildRectangleOnScreen()712 } else if (rect.top < listUnfadedTop && rect.bottom < listUnfadedBottom) { in requestChildRectangleOnScreen()719 scrollYDelta -= (listUnfadedBottom - rect.bottom); in requestChildRectangleOnScreen()