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.cdv.GalleryPager.PagerContainer.java

/**
 * PagerContainer: A layout that displays a ViewPager with its children that are outside
 * the typical pager bounds.
 */
public class PagerContainer extends FrameLayout implements ViewPager.OnPageChangeListener {

From source file com.emolabs.im.emoji.EmojiconsFragment.java

/**
 * @author Hieu Rocker (rockerhieu@gmail.com).
 */
public class EmojiconsFragment extends Fragment implements ViewPager.OnPageChangeListener {
    private OnEmojiconBackspaceClickedListener mOnEmojiconBackspaceClickedListener;
    private int mEmojiTabLastSelectedIndex = -1;

From source file cn.edu.zafu.easemob.CoverFlowLib.CoverFlowContainer.java

/**
 * PagerContainer: A layout that displays a ViewPager with its children that are outside
 * the typical pager bounds.
 */
public class CoverFlowContainer extends FrameLayout implements ViewPager.OnPageChangeListener {

From source file com.github.hongchae.coverflow.lib.CoverFlowContainer.java

/**
 * PagerContainer: A layout that displays a ViewPager with its children that are outside
 * the typical pager bounds.
 */
public class CoverFlowContainer extends FrameLayout implements ViewPager.OnPageChangeListener {

From source file com.baozou.rxjavaexample.view.topcourses.TopStoriesPagerContainer.java

/**
 * PagerContainer: A layout that displays a ViewPager with its children that are outside
 * the typical pager bounds.
 */
@SuppressLint("NewApi")
public class TopStoriesPagerContainer extends RelativeLayout implements ViewPager.OnPageChangeListener {

From source file com.flowzr.budget.holo.activity.AboutActivity.java

public class AboutActivity extends ActionBarActivity
        implements ViewPager.OnPageChangeListener, ActionBar.TabListener {

    private static final String STATE_SELECTED_NAVIGATION_ITEM = "selected_navigation_item";
    private Tab aboutTab;
    private Tab whatsnewTab;

From source file adapters.PagerContainer.java

/**
 * PagerContainer: A layout that displays a ViewPager with its children that are outside
 * the typical pager bounds.
 */
@TargetApi(Build.VERSION_CODES.HONEYCOMB)
public class PagerContainer extends FrameLayout implements ViewPager.OnPageChangeListener {

From source file com.cyanogenmod.eleven.widgets.ViewPagerTabs.java

/**
 * Lightweight implementation of ViewPager tabs. This looks similar to traditional actionBar tabs,
 * but allows for the view containing the tabs to be placed anywhere on screen. Text-related
 * attributes can also be assigned in XML - these will get propogated to the child TextViews
 * automatically.
 */

From source file com.github.rubensousa.tablayoutadapter.TabLayoutAdapter.java

public class TabLayoutAdapter extends FragmentStatePagerAdapter
        implements TabLayout.OnTabSelectedListener, ViewPager.OnPageChangeListener {

    private static final int ALPHA_UNSELECTED = 179;
    public static final int ALPHA_SELECTED = 255;
    public static final String SAVE_STATE = "TabLayoutAdapterState";

From source file com.cytmxk.test.picture.blurpicture.ViewPagerTabs.java

/**
 * Lightweight implementation of ViewPager tabs. This looks similar to traditional actionBar tabs,
 * but allows for the view containing the tabs to be placed anywhere on screen. Text-related
 * attributes can also be assigned in XML - these will get propogated to the child TextViews
 * automatically.
 */