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.google.android.apps.iosched.ui.phone.TrackDetailActivity.java

public class TrackDetailActivity extends BaseActivity
        implements ActionBar.TabListener, ViewPager.OnPageChangeListener, SessionsFragment.Callbacks,
        SandboxFragment.Callbacks, TrackInfoHelperFragment.Callbacks {

    private static final int TAB_SESSIONS = 100;
    private static final int TAB_OFFICE_HOURS = 101;

From source file com.dabay6.libraries.androidshared.ui.BaseFragmentTabNavigationActivity.java

/**
 * BaseFragmentTabNavigationActivity
 * <p>
 * Provides basic functionality for a {@link android.support.v7.app.ActionBarActivity} using tab based navigation
 * </p>
 *

From source file com.alexandrepiveteau.library.tutorial.TutorialActivity.java

public abstract class TutorialActivity extends AppCompatActivity
        implements View.OnClickListener, View.OnLongClickListener, ViewPager.OnPageChangeListener {

    @Deprecated
    public String getDoneText() {
        return null;

From source file com.algo.hha.emojiicon.EmojiconsPopup.java

/**
 * @author Ankush Sachdeva (sankush@yahoo.co.in).
 * @author heinhtetaung (algo.hha@gmail.com)
 */

public class EmojiconsPopup extends PopupWindow implements ViewPager.OnPageChangeListener, EmojiconRecents {

From source file br.com.cybereagle.androidwidgets.view.PagerContainer.java

/**
 * PagerContainer: A layout that displays a ViewPager with its children that are outside
 * the typical pager bounds.
 *
 * To use this, wrap your ViewPager with it, set the ViewPager's width to be equal the width
 * of its child, set the ViewPager's gravity to center and make this PagerContainer larger

From source file com.chromium.fontinstaller.ui.install.FontActivity.java

public class FontActivity extends BaseActivity implements ViewPager.OnPageChangeListener {

    @InjectView(R.id.font_name)
    TextView fontTitle;

    @InjectView(R.id.install_fab)

From source file com.github.antoniodisanto92.swipeselector.SwipeAdapter.java

class SwipeAdapter extends PagerAdapter implements View.OnClickListener, ViewPager.OnPageChangeListener {
    private static final String STATE_CURRENT_POSITION = "STATE_CURRENT_POSITION";
    private static final String TAG_CIRCLE = "TAG_CIRCLE";

    // For the left and right buttons when they're not visible
    private static final String TAG_HIDDEN = "TAG_HIDDEN";

From source file com.chen.mail.browse.ConversationPagerAdapter.java

public class ConversationPagerAdapter extends FragmentStatePagerAdapter2 implements ViewPager.OnPageChangeListener {

    private final DataSetObserver mListObserver = new ListObserver();
    private final FolderObserver mFolderObserver = new FolderObserver() {
        @Override
        public void onChanged(Folder newFolder) {

From source file com.exacttarget.jb4a.sdkexplorer.scrollpages.PageIndicator.java

/**
 * A PageIndicator is responsible to show an visual indicator on the total views
 * number and the current visible view.
 */
public interface PageIndicator extends ViewPager.OnPageChangeListener {
    /**

From source file com.filemanager.free.fragments.TabFragment.java

/**
 * Created by Arpit on 15-12-2014.
 */
public class TabFragment extends android.support.v4.app.Fragment implements ViewPager.OnPageChangeListener {

    public List<Fragment> fragments = new ArrayList<Fragment>();