Searched refs:isWithinDeltaOfScreen (Results 1 - 4 of 4) 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/compat/src/main/java/androidx/core/widget/
H A DNestedScrollView.java1293 if (nextFocused != null && isWithinDeltaOfScreen(nextFocused, maxJump, getHeight())) {
1340 return !isWithinDeltaOfScreen(descendant, 0, getHeight());
1347 private boolean isWithinDeltaOfScreen(View descendant, int delta, int height) { method in class:NestedScrollView
1788 if (isWithinDeltaOfScreen(currentFocused, 0, oldh)) {
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 94 milliseconds