Home
last modified time | relevance | path

Searched refs:ORIENTATION_HORIZONTAL (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DHandleView.java30 private static final int ORIENTATION_HORIZONTAL = 1; field in HandleView
33 private int mOrientation = ORIENTATION_HORIZONTAL;
47 mOrientation = a.getInt(R.styleable.HandleView_direction, ORIENTATION_HORIZONTAL); in HandleView()
59 return (mOrientation == ORIENTATION_HORIZONTAL && direction == FOCUS_DOWN) ? in focusSearch()
/packages/apps/Phone/src/com/android/phone/
DAccelerometerListener.java54 public static final int ORIENTATION_HORIZONTAL = 2; field in AccelerometerListener
128 int orientation = (angle > VERTICAL_ANGLE ? ORIENTATION_VERTICAL : ORIENTATION_HORIZONTAL); in onSensorEvent()
151 (mOrientation == ORIENTATION_HORIZONTAL ? "horizontal"
DPhoneGlobals.java1151 (mOrientation == AccelerometerListener.ORIENTATION_HORIZONTAL); in updateProximitySensorMode()