Home
last modified time | relevance | path

Searched refs:onNestedScrollAccepted (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/accessibility/
DTextReadingPreviewPager.java42 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/
DNestedScrollView.java406 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()
DResolverDrawerLayout.java832 public void onNestedScrollAccepted(View child, View target, int axes) {
833 super.onNestedScrollAccepted(child, target, axes);