Home
last modified time | relevance | path

Searched refs:isWithinDeltaOfScreen (Results 1 – 4 of 4) 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/core-ui/java/android/support/v4/widget/
DNestedScrollView.java1241 if (nextFocused != null && isWithinDeltaOfScreen(nextFocused, maxJump, getHeight())) { in arrowScroll()
1288 return !isWithinDeltaOfScreen(descendant, 0, getHeight()); in isOffScreen()
1295 private boolean isWithinDeltaOfScreen(View descendant, int delta, int height) { in isWithinDeltaOfScreen() method in NestedScrollView
1720 if (isWithinDeltaOfScreen(currentFocused, 0, oldh)) { in onSizeChanged()
/frameworks/base/config/
Dboot-image-profile.txt9522 HPLandroid/widget/ScrollView;->isWithinDeltaOfScreen(Landroid/view/View;II)Z
35604 HSPLandroid/widget/HorizontalScrollView;->isWithinDeltaOfScreen(Landroid/view/View;I)Z