Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DScrollView.java1195 int containerTop = getScrollY(); in scrollAndFocus() local
1196 int containerBottom = containerTop + height; in scrollAndFocus()
1204 if (top >= containerTop && bottom <= containerBottom) { in scrollAndFocus()
1207 int delta = up ? (top - containerTop) : (bottom - containerBottom); in scrollAndFocus()