Searched refs:isWithinDeltaOfScreen (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | HorizontalScrollView.java | 1111 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()
|
D | ScrollView.java | 1126 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/ |
D | NestedScrollView.java | 1241 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/ |
D | boot-image-profile.txt | 9522 HPLandroid/widget/ScrollView;->isWithinDeltaOfScreen(Landroid/view/View;II)Z 35604 HSPLandroid/widget/HorizontalScrollView;->isWithinDeltaOfScreen(Landroid/view/View;I)Z
|