Example usage for android.support.v4.view DirectionalViewPager HORIZONTAL

List of usage examples for android.support.v4.view DirectionalViewPager HORIZONTAL

Introduction

In this page you can find the example usage for android.support.v4.view DirectionalViewPager HORIZONTAL.

Prototype

int HORIZONTAL

To view the source code for android.support.v4.view DirectionalViewPager HORIZONTAL.

Click Source Link

Usage

From source file:co.paulburke.android.textviewpager.TextViewPagerIndicator.java

private boolean isHorizontal() {
    return mViewPager.getOrientation() == DirectionalViewPager.HORIZONTAL;
}