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/native/include/input/
H A DInput.h347 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.java187 * Constant for {@link #getActionMasked}: A pressed gesture has started, the
198 * Constant for {@link #getActionMasked}: A pressed gesture has finished, the
205 * Constant for {@link #getActionMasked}: A change has happened during a
213 * Constant for {@link #getActionMasked}: The current gesture has been aborted.
220 * Constant for {@link #getActionMasked}: A movement has happened outside of the
227 * Constant for {@link #getActionMasked}: A non-primary pointer has gone down.
238 * Constant for {@link #getActionMasked}: A non-primary pointer has gone up.
249 * Constant for {@link #getActionMasked}: A change happened but the pointer
264 * Constant for {@link #getActionMasked}: The motion event contains relative
280 * Constant for {@link #getActionMasked}
1730 public final int getActionMasked() { method in class:MotionEvent
[all...]

Completed in 16 milliseconds