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

/frameworks/support/compat/src/main/java/androidx/core/widget/
H A DNestedScrollView.java65 * NestedScrollView is just like {@link android.widget.ScrollView}, but it supports acting
69 public class NestedScrollView extends FrameLayout implements NestedScrollingParent2, class in inherits:FrameLayout,NestedScrollingParent2,NestedScrollingChild2,ScrollingView
75 private static final String TAG = "NestedScrollView";
95 void onScrollChange(NestedScrollView v, int scrollX, int scrollY,
188 public NestedScrollView(@NonNull Context context) { method in class:NestedScrollView
192 public NestedScrollView(@NonNull Context context, @Nullable AttributeSet attrs) { method in class:NestedScrollView
196 public NestedScrollView(@NonNull Context context, @Nullable AttributeSet attrs, method in class:NestedScrollView
411 final NestedScrollView.LayoutParams lp = (LayoutParams) child.getLayoutParams();
496 final NestedScrollView.LayoutParams lp = (LayoutParams) child.getLayoutParams();
569 final NestedScrollView
[all...]

Completed in 121 milliseconds