Home
last modified time | relevance | path

Searched refs:containerBottom (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Browser/src/com/android/browser/view/
DScrollerView.java1130 int containerBottom = containerTop + height; in scrollAndFocus() local
1138 if (top >= containerTop && bottom <= containerBottom) { in scrollAndFocus()
1141 int delta = up ? (top - containerTop) : (bottom - containerBottom); in scrollAndFocus()