Example usage for android.support.v4.view PagerTitleStrip subclass-usage

List of usage examples for android.support.v4.view PagerTitleStrip subclass-usage

Introduction

In this page you can find the example usage for android.support.v4.view PagerTitleStrip subclass-usage.

Usage

From source file org.protocoder.views.ProjectSelectorStrip.java

public class ProjectSelectorStrip extends PagerTitleStrip {
    private static final String TAG = "PagerTabStrip";
    private boolean mIgnoreTap;
    private float mInitialMotionY;
    private float mInitialMotionX;
    private float mTouchSlop;