Lines Matching refs:ViewPager

68  * <p>ViewPager is most often used in conjunction with {@link android.app.Fragment},
70 * There are standard adapters implemented for using fragments with the ViewPager,
77 * <p>Here is a more complicated example of ViewPager, using it in conjuction
79 * ViewPager in the API 4+ Support Demos and API 13+ Support Demos sample code.
84 public class ViewPager extends ViewGroup {
85 private static final String TAG = "ViewPager";
280 * @see ViewPager#SCROLL_STATE_IDLE
281 * @see ViewPager#SCROLL_STATE_DRAGGING
282 * @see ViewPager#SCROLL_STATE_SETTLING
315 * setting a PageTransformer on a ViewPager on earlier platform versions will
343 public ViewPager(Context context) {
348 public ViewPager(Context context, AttributeSet attrs) {
482 * Set the currently selected page. If the ViewPager has already been through its first
1208 * This is the persistent state that is saved by ViewPager. Only needed
1209 * if you are creating a sublass of ViewPager that must save its own
2244 * <p>A fake drag can be useful if you want to synchronize the motion of the ViewPager
2245 * with the touch scrolling of another view, while still letting the ViewPager
2250 * <p>During a fake drag the ViewPager will ignore all touch events. If a real drag
2641 // we don't call View.addTouchables(). This is okay because a ViewPager
2689 // Dispatch scroll events from this ViewPager.
2735 event.setClassName(ViewPager.class.getName());
2749 info.setClassName(ViewPager.class.getName());
2807 * ViewPager.
2818 * Where to position the view page within the overall ViewPager
2840 * Current child index within the ViewPager that this view occupies