Home
last modified time | relevance | path

Searched defs:nestedScrollAxes (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/
DViewParent.java524 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes); in onStartNestedScroll()
542 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes); in onNestedScrollAccepted()
DViewRootImpl.java8407 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes) { in onStartNestedScroll()
8416 public void onNestedScrollAccepted(View child, View target, int nestedScrollAxes) { in onNestedScrollAccepted()
DViewGroup.java7650 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes) { in onStartNestedScroll()
/frameworks/base/core/java/android/widget/
DScrollView.java1793 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes) { in onStartNestedScroll()
DAbsListView.java4342 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes) { in onStartNestedScroll()