Searched defs:getActionIndex (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/v4/java/android/support/v4/view/
H A DMotionEventCompat.java190 public static int getActionIndex(MotionEvent event) { method in class:MotionEventCompat
/frameworks/native/include/input/
H A DInput.h349 inline int32_t getActionIndex() const { function in class:android::MotionEvent
/frameworks/base/core/java/android/view/
H A DMotionEvent.java229 * Use {@link #getActionIndex} to retrieve the index of the pointer that changed.
240 * Use {@link #getActionIndex} to retrieve the index of the pointer that changed.
313 * @see #getActionIndex
321 * @see #getActionIndex
1716 * Consider using {@link #getActionMasked} and {@link #getActionIndex} to retrieve
1727 * Use {@link #getActionIndex} to return the index associated with pointer actions.
1744 public final int getActionIndex() { method in class:MotionEvent

Completed in 1130 milliseconds