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