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

/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java1086 if (nextFocused != null && isWithinDeltaOfScreen(nextFocused, maxJump)) {
1134 return !isWithinDeltaOfScreen(descendant, 0);
1141 private boolean isWithinDeltaOfScreen(View descendant, int delta) { method in class:HorizontalScrollView
1539 if (isWithinDeltaOfScreen(currentFocused, maxJump)) {
H A DScrollView.java1105 if (nextFocused != null && isWithinDeltaOfScreen(nextFocused, maxJump, getHeight())) {
1152 return !isWithinDeltaOfScreen(descendant, 0, getHeight());
1159 private boolean isWithinDeltaOfScreen(View descendant, int delta, int height) { method in class:ScrollView
1566 if (isWithinDeltaOfScreen(currentFocused, 0, oldh)) {
/frameworks/support/v4/java/android/support/v4/widget/
H A DNestedScrollView.java1163 if (nextFocused != null && isWithinDeltaOfScreen(nextFocused, maxJump, getHeight())) {
1210 return !isWithinDeltaOfScreen(descendant, 0, getHeight());
1217 private boolean isWithinDeltaOfScreen(View descendant, int delta, int height) { method in class:NestedScrollView
1584 if (isWithinDeltaOfScreen(currentFocused, 0, oldh)) {

Completed in 109 milliseconds