HomeSort by relevance Sort by last modified time
    Searched refs:ORIENTATION_HORIZONTAL (Results 1 - 12 of 12) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
HandleView.java 31 private static final int ORIENTATION_HORIZONTAL = 1;
34 private int mOrientation = ORIENTATION_HORIZONTAL;
48 mOrientation = a.getInt(R.styleable.HandleView_direction, ORIENTATION_HORIZONTAL);
60 return (mOrientation == ORIENTATION_HORIZONTAL && direction == FOCUS_DOWN) ?
DeleteZone.java 39 private static final int ORIENTATION_HORIZONTAL = 1;
72 mOrientation = a.getInt(R.styleable.DeleteZone_direction, ORIENTATION_HORIZONTAL);
174 if (mOrientation == ORIENTATION_HORIZONTAL) {
194 if (mOrientation == ORIENTATION_HORIZONTAL) {
  /packages/apps/Phone/src/com/android/phone/
AccelerometerListener.java 54 public static final int ORIENTATION_HORIZONTAL = 2;
128 int orientation = (angle > VERTICAL_ANGLE ? ORIENTATION_VERTICAL : ORIENTATION_HORIZONTAL);
151 (mOrientation == ORIENTATION_HORIZONTAL ? "horizontal"
PhoneApp.java     [all...]
  /frameworks/base/core/java/android/gesture/
GestureOverlayView.java 59 public static final int ORIENTATION_HORIZONTAL = 0;
  /frameworks/base/core/java/android/widget/
SlidingDrawer.java 82 public static final int ORIENTATION_HORIZONTAL = 0;
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9-swt.jar 
jfreechart-1.0.9.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 97 milliseconds