Searched refs:canScroll (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/com/android/internal/widget/ |
D | SwipeDismissLayout.java | 224 if (dx != 0 && canScroll(this, false, dx, x, y)) { in onInterceptTouchEvent() 390 protected boolean canScroll(View v, boolean checkV, float dx, float x, float y) { 400 canScroll(child, true, dx, x + scrollX - child.getLeft(),
|
D | ViewPager.java | 1868 canScroll(this, false, (int) dx, (int) x, (int) y)) { 2413 protected boolean canScroll(View v, boolean checkV, int dx, int x, int y) { 2425 && canScroll(child, true, dx, x + scrollX - child.getLeft(), 2704 event.setScrollable(canScroll()); 2718 info.setScrollable(canScroll()); 2757 private boolean canScroll() {
|
D | RecyclerView.java | 2014 final boolean canScroll = canScrollHorizontal || canScrollVertical; in fling() 2015 dispatchNestedFling(velocityX, velocityY, canScroll); in fling() 2021 if (canScroll) { in fling() 8502 boolean canScroll) { in getChildMeasureSpec() argument 8506 if (canScroll) { in getChildMeasureSpec() 8545 int childDimension, boolean canScroll) { in getChildMeasureSpec() argument 8549 if (canScroll) { in getChildMeasureSpec()
|
/frameworks/base/core/java/android/widget/ |
D | HorizontalScrollView.java | 365 private boolean canScroll() { in canScroll() method in HorizontalScrollView 473 if (!canScroll()) { in executeKeyEvent()
|
D | ScrollView.java | 398 private boolean canScroll() { in canScroll() method in ScrollView 505 if (!canScroll()) { in executeKeyEvent()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 82401 Landroid/widget/HorizontalScrollView;->canScroll()Z
|