Home
last modified time | relevance | path

Searched refs:daBottom (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DScrollView.java1246 int daBottom = getChildAt(0).getBottom(); in arrowScroll() local
1248 if (daBottom - screenBottom < maxJump) { in arrowScroll()
1249 scrollDelta = daBottom - screenBottom; in arrowScroll()