Home
last modified time | relevance | path

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

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