Searched defs:isWithinDeltaOfScreen (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java824 if (nextFocused != null && isWithinDeltaOfScreen(nextFocused, maxJump)) {
872 return !isWithinDeltaOfScreen(descendant, 0);
879 private boolean isWithinDeltaOfScreen(View descendant, int delta) { method in class:HorizontalScrollView
1226 if (isWithinDeltaOfScreen(currentFocused, maxJump)) {
H A DScrollView.java824 if (nextFocused != null && isWithinDeltaOfScreen(nextFocused, maxJump, getHeight())) {
873 return !isWithinDeltaOfScreen(descendant, 0, getHeight());
880 private boolean isWithinDeltaOfScreen(View descendant, int delta, int height) { method in class:ScrollView
1228 if (isWithinDeltaOfScreen(currentFocused, 0, oldh)) {

Completed in 58 milliseconds