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

  /cts/tests/tests/view/src/android/view/cts/
MotionEventUtils.java 159 that.getAxisValue(MotionEvent.AXIS_TOOL_MAJOR), this.toolMajor, DELTA);
209 that.getAxisValue(MotionEvent.AXIS_TOOL_MAJOR, pointerIndex), this.toolMajor,
262 that.getHistoricalAxisValue(MotionEvent.AXIS_TOOL_MAJOR, position),
320 that.getHistoricalAxisValue(MotionEvent.AXIS_TOOL_MAJOR,
366 that.getAxisValue(MotionEvent.AXIS_TOOL_MAJOR), this.toolMajor, DELTA);
MotionEvent_PointerCoordsTest.java 74 mPointerCoords.setAxisValue(MotionEvent.AXIS_TOOL_MAJOR, 7.0f);
MotionEventTest.java     [all...]
  /frameworks/support/compat/src/main/java/androidx/core/view/
MotionEventCompat.java 146 * Synonym for {@link MotionEvent#AXIS_TOOL_MAJOR}.
148 * @deprecated Use {@link MotionEvent#AXIS_TOOL_MAJOR} directly.
151 public static final int AXIS_TOOL_MAJOR = 6;
  /frameworks/base/core/java/android/view/
MotionEvent.java 595 * {@link #AXIS_TOUCH_MAJOR} or {@link #AXIS_TOOL_MAJOR}.
673 public static final int AXIS_TOOL_MAJOR = 6;
    [all...]
InputDevice.java 353 * Constant for retrieving the range of values for {@link MotionEvent#AXIS_TOOL_MAJOR}.
356 * @deprecated Use {@link MotionEvent#AXIS_TOOL_MAJOR} instead.
359 public static final int MOTION_RANGE_TOOL_MAJOR = MotionEvent.AXIS_TOOL_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 520 milliseconds