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

/frameworks/support/core-ui/java/android/support/v4/widget/
H A DNestedScrollView.java62 * NestedScrollView is just like {@link android.widget.ScrollView}, but it supports acting
66 public class NestedScrollView extends FrameLayout implements NestedScrollingParent, class in inherits:FrameLayout,NestedScrollingParent,NestedScrollingChild,ScrollingView
72 private static final String TAG = "NestedScrollView";
92 void onScrollChange(NestedScrollView v, int scrollX, int scrollY,
183 public NestedScrollView(Context context) { method in class:NestedScrollView
187 public NestedScrollView(Context context, AttributeSet attrs) { method in class:NestedScrollView
191 public NestedScrollView(Context context, AttributeSet attrs, int defStyleAttr) { method in class:NestedScrollView
1895 final NestedScrollView nsvHost = (NestedScrollView) host;
1928 final NestedScrollView nsvHos
[all...]

Completed in 92 milliseconds