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.appeaser.sublimepickerlibrary.datepicker.DayPickerViewPager.java

/**
 * This displays a list of months in a calendar format with selectable days.
 */
class DayPickerViewPager extends ViewPager {

    private static final String TAG = DayPickerViewPager.class.getSimpleName();

From source file com.tech.frontier.widgets.AutoScrollViewPager.java

/**
 * Auto Scroll View Pager
 * <ul>
 * <strong>Basic Setting and Usage</strong>
 * <li>{@link #startAutoScroll()} start auto scroll, or
 * {@link #startAutoScroll(int)} start auto scroll delayed</li>

From source file com.insalyon.les24heures.JazzyViewPager.JazzyViewPager.java

public class JazzyViewPager extends ViewPager

{

    public static final String TAG = "JazzyViewPager";
    private static final float SCALE_MAX = 0.5f;

From source file com.liangxun.yuejiula.galleryweidget.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.miuhouse.yourcompany.student.view.widget.date.datepicker.DayPickerViewPager.java

/**
 * This displays a list of months in a calendar format with selectable days.
 */
class DayPickerViewPager extends ViewPager {

    private static final String TAG = DayPickerViewPager.class.getSimpleName();

From source file com.github.omadahealth.slidepager.lib.SlidePager.java

/**
 * Created by oliviergoutay and stoyand on 4/1/15.
 */
public class SlidePager extends ViewPager {
    /**
     * The tag for logging

From source file com.brq.wallet.activity.main.WrapContentHeightViewPager.java

public class WrapContentHeightViewPager extends ViewPager {

    /**
     * Constructor
     * 
     * @param context

From source file com.mycelium.wallet.activity.main.WrapContentHeightViewPager.java

public class WrapContentHeightViewPager extends ViewPager {

    /**
     * Constructor
     * 
     * @param context

From source file com.gmall.gmallmanager.widget.DirectionalViewPager.java

/**
 * Layout manager that allows the user to flip horizontally or vertically
 * through pages of data.  You supply an implementation of a
 * {@link PagerAdapter} to generate the pages that the view shows.
 *
 * <p>Note this class is currently under early design and

From source file cn.com.zzwfang.view.directionalviewpager.DirectionalViewPager.java

/**
 * Layout manager that allows the user to flip horizontally or vertically
 * through pages of data.  You supply an implementation of a
 * {@link PagerAdapter} to generate the pages that the view shows.
 *
 * <p>Note this class is currently under early design and