Searched refs:daBottom (Results 1 – 2 of 2) sorted by relevance
67 int daBottom = getChildAt(0).getBottom(); in checkFullScrollAction() local69 if ((daBottom - screenBottom) < mBottomSlop) { in checkFullScrollAction()
1180 int daBottom = getChildAt(0).getBottom(); in arrowScroll() local1182 if (daBottom - screenBottom < maxJump) { in arrowScroll()1183 scrollDelta = daBottom - screenBottom; in arrowScroll()