Searched refs:isWithinDeltaOfScreen (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | ScrollView.java | 1232 if (nextFocused != null && isWithinDeltaOfScreen(nextFocused, maxJump, getHeight())) { in arrowScroll() 1279 return !isWithinDeltaOfScreen(descendant, 0, getHeight()); in isOffScreen() 1286 private boolean isWithinDeltaOfScreen(View descendant, int delta, int height) { in isWithinDeltaOfScreen() method in ScrollView 1703 if (isWithinDeltaOfScreen(currentFocused, 0, oldh)) { in onSizeChanged()
|
D | HorizontalScrollView.java | 1209 if (nextFocused != null && isWithinDeltaOfScreen(nextFocused, maxJump)) { in arrowScroll() 1257 return !isWithinDeltaOfScreen(descendant, 0); in isOffScreen() 1264 private boolean isWithinDeltaOfScreen(View descendant, int delta) { in isWithinDeltaOfScreen() method in HorizontalScrollView 1667 if (isWithinDeltaOfScreen(currentFocused, maxJump)) { in onSizeChanged()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 88313 Landroid/widget/HorizontalScrollView;->isWithinDeltaOfScreen(Landroid/view/View;I)Z 89946 Landroid/widget/ScrollView;->isWithinDeltaOfScreen(Landroid/view/View;II)Z
|