Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewParent.java525 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes); in onStartNestedScroll() method
DViewGroup.java7905 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes) { in onStartNestedScroll() method in ViewGroup
DViewRootImpl.java8839 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes) { in onStartNestedScroll() method
/frameworks/base/core/java/android/widget/
DScrollView.java1791 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes) { in onStartNestedScroll() method in ScrollView
DAbsListView.java4323 public boolean onStartNestedScroll(View child, View target, int nestedScrollAxes) { in onStartNestedScroll() method