Searched defs:onNestedScrollAccepted (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewParent.java452 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes); method in interface:ViewParent
H A DViewGroup.java6225 public void onNestedScrollAccepted(View child, View target, int axes) { method in class:ViewGroup
H A DViewRootImpl.java6398 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes) { method in class:ViewRootImpl
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarOverlayLayout.java525 public void onNestedScrollAccepted(View child, View target, int axes) { method in class:ActionBarOverlayLayout
526 super.onNestedScrollAccepted(child, target, axes);
H A DResolverDrawerLayout.java537 public void onNestedScrollAccepted(View child, View target, int axes) { method in class:ResolverDrawerLayout
538 super.onNestedScrollAccepted(child, target, axes);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActionBarOverlayLayout.java534 public void onNestedScrollAccepted(View child, View target, int axes) { method in class:ActionBarOverlayLayout
535 super.onNestedScrollAccepted(child, target, axes);
/frameworks/base/core/java/android/widget/
H A DScrollView.java1652 public void onNestedScrollAccepted(View child, View target, int axes) { method in class:ScrollView
1653 super.onNestedScrollAccepted(child, target, axes);
H A DAbsListView.java4069 public void onNestedScrollAccepted(View child, View target, int axes) { method in class:AbsListView
4070 super.onNestedScrollAccepted(child, target, axes);

Completed in 4805 milliseconds