Searched refs:onNestedScrollAccepted (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Settings/src/com/android/settings/accessibility/ |
D | TextReadingPreviewPager.java | 42 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in TextReadingPreviewPager 43 super.onNestedScrollAccepted(child, target, axes); in onNestedScrollAccepted()
|
/packages/modules/IntentResolver/java/src/com/android/intentresolver/widget/ |
D | NestedScrollView.java | 406 public void onNestedScrollAccepted(@NonNull View child, @NonNull View target, int axes, in onNestedScrollAccepted() method in NestedScrollView 408 mParentHelper.onNestedScrollAccepted(child, target, axes, type); in onNestedScrollAccepted() 439 public void onNestedScrollAccepted( in onNestedScrollAccepted() method in NestedScrollView 441 onNestedScrollAccepted(child, target, axes, ViewCompat.TYPE_TOUCH); in onNestedScrollAccepted()
|
D | ResolverDrawerLayout.java | 832 public void onNestedScrollAccepted(View child, View target, int axes) { 833 super.onNestedScrollAccepted(child, target, axes);
|