Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DScrollView.java1090 int containerBottom = containerTop + height; in scrollAndFocus() local
1098 if (top >= containerTop && bottom <= containerBottom) { in scrollAndFocus()
1101 int delta = up ? (top - containerTop) : (bottom - containerBottom); in scrollAndFocus()
/frameworks/support/compat/src/main/java/androidx/core/widget/
DNestedScrollView.java1258 int containerBottom = containerTop + height; in scrollAndFocus() local
1266 if (top >= containerTop && bottom <= containerBottom) { in scrollAndFocus()
1269 int delta = up ? (top - containerTop) : (bottom - containerBottom); in scrollAndFocus()