Searched refs:isWithinDeltaOfScreen (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | HorizontalScrollView.java | 1233 if (nextFocused != null && isWithinDeltaOfScreen(nextFocused, maxJump)) { in arrowScroll() 1281 return !isWithinDeltaOfScreen(descendant, 0); in isOffScreen() 1288 private boolean isWithinDeltaOfScreen(View descendant, int delta) { in isWithinDeltaOfScreen() method in HorizontalScrollView 1691 if (isWithinDeltaOfScreen(currentFocused, maxJump)) { in onSizeChanged()
|
D | ScrollView.java | 1259 if (nextFocused != null && isWithinDeltaOfScreen(nextFocused, maxJump, getHeight())) { in arrowScroll() 1306 return !isWithinDeltaOfScreen(descendant, 0, getHeight()); in isOffScreen() 1313 private boolean isWithinDeltaOfScreen(View descendant, int delta, int height) { in isWithinDeltaOfScreen() method in ScrollView 1730 if (isWithinDeltaOfScreen(currentFocused, 0, oldh)) { in onSizeChanged()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 71309 Landroid/widget/HorizontalScrollView;->isWithinDeltaOfScreen(Landroid/view/View;I)Z 72787 Landroid/widget/ScrollView;->isWithinDeltaOfScreen(Landroid/view/View;II)Z
|