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

/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java1111 if (nextFocused != null && isWithinDeltaOfScreen(nextFocused, maxJump)) {
1159 return !isWithinDeltaOfScreen(descendant, 0);
1166 private boolean isWithinDeltaOfScreen(View descendant, int delta) { method in class:HorizontalScrollView
1569 if (isWithinDeltaOfScreen(currentFocused, maxJump)) {
H A DScrollView.java1126 if (nextFocused != null && isWithinDeltaOfScreen(nextFocused, maxJump, getHeight())) {
1173 return !isWithinDeltaOfScreen(descendant, 0, getHeight());
1180 private boolean isWithinDeltaOfScreen(View descendant, int delta, int height) { method in class:ScrollView
1593 if (isWithinDeltaOfScreen(currentFocused, 0, oldh)) {
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DNestedScrollView.java1241 if (nextFocused != null && isWithinDeltaOfScreen(nextFocused, maxJump, getHeight())) {
1288 return !isWithinDeltaOfScreen(descendant, 0, getHeight());
1295 private boolean isWithinDeltaOfScreen(View descendant, int delta, int height) { method in class:NestedScrollView
1720 if (isWithinDeltaOfScreen(currentFocused, 0, oldh)) {

Completed in 2561 milliseconds