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

/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java1098 if (nextFocused != null && isWithinDeltaOfScreen(nextFocused, maxJump)) {
1146 return !isWithinDeltaOfScreen(descendant, 0);
1153 private boolean isWithinDeltaOfScreen(View descendant, int delta) { method in class:HorizontalScrollView
1554 if (isWithinDeltaOfScreen(currentFocused, maxJump)) {
H A DScrollView.java1111 if (nextFocused != null && isWithinDeltaOfScreen(nextFocused, maxJump, getHeight())) {
1158 return !isWithinDeltaOfScreen(descendant, 0, getHeight());
1165 private boolean isWithinDeltaOfScreen(View descendant, int delta, int height) { method in class:ScrollView
1576 if (isWithinDeltaOfScreen(currentFocused, 0, oldh)) {
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DNestedScrollView.java1215 if (nextFocused != null && isWithinDeltaOfScreen(nextFocused, maxJump, getHeight())) {
1262 return !isWithinDeltaOfScreen(descendant, 0, getHeight());
1269 private boolean isWithinDeltaOfScreen(View descendant, int delta, int height) { method in class:NestedScrollView
1672 if (isWithinDeltaOfScreen(currentFocused, 0, oldh)) {

Completed in 66 milliseconds