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

/frameworks/support/v4/java/android/support/v4/view/
H A DMotionEventCompat.java153 * Constant for {@link #getActionMasked}: The pointer is not down but has entered the
166 * Constant for {@link #getActionMasked}: The pointer is not down but has exited the
182 public static int getActionMasked(MotionEvent event) { method in class:MotionEventCompat
/frameworks/base/include/androidfw/
H A DInput.h329 inline int32_t getActionMasked() const { return mAction & AMOTION_EVENT_ACTION_MASK; } function in class:android::MotionEvent
/frameworks/base/core/java/android/view/
H A DMotionEvent.java186 * Constant for {@link #getActionMasked}: A pressed gesture has started, the
197 * Constant for {@link #getActionMasked}: A pressed gesture has finished, the
204 * Constant for {@link #getActionMasked}: A change has happened during a
212 * Constant for {@link #getActionMasked}: The current gesture has been aborted.
219 * Constant for {@link #getActionMasked}: A movement has happened outside of the
226 * Constant for {@link #getActionMasked}: A non-primary pointer has gone down.
237 * Constant for {@link #getActionMasked}: A non-primary pointer has gone up.
248 * Constant for {@link #getActionMasked}: A change happened but the pointer
263 * Constant for {@link #getActionMasked}: The motion event contains relative
279 * Constant for {@link #getActionMasked}
1709 public final int getActionMasked() { method in class:MotionEvent
[all...]

Completed in 71 milliseconds