Searched defs:ORIENTATION_VERTICAL (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DSlidingDrawer.java86 public static final int ORIENTATION_VERTICAL = 1; field in class:SlidingDrawer
217 int orientation = a.getInt(R.styleable.SlidingDrawer_orientation, ORIENTATION_VERTICAL);
218 mVertical = orientation == ORIENTATION_VERTICAL;
/frameworks/base/core/java/android/gesture/
H A DGestureOverlayView.java61 public static final int ORIENTATION_VERTICAL = 1; field in class:GestureOverlayView
86 private int mOrientation = ORIENTATION_VERTICAL;
658 (mOrientation == ORIENTATION_VERTICAL ?

Completed in 54 milliseconds