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