Searched refs:AXIS_BRAKE (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/compat/java/android/support/v4/view/
H A DMotionEventCompat.java283 * Synonym for {@link MotionEvent#AXIS_BRAKE}.
285 * @deprecated Use {@link MotionEvent#AXIS_BRAKE} directly.
288 public static final int AXIS_BRAKE = 23; field in class:MotionEventCompat
/frameworks/base/core/java/android/view/
H A DMotionEvent.java970 public static final int AXIS_BRAKE = 23; field in class:MotionEvent
1260 names.append(AXIS_BRAKE, "AXIS_BRAKE");

Completed in 75 milliseconds