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

/frameworks/support/core-ui/java/android/support/v4/widget/
H A DNestedScrollView.java61 * NestedScrollView is just like {@link android.widget.ScrollView}, but it supports acting
65 public class NestedScrollView extends FrameLayout implements NestedScrollingParent, class in inherits:FrameLayout,NestedScrollingParent,NestedScrollingChild2,ScrollingView
71 private static final String TAG = "NestedScrollView";
91 void onScrollChange(NestedScrollView v, int scrollX, int scrollY,
184 public NestedScrollView(Context context) { method in class:NestedScrollView
188 public NestedScrollView(Context context, AttributeSet attrs) { method in class:NestedScrollView
192 public NestedScrollView(Context context, AttributeSet attrs, int defStyleAttr) { method in class:NestedScrollView
1942 final NestedScrollView nsvHost = (NestedScrollView) host;
1975 final NestedScrollView nsvHos
[all...]

Completed in 239 milliseconds