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

  /cts/tests/tests/view/src/android/view/cts/
MotionEventUtils.java 144 that.getAxisValue(MotionEvent.AXIS_SIZE), this.size, DELTA);
192 that.getAxisValue(MotionEvent.AXIS_SIZE, pointerIndex), this.size, DELTA);
245 that.getHistoricalAxisValue(MotionEvent.AXIS_SIZE, position), this.size, DELTA);
300 that.getHistoricalAxisValue(MotionEvent.AXIS_SIZE, pointerIndex, position),
354 that.getAxisValue(MotionEvent.AXIS_SIZE), this.size, DELTA);
MotionEvent_PointerCoordsTest.java 69 mPointerCoords.setAxisValue(MotionEvent.AXIS_SIZE, 10.0f);
MotionEventTest.java     [all...]
  /frameworks/support/compat/java/android/support/v4/view/
MotionEventCompat.java 123 * Synonym for {@link MotionEvent#AXIS_SIZE}.
125 * @deprecated Use {@link MotionEvent#AXIS_SIZE} directly.
128 public static final int AXIS_SIZE = 3;
  /frameworks/base/core/java/android/view/
MotionEvent.java 600 public static final int AXIS_SIZE = 3;
    [all...]
InputDevice.java 324 * Constant for retrieving the range of values for {@link MotionEvent#AXIS_SIZE}.
327 * @deprecated Use {@link MotionEvent#AXIS_SIZE} instead.
330 public static final int MOTION_RANGE_SIZE = MotionEvent.AXIS_SIZE;
    [all...]
  /prebuilts/sdk/current/support/compat/libs/
android-support-compat.jar 
  /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/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 406 milliseconds