Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java1265 if (nextFocused != null && isWithinDeltaOfScreen(nextFocused, maxJump)) { in arrowScroll()
1313 return !isWithinDeltaOfScreen(descendant, 0); in isOffScreen()
1320 private boolean isWithinDeltaOfScreen(View descendant, int delta) { in isWithinDeltaOfScreen() method in HorizontalScrollView
1759 if (isWithinDeltaOfScreen(currentFocused, maxJump)) { in onSizeChanged()
H A DScrollView.java1300 if (nextFocused != null && isWithinDeltaOfScreen(nextFocused, maxJump, getHeight())) { in arrowScroll()
1347 return !isWithinDeltaOfScreen(descendant, 0, getHeight()); in isOffScreen()
1354 private boolean isWithinDeltaOfScreen(View descendant, int delta, int height) { in isWithinDeltaOfScreen() method in ScrollView
1809 if (isWithinDeltaOfScreen(currentFocused, 0, oldh)) { in onSizeChanged()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt67986 Landroid/widget/HorizontalScrollView;->isWithinDeltaOfScreen(Landroid/view/View;I)Z
69464 Landroid/widget/ScrollView;->isWithinDeltaOfScreen(Landroid/view/View;II)Z