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

/frameworks/base/core/java/android/gesture/
H A DGestureOverlayView.java60 public static final int ORIENTATION_VERTICAL = 1; field in class:GestureOverlayView
85 private int mOrientation = ORIENTATION_VERTICAL;
649 (mOrientation == ORIENTATION_VERTICAL ?
/frameworks/base/core/java/android/widget/
H A DSlidingDrawer.java84 public static final int ORIENTATION_VERTICAL = 1; field in class:SlidingDrawer
196 int orientation = a.getInt(R.styleable.SlidingDrawer_orientation, ORIENTATION_VERTICAL);
197 mVertical = orientation == ORIENTATION_VERTICAL;

Completed in 85 milliseconds