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

/frameworks/support/compat/java/android/support/v4/view/
H A DMotionEventCompat.java450 * Synonym for {@link MotionEvent#BUTTON_PRIMARY}.
452 * @deprecated Use {@link MotionEvent#BUTTON_PRIMARY} directly.
455 public static final int BUTTON_PRIMARY = 1; field in class:MotionEventCompat
/frameworks/base/core/java/android/view/
H A DMotionEvent.java1292 public static final int BUTTON_PRIMARY = 1 << 0; field in class:MotionEvent
1350 "BUTTON_PRIMARY",
2397 * @see #BUTTON_PRIMARY
3346 * button state flags such as "0", "BUTTON_PRIMARY",
3347 * "BUTTON_PRIMARY|BUTTON_SECONDARY" or an equivalent numeric constant such as "0x10000000"
3398 * @see #BUTTON_PRIMARY

Completed in 724 milliseconds