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

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

Introduction

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

Usage

From source file com.sohuvideo.ui_plugin.view.indicator.TabPageIndicator.java

public class TabPageIndicator extends HorizontalScrollView
        implements PageIndicator, LazyViewPager.OnPageChangeListener {
    private static final CharSequence EMPTY_TITLE = "";
    private static final String TAG = TabPageIndicator.class.getSimpleName();

    public interface OnTabReselectedListener {