Searched defs:AXIS_GAS (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/compat/java/android/support/v4/view/
H A DMotionEventCompat.java275 * Synonym for {@link MotionEvent#AXIS_GAS}.
277 * @deprecated Use {@link MotionEvent#AXIS_GAS} directly.
280 public static final int AXIS_GAS = 22; field in class:MotionEventCompat
/frameworks/base/core/java/android/view/
H A DMotionEvent.java954 public static final int AXIS_GAS = 22; field in class:MotionEvent
1259 names.append(AXIS_GAS, "AXIS_GAS");

Completed in 122 milliseconds