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

  /cts/tests/tests/view/src/android/view/cts/
MotionEventUtils.java 154 that.getAxisValue(MotionEvent.AXIS_TOUCH_MINOR), this.touchMinor, DELTA);
203 that.getAxisValue(MotionEvent.AXIS_TOUCH_MINOR, pointerIndex), this.touchMinor,
256 that.getHistoricalAxisValue(MotionEvent.AXIS_TOUCH_MINOR, position),
313 that.getHistoricalAxisValue(MotionEvent.AXIS_TOUCH_MINOR,
362 that.getAxisValue(MotionEvent.AXIS_TOUCH_MINOR), this.touchMinor, DELTA);
MotionEvent_PointerCoordsTest.java 89 mPointerCoords.setAxisValue(MotionEvent.AXIS_TOUCH_MINOR, 2.1f);
MotionEventTest.java     [all...]
  /frameworks/support/compat/java/android/support/v4/view/
MotionEventCompat.java 139 * Synonym for {@link MotionEvent#AXIS_TOUCH_MINOR}.
141 * @deprecated Use {@link MotionEvent#AXIS_TOUCH_MINOR} directly.
144 public static final int AXIS_TOUCH_MINOR = 5;
  /frameworks/base/core/java/android/view/
MotionEvent.java 644 public static final int AXIS_TOUCH_MINOR = 5;
    [all...]
InputDevice.java 342 * Constant for retrieving the range of values for {@link MotionEvent#AXIS_TOUCH_MINOR}.
345 * @deprecated Use {@link MotionEvent#AXIS_TOUCH_MINOR} instead.
348 public static final int MOTION_RANGE_TOUCH_MINOR = MotionEvent.AXIS_TOUCH_MINOR;
    [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 377 milliseconds