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

/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 ?
/frameworks/base/core/java/android/widget/
H A DSlidingDrawer.java88 public static final int ORIENTATION_VERTICAL = 1; field in class:SlidingDrawer
219 int orientation = a.getInt(R.styleable.SlidingDrawer_orientation, ORIENTATION_VERTICAL);
220 mVertical = orientation == ORIENTATION_VERTICAL;

Completed in 81 milliseconds