Example usage for android.support.v4.view ViewPager subclass-usage

List of usage examples for android.support.v4.view ViewPager subclass-usage

Introduction

In this page you can find the example usage for android.support.v4.view ViewPager subclass-usage.

Usage

From source file com.heinrichreimersoftware.materialintro.view.SwipeBlockableViewPager.java

public class SwipeBlockableViewPager extends ViewPager {

    private static final int SWIPE_LOCK_THRESHOLD = 0;
    private static final int SWIPE_UNLOCK_THRESHOLD = 0;

    private static final String STATE_SUPER = "SUPER";

From source file com.gq.widget.loop.LoopViewPager.java

/**
 * ??????xml??LoopViewPager?
 * setBoundaryCaching( true ),  DEFAULT_BOUNDARY_CASHING ?? true
 *  FragmentPagerAdapter  FragmentStatePagerAdapter, ?Adapter?
 * original adapter position    [0,1,2,3]
 * modified adapter position  [0,1,2,3,4,5]

From source file com.example.picturebrower.Gallery.GalleryViewPager.java

/**
 This class implements method to help <b>TouchImageView</b> fling, draggin and scaling.
 */
public class GalleryViewPager extends ViewPager {

    PointF last;

From source file com.lynnchurch.gallerywidget.GalleryViewPager.java

/**
 This class implements method to help <b>TouchImageView</b> fling, draggin and scaling.
 */
public class GalleryViewPager extends ViewPager {

    PointF last;

From source file com.example.imageadapter.GalleryViewPager.java

/**
 This class implements method to help <b>TouchImageView</b> fling, draggin and scaling.
 */
public class GalleryViewPager extends ViewPager {

    PointF last;

From source file com.putao.widget.touchgallery.GalleryWidget.GalleryViewPager.java

/**
 * This class implements method to help <b>TouchImageView</b> fling, draggin and scaling.
 */
public class GalleryViewPager extends ViewPager {
    PointF last;
    public TouchImageView mCurrentView;

From source file com.touchgallery.GalleryWidget.GalleryViewPager.java

/**
 This class implements method to help <b>TouchImageView</b> fling, draggin and scaling.
 */
public class GalleryViewPager extends ViewPager {

    PointF last;

From source file cn.dreamtobe.touchgallery.GalleryWidget.GalleryViewPager.java

/**
 * This class implements method to help <b>TouchImageView</b> fling, draggin and scaling.
 */
public class GalleryViewPager extends ViewPager {

    PointF last;

From source file com.duolingo.open.rtlviewpager.RtlViewPager.java

/**
 * <code>RtlViewPager</code> is an API-compatible implemetation of <code>ViewPager</code> which
 * orders paged views according to the layout direction of the view.  In left to right mode, the
 * first view is at the left side of the carousel, and in right to left mode it is at the right
 * side.
 *

From source file com.lib.imagesee.GalleryViewPager.java

/**
 * This class implements method to help <b>TouchImageView</b> fling, draggin and
 * scaling.
 */
public class GalleryViewPager extends ViewPager {