Searched refs:ViewPager (Results 1 - 4 of 4) sorted by last modified time

/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewActivity.java36 import android.support.v4.view.ViewPager.OnPageChangeListener;
H A DPhotoViewPager.java22 import android.support.v4.view.ViewPager;
31 public class PhotoViewPager extends ViewPager {
40 * {@link ViewPager} intercepts all touch events and we need to be able to override this
/frameworks/support/v4/java/android/support/v4/view/
H A DPagerTitleStrip.java35 * and previous pages of a {@link ViewPager}. It is intended to be used as a
36 * child view of a ViewPager widget in your XML layout.
37 * Add it as a child of a ViewPager in your layout file and set its
39 * of the ViewPager. The title from each page is supplied by the method
41 * the ViewPager.
45 public class PagerTitleStrip extends ViewGroup implements ViewPager.Decor {
48 ViewPager mPager;
245 if (!(parent instanceof ViewPager)) {
247 "PagerTitleStrip must be a direct child of a ViewPager.");
250 final ViewPager page
[all...]
H A DViewPager.java68 * <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 { class in inherits: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 o
343 public ViewPager(Context context) { method in class:ViewPager
348 public ViewPager(Context context, AttributeSet attrs) { method in class:ViewPager
[all...]

Completed in 96 milliseconds