Searched refs:isWithinDeltaOfScreen (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | HorizontalScrollView.java | 1207 if (nextFocused != null && isWithinDeltaOfScreen(nextFocused, maxJump)) { in arrowScroll() 1255 return !isWithinDeltaOfScreen(descendant, 0); in isOffScreen() 1262 private boolean isWithinDeltaOfScreen(View descendant, int delta) { in isWithinDeltaOfScreen() method in HorizontalScrollView 1665 if (isWithinDeltaOfScreen(currentFocused, maxJump)) { in onSizeChanged()
|
D | ScrollView.java | 1230 if (nextFocused != null && isWithinDeltaOfScreen(nextFocused, maxJump, getHeight())) { in arrowScroll() 1277 return !isWithinDeltaOfScreen(descendant, 0, getHeight()); in isOffScreen() 1284 private boolean isWithinDeltaOfScreen(View descendant, int delta, int height) { in isWithinDeltaOfScreen() method in ScrollView 1701 if (isWithinDeltaOfScreen(currentFocused, 0, oldh)) { in onSizeChanged()
|