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