Searched defs:NestedScrollType (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/compat/src/main/java/androidx/core/view/
H A DViewCompat.java363 public @interface NestedScrollType {} interface in class:ViewCompat
2637 @NestedScrollType int type) {
2654 public static void stopNestedScroll(@NonNull View view, @NestedScrollType int type) {
2671 public static boolean hasNestedScrollingParent(@NonNull View view, @NestedScrollType int type) {
2706 @NestedScrollType int type) {
2738 @Nullable int[] consumed, @Nullable int[] offsetInWindow, @NestedScrollType int type) {

Completed in 71 milliseconds