Searched defs:checkV (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/v4/java/android/support/v4/widget/
H A DViewDragHelper.java899 * @param checkV Whether the view v passed should itself be checked for scrollability (true),
907 protected boolean canScroll(View v, boolean checkV, int dx, int dy, int x, int y) { argument
927 return checkV && (ViewCompat.canScrollHorizontally(v, -dx) ||
H A DSlidingPaneLayout.java1095 * @param checkV Whether the view v passed should itself be checked for scrollability (true),
1102 protected boolean canScroll(View v, boolean checkV, int dx, int x, int y) { argument
1122 return checkV && ViewCompat.canScrollHorizontally(v, -dx);
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java2443 * @param checkV Whether the view v passed should itself be checked for scrollability (true),
2450 protected boolean canScroll(View v, boolean checkV, int dx, int x, int y) { argument
2470 return checkV && ViewCompat.canScrollHorizontally(v, -dx);

Completed in 24 milliseconds