Home
last modified time | relevance | path

Searched refs:directTargetChild (Results 1 – 4 of 4) sorted by relevance

/frameworks/support/design/src/android/support/design/widget/
DCoordinatorLayout.java2277 @NonNull V child, @NonNull View directTargetChild, @NonNull View target, in onStartNestedScroll() argument
2305 @NonNull V child, @NonNull View directTargetChild, @NonNull View target, in onStartNestedScroll() argument
2308 return onStartNestedScroll(coordinatorLayout, child, directTargetChild, in onStartNestedScroll()
2321 @NonNull V child, @NonNull View directTargetChild, @NonNull View target, in onNestedScrollAccepted() argument
2348 @NonNull V child, @NonNull View directTargetChild, @NonNull View target, in onNestedScrollAccepted() argument
2351 onNestedScrollAccepted(coordinatorLayout, child, directTargetChild, in onNestedScrollAccepted()
DAppBarLayout.java826 View directTargetChild, View target, int nestedScrollAxes, int type) { in onStartNestedScroll() argument
831 && parent.getHeight() - directTargetChild.getHeight() <= child.getHeight(); in onStartNestedScroll()
DBottomSheetBehavior.java336 View directTargetChild, View target, int nestedScrollAxes) { in onStartNestedScroll() argument
/frameworks/support/design/tests/src/android/support/design/widget/
DCoordinatorLayoutTest.java729 View directTargetChild, View target, int nestedScrollAxes) { in onStartNestedScroll() argument