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

/frameworks/base/core/java/com/android/internal/widget/
H A DViewPager.java67 * <p>ViewPager is most often used in conjunction with {@link android.app.Fragment},
69 * There are standard adapters implemented for using fragments with the ViewPager,
76 * <p>For more information about how to use ViewPager, read <a
80 * <p>Below is a more complicated example of ViewPager, using it in conjunction
82 * ViewPager in the API 4+ Support Demos and API 13+ Support Demos sample code.
87 public class ViewPager extends ViewGroup { class in inherits:ViewGroup
88 private static final String TAG = "ViewPager";
288 * @see com.android.internal.widget.ViewPager#SCROLL_STATE_IDLE
289 * @see com.android.internal.widget.ViewPager#SCROLL_STATE_DRAGGING
290 * @see com.android.internal.widget.ViewPager#SCROLL_STATE_SETTLIN
351 public ViewPager(Context context) { method in class:ViewPager
355 public ViewPager(Context context, AttributeSet attrs) { method in class:ViewPager
359 public ViewPager(Context context, AttributeSet attrs, int defStyleAttr) { method in class:ViewPager
363 public ViewPager(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:ViewPager
[all...]
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java72 * <p>ViewPager is most often used in conjunction with {@link android.app.Fragment},
74 * There are standard adapters implemented for using fragments with the ViewPager,
86 * &lt;android.support.v4.view.ViewPager
95 * &lt;/android.support.v4.view.ViewPager&gt;
98 * <p>For more information about how to use ViewPager, read <a
102 * <p>Below is a more complicated example of ViewPager, using it in conjunction
104 * ViewPager in the API 4+ Support Demos and API 13+ Support Demos sample code.
109 public class ViewPager extends ViewGroup { class in inherits:ViewGroup
110 private static final String TAG = "ViewPager";
308 * @see ViewPager#SCROLL_STATE_IDL
388 public ViewPager(Context context) { method in class:ViewPager
393 public ViewPager(Context context, AttributeSet attrs) { method in class:ViewPager
[all...]

Completed in 250 milliseconds