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

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

Introduction

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

Usage

From source file org.hpdroid.base.view.CirclePageIndicator.java

/**
 * Draws circles (one for each view). The current view position is filled and
 * others are only stroked.
 */
public class CirclePageIndicator extends View implements LoopViewPager.OnPageChangeListener {
    private static final int INVALID_POINTER = -1;