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