Home
last modified time | relevance | path

Searched refs:mActionMasked (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/
H A DVerifiedMotionEvent.java72 private int mActionMasked; field in VerifiedMotionEvent
188 this.mActionMasked = actionMasked;
190 MotionEventAction.class, null, mActionMasked);
226 return mActionMasked; in getActionMasked()
287 && mActionMasked == that.mActionMasked in equals()
304 _hash = 31 * _hash + mActionMasked; in hashCode()
321 dest.writeInt(mActionMasked); in writeToParcel()
350 this.mActionMasked = actionMasked; in VerifiedMotionEvent()
352 MotionEventAction.class, null, mActionMasked); in VerifiedMotionEvent()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/utils/
H A DMotionEventMatcher.java33 int mActionMasked; field in MotionEventMatcher
40 mActionMasked = actionMasked; in MotionEventMatcher()
63 && (event.getActionMasked() == mActionMasked) in matchesSafely()
78 + MotionEvent.actionToString(mActionMasked)); in matchesSafely()