Home
last modified time | relevance | path

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

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