Home
last modified time | relevance | path

Searched refs:isWithinDeltaOfScreen (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/widget/
DHorizontalScrollView.java1111 if (nextFocused != null && isWithinDeltaOfScreen(nextFocused, maxJump)) { in arrowScroll()
1159 return !isWithinDeltaOfScreen(descendant, 0); in isOffScreen()
1166 private boolean isWithinDeltaOfScreen(View descendant, int delta) { in isWithinDeltaOfScreen() method in HorizontalScrollView
1569 if (isWithinDeltaOfScreen(currentFocused, maxJump)) { in onSizeChanged()
DScrollView.java1126 if (nextFocused != null && isWithinDeltaOfScreen(nextFocused, maxJump, getHeight())) { in arrowScroll()
1173 return !isWithinDeltaOfScreen(descendant, 0, getHeight()); in isOffScreen()
1180 private boolean isWithinDeltaOfScreen(View descendant, int delta, int height) { in isWithinDeltaOfScreen() method in ScrollView
1593 if (isWithinDeltaOfScreen(currentFocused, 0, oldh)) { in onSizeChanged()
/frameworks/support/compat/src/main/java/androidx/core/widget/
DNestedScrollView.java1293 if (nextFocused != null && isWithinDeltaOfScreen(nextFocused, maxJump, getHeight())) { in arrowScroll()
1340 return !isWithinDeltaOfScreen(descendant, 0, getHeight()); in isOffScreen()
1347 private boolean isWithinDeltaOfScreen(View descendant, int delta, int height) { in isWithinDeltaOfScreen() method in NestedScrollView
1788 if (isWithinDeltaOfScreen(currentFocused, 0, oldh)) { in onSizeChanged()
/frameworks/base/config/
Dhiddenapi-private-dex.txt102713 Landroid/widget/HorizontalScrollView;->isWithinDeltaOfScreen(Landroid/view/View;I)Z
104558 Landroid/widget/ScrollView;->isWithinDeltaOfScreen(Landroid/view/View;II)Z
Dboot-image-profile.txt37013 HSPLandroid/widget/ScrollView;->isWithinDeltaOfScreen(Landroid/view/View;II)Z