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/base/include/androidfw/
H A DInput.h331 inline int32_t getActionIndex() const { function in class:android::MotionEvent
/frameworks/base/core/java/android/view/
H A DMotionEvent.java228 * Use {@link #getActionIndex} to retrieve the index of the pointer that changed.
239 * Use {@link #getActionIndex} to retrieve the index of the pointer that changed.
312 * @see #getActionIndex
320 * @see #getActionIndex
1695 * Consider using {@link #getActionMasked} and {@link #getActionIndex} to retrieve
1706 * Use {@link #getActionIndex} to return the index associated with pointer actions.
1723 public final int getActionIndex() { method in class:MotionEvent

Completed in 1119 milliseconds