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

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

Introduction

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

Prototype

int VERTICAL

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

Click Source Link

Usage

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

private boolean isVertical() {
    return mViewPager.getOrientation() == DirectionalViewPager.VERTICAL;
}