Searched refs:containerBottom (Results 1 – 2 of 2) sorted by relevance
1090 int containerBottom = containerTop + height; in scrollAndFocus() local1098 if (top >= containerTop && bottom <= containerBottom) { in scrollAndFocus()1101 int delta = up ? (top - containerTop) : (bottom - containerBottom); in scrollAndFocus()
1205 int containerBottom = containerTop + height; in scrollAndFocus() local1213 if (top >= containerTop && bottom <= containerBottom) { in scrollAndFocus()1216 int delta = up ? (top - containerTop) : (bottom - containerBottom); in scrollAndFocus()