Example usage for android.support.v4.view ViewPager.OnPageChangeListener interface-usage

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

Introduction

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

Usage

From source file com.amitupadhyay.aboutexample.ui.widget.InkPageIndicator.java

/**
 * An ink inspired widget for indicating pages in a {@link ViewPager}.
 */
public class InkPageIndicator extends View
        implements ViewPager.OnPageChangeListener, View.OnAttachStateChangeListener {

From source file com.brq.wallet.lt.activity.TabsAdapter.java

public class TabsAdapter extends FragmentPagerAdapter
        implements ActionBar.TabListener, ViewPager.OnPageChangeListener {
    private final Activity mContext;
    private final ActionBar mActionBar;
    private final ViewPager mViewPager;
    private final ArrayList<TabInfo> mTabs = new ArrayList<TabInfo>();

From source file com.amaze.filemanager.ui.views.Indicator.java

/**
 * An ink inspired widget for indicating pages in a {@link ViewPager}.
 */
public class Indicator extends View implements ViewPager.OnPageChangeListener, View.OnAttachStateChangeListener {

    // defaults

From source file com.cypress.cysmart.ListAdapters.CarouselPagerAdapter.java

/**
 * Adapter class for the CarouselView. extends FragmentPagerAdapter
 */
public class CarouselPagerAdapter extends FragmentPagerAdapter implements ViewPager.OnPageChangeListener {

    /**

From source file com.atlas.mars.weatherradar.MainActivity.java

public class MainActivity extends FragmentActivity implements Communicator, ViewPager.OnPageChangeListener,
        View.OnClickListener, PopupMenu.OnMenuItemClickListener, ToastShow, OnEvents {
    public final static String LOCATION = "LOCATION";
    final String TAG = "MainActivityLogs";
    private int posinion;

From source file com.amaze.carbonfilemanager.ui.views.Indicator.java

/**
 * An ink inspired widget for indicating pages in a {@link ViewPager}.
 */
public class Indicator extends View implements ViewPager.OnPageChangeListener, View.OnAttachStateChangeListener {

    // defaults

From source file com.byteshaft.medicosperuanos.utils.Helper.EmojiconsPopup.java

/**
 * @author Hani Al Momani (hani.momanii@gmail.com)
 */

public class EmojiconsPopup extends PopupWindow implements ViewPager.OnPageChangeListener, EmojiconRecents {
    private int mEmojiTabLastSelectedIndex = -1;

From source file com.github.shareme.gwsinkpageindicator.library.InkPageIndicator.java

/**
 * InkPageIndicator
 *
 * Usage:
 *
 * your xml as normal and than

From source file com.android.dialer.list.ListsFragment.java

/**
 * Fragment that is used as the main screen of the Dialer.
 *
 * Contains a ViewPager that contains various contact lists like the Speed Dial list and the
 * All Contacts list. This will also eventually contain the logic that allows sliding the
 * ViewPager containing the lists up above the search bar and pin it against the top of the

From source file com.brq.wallet.activity.modern.TabsAdapter.java

public class TabsAdapter extends FragmentPagerAdapter
        implements ActionBar.TabListener, ViewPager.OnPageChangeListener {
    private final Activity mContext;
    private final ActionBar mActionBar;
    private final ViewPager mViewPager;
    private final ArrayList<TabInfo> mTabs = new ArrayList<TabInfo>();