| java.lang.Object | ||
| ↳ | ViewPager | |
| ↳ | com.pdftron.pdf.dialog.CustomColorModeDialogFragment.CustomViewPager | |
A view pager for displaying custom color mode list
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
CustomViewPager(Context context)
Class constructor
| |||||||||||
|
CustomViewPager(Context context, AttributeSet attributeSet)
Class constructor
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| boolean | onInterceptTouchEvent(MotionEvent event) | ||||||||||
| boolean | onTouchEvent(MotionEvent event) | ||||||||||
| void |
setDimens(boolean isPortrait, int heightPortrait, int heightLandscape)
Sets view pager dimensions
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Class constructor
Class constructor
Sets view pager dimensions
| isPortrait | whether it is in portrait mode |
|---|---|
| heightPortrait | portrait mode height |
| heightLandscape | landscape mode height |