Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewParent.java542 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes); in onNestedScrollAccepted() method
DViewGroup.java7614 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in ViewGroup
DViewRootImpl.java8235 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes) { in onNestedScrollAccepted() method
DView.java25977 p.onNestedScrollAccepted(child, this, axes); in startNestedScroll()
/frameworks/base/core/java/com/android/internal/widget/
DActionBarOverlayLayout.java540 public void onNestedScrollAccepted(View child, View target, int axes) {
541 super.onNestedScrollAccepted(child, target, axes);
DResolverDrawerLayout.java718 public void onNestedScrollAccepted(View child, View target, int axes) {
719 super.onNestedScrollAccepted(child, target, axes);
/frameworks/base/core/java/android/widget/
DScrollView.java1798 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method in ScrollView
1799 super.onNestedScrollAccepted(child, target, axes); in onNestedScrollAccepted()
DAbsListView.java4347 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted() method
4348 super.onNestedScrollAccepted(child, target, axes); in onNestedScrollAccepted()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt34151 method public void onNestedScrollAccepted(android.view.View, android.view.View, int);
34300 method public abstract void onNestedScrollAccepted(android.view.View, android.view.View, int);
/frameworks/base/api/
Dcurrent.txt51143 method public void onNestedScrollAccepted(android.view.View, android.view.View, int);
51299 method public void onNestedScrollAccepted(android.view.View, android.view.View, int);