Searched refs:AXIS_GENERIC_1 (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/compat/java/android/support/v4/view/
H A DMotionEventCompat.java322 * Synonym for {@link MotionEvent#AXIS_GENERIC_1}.
324 * @deprecated Use {@link MotionEvent#AXIS_GENERIC_1} directly.
327 public static final int AXIS_GENERIC_1 = 32; field in class:MotionEventCompat
/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java515 .append(event.getAxisValue(MotionEvent.AXIS_GENERIC_1), 3)
570 device.getMotionRange(MotionEvent.AXIS_GENERIC_1) != null;
618 ps.mBoundingLeft = event.getAxisValue(MotionEvent.AXIS_GENERIC_1, i);
/frameworks/base/core/java/android/view/
H A DMotionEvent.java1062 public static final int AXIS_GENERIC_1 = 32; field in class:MotionEvent
1266 names.append(AXIS_GENERIC_1, "AXIS_GENERIC_1");

Completed in 51 milliseconds