Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewParent.java587 public void onNestedScroll(@NonNull View target, int dxConsumed, int dyConsumed, in onNestedScroll() method
DViewGroup.java8084 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, in onNestedScroll() method in ViewGroup
DViewRootImpl.java10262 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, in onNestedScroll() method in ViewRootImpl.TrackballAxis
/frameworks/base/core/java/android/widget/
DScrollView.java1953 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, in onNestedScroll() method in ScrollView
DAbsListView.java4581 public void onNestedScroll(View target, int dxConsumed, int dyConsumed, in onNestedScroll() method