Searched refs:ORIENTATION_HORIZONTAL (Results 1 – 3 of 3) sorted by relevance
30 private static final int ORIENTATION_HORIZONTAL = 1; field in HandleView33 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()
54 public static final int ORIENTATION_HORIZONTAL = 2; field in AccelerometerListener128 int orientation = (angle > VERTICAL_ANGLE ? ORIENTATION_VERTICAL : ORIENTATION_HORIZONTAL); in onSensorEvent()151 (mOrientation == ORIENTATION_HORIZONTAL ? "horizontal"
1151 (mOrientation == AccelerometerListener.ORIENTATION_HORIZONTAL); in updateProximitySensorMode()