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

  /cts/tests/tests/view/src/android/view/cts/
MotionEventUtils.java 169 that.getAxisValue(MotionEvent.AXIS_ORIENTATION), this.orientation, DELTA);
221 that.getAxisValue(MotionEvent.AXIS_ORIENTATION, pointerIndex), this.orientation,
274 that.getHistoricalAxisValue(MotionEvent.AXIS_ORIENTATION, position),
334 that.getHistoricalAxisValue(MotionEvent.AXIS_ORIENTATION,
375 that.getAxisValue(MotionEvent.AXIS_ORIENTATION), this.orientation, DELTA);
MotionEventTest.java     [all...]
  /frameworks/support/compat/src/main/java/androidx/core/view/
MotionEventCompat.java 162 * Synonym for {@link MotionEvent#AXIS_ORIENTATION}.
164 * @deprecated Use {@link MotionEvent#AXIS_ORIENTATION} directly.
167 public static final int AXIS_ORIENTATION = 8;
  /frameworks/base/core/java/android/view/
MotionEvent.java 725 public static final int AXIS_ORIENTATION = 8;
    [all...]
InputDevice.java 371 * Constant for retrieving the range of values for {@link MotionEvent#AXIS_ORIENTATION}.
374 * @deprecated Use {@link MotionEvent#AXIS_ORIENTATION} instead.
377 public static final int MOTION_RANGE_ORIENTATION = MotionEvent.AXIS_ORIENTATION;
    [all...]
  /frameworks/base/tools/aapt/
AaptAssets.h 41 AXIS_ORIENTATION,
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/tools/common/m2/repository/com/google/android/android/4.0.1.2/
android-4.0.1.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/android/android/4.1.1.4/
android-4.1.1.4.jar 

Completed in 78 milliseconds