Searched refs:isWithinDeltaOfScreen (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | ScrollView.java | 1084 if (nextFocused != null && isWithinDeltaOfScreen(nextFocused, maxJump, getHeight())) { in arrowScroll() 1131 return !isWithinDeltaOfScreen(descendant, 0, getHeight()); in isOffScreen() 1138 private boolean isWithinDeltaOfScreen(View descendant, int delta, int height) { in isWithinDeltaOfScreen() method in ScrollView 1543 if (isWithinDeltaOfScreen(currentFocused, 0, oldh)) { in onSizeChanged()
|
D | HorizontalScrollView.java | 1073 if (nextFocused != null && isWithinDeltaOfScreen(nextFocused, maxJump)) { in arrowScroll() 1121 return !isWithinDeltaOfScreen(descendant, 0); in isOffScreen() 1128 private boolean isWithinDeltaOfScreen(View descendant, int delta) { in isWithinDeltaOfScreen() method in HorizontalScrollView 1528 if (isWithinDeltaOfScreen(currentFocused, maxJump)) { in onSizeChanged()
|