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

  /cts/tests/tests/view/src/android/view/cts/
MotionEventUtils.java 164 that.getAxisValue(MotionEvent.AXIS_TOOL_MINOR), this.toolMinor, DELTA);
215 that.getAxisValue(MotionEvent.AXIS_TOOL_MINOR, pointerIndex), this.toolMinor,
268 that.getHistoricalAxisValue(MotionEvent.AXIS_TOOL_MINOR, position),
327 that.getHistoricalAxisValue(MotionEvent.AXIS_TOOL_MINOR,
370 that.getAxisValue(MotionEvent.AXIS_TOOL_MINOR), this.toolMinor, DELTA);
MotionEvent_PointerCoordsTest.java 79 mPointerCoords.setAxisValue(MotionEvent.AXIS_TOOL_MINOR, 2.0f);
MotionEventTest.java     [all...]
  /frameworks/support/compat/src/main/java/androidx/core/view/
MotionEventCompat.java 154 * Synonym for {@link MotionEvent#AXIS_TOOL_MINOR}.
156 * @deprecated Use {@link MotionEvent#AXIS_TOOL_MINOR} directly.
159 public static final int AXIS_TOOL_MINOR = 7;
  /frameworks/base/core/java/android/view/
MotionEvent.java 698 public static final int AXIS_TOOL_MINOR = 7;
    [all...]
InputDevice.java 362 * Constant for retrieving the range of values for {@link MotionEvent#AXIS_TOOL_MINOR}.
365 * @deprecated Use {@link MotionEvent#AXIS_TOOL_MINOR} instead.
368 public static final int MOTION_RANGE_TOOL_MINOR = MotionEvent.AXIS_TOOL_MINOR;
    [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 228 milliseconds