Home
last modified time | relevance | path

Searched defs:onStartNestedScroll (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() method
DViewRootImpl.java8407 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes) { in onStartNestedScroll() method
DViewGroup.java7650 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes) { in onStartNestedScroll() method in ViewGroup
/frameworks/base/core/java/android/widget/
DScrollView.java1793 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes) { in onStartNestedScroll() method in ScrollView
DAbsListView.java4342 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes) { in onStartNestedScroll() method