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

  /cts/tests/tests/view/src/android/view/cts/
MotionEventUtils.java 149 that.getAxisValue(MotionEvent.AXIS_TOUCH_MAJOR), this.touchMajor, DELTA);
197 that.getAxisValue(MotionEvent.AXIS_TOUCH_MAJOR, pointerIndex), this.touchMajor,
250 that.getHistoricalAxisValue(MotionEvent.AXIS_TOUCH_MAJOR, position),
306 that.getHistoricalAxisValue(MotionEvent.AXIS_TOUCH_MAJOR,
358 that.getAxisValue(MotionEvent.AXIS_TOUCH_MAJOR), this.touchMajor, DELTA);
MotionEvent_PointerCoordsTest.java 84 mPointerCoords.setAxisValue(MotionEvent.AXIS_TOUCH_MAJOR, 5.0f);
MotionEventTest.java     [all...]
  /frameworks/support/compat/src/main/java/androidx/core/view/
MotionEventCompat.java 130 * Synonym for {@link MotionEvent#AXIS_TOUCH_MAJOR}.
132 * @deprecated Use {@link MotionEvent#AXIS_TOUCH_MAJOR} directly.
135 public static final int AXIS_TOUCH_MAJOR = 4;
  /frameworks/base/core/java/android/view/
MotionEvent.java 595 * {@link #AXIS_TOUCH_MAJOR} or {@link #AXIS_TOOL_MAJOR}.
625 public static final int AXIS_TOUCH_MAJOR = 4;
    [all...]
InputDevice.java 335 * Constant for retrieving the range of values for {@link MotionEvent#AXIS_TOUCH_MAJOR}.
338 * @deprecated Use {@link MotionEvent#AXIS_TOUCH_MAJOR} instead.
341 public static final int MOTION_RANGE_TOUCH_MAJOR = MotionEvent.AXIS_TOUCH_MAJOR;
    [all...]
  /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 83 milliseconds