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