Home
last modified time | relevance | path

Searched defs:actionMasked (Results 1 – 20 of 20) sorted by relevance

/aosp12/frameworks/base/core/java/android/view/
H A DVerifiedMotionEvent.java180 @MotionEventAction int actionMasked, in VerifiedMotionEvent()
342 int actionMasked = in.readInt(); in VerifiedMotionEvent() local
H A DInputEventConsistencyVerifier.java403 final int actionMasked = event.getActionMasked(); in onTouchEvent() local
H A DViewGroup.java2635 final int actionMasked = action & MotionEvent.ACTION_MASK; in dispatchTouchEvent() local
H A DView.java14581 final int actionMasked = event.getActionMasked(); in dispatchTouchEvent() local
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/utils/
H A DMotionEventMatcher.java37 MotionEventMatcher(long downTime, long eventTime, int actionMasked, int x, int y) { in MotionEventMatcher()
/aosp12/frameworks/native/services/inputflinger/
H A DInputClassifierConverter.cpp58 static common::V1_0::Action getAction(int32_t actionMasked) { in getAction()
/aosp12/frameworks/base/core/java/android/widget/
H A DForwardingListener.java166 final int actionMasked = srcEvent.getActionMasked(); in onTouchObserved() local
H A DDropDownListView.java177 final int actionMasked = event.getActionMasked(); in onForwardedEvent() local
H A DFastScroller.java1448 final int actionMasked = ev.getActionMasked(); in onInterceptHoverEvent() local
H A DScrollView.java737 final int actionMasked = ev.getActionMasked(); in onTouchEvent() local
H A DAbsListView.java3892 final int actionMasked = ev.getActionMasked(); in onTouchEvent() local
4534 final int actionMasked = ev.getActionMasked(); in onInterceptTouchEvent() local
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/touch/
H A DBaseSwipeDetector.java134 int actionMasked = ev.getActionMasked(); in onTouchEvent() local
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputState.cpp94 int32_t actionMasked = action & AMOTION_EVENT_ACTION_MASK; in trackMotion() local
H A DEntry.cpp46 const int actionMasked = entry.action & AMOTION_EVENT_ACTION_MASK; in verifiedMotionEventFromMotionEntry() local
H A DInputDispatcher.cpp3313 int32_t actionMasked = dispatchEntry.resolvedAction & AMOTION_EVENT_ACTION_MASK; in getSignature() local
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DDecorCaptionView.java182 final int actionMasked = e.getActionMasked(); in onTouch() local
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
H A DEventDispatcher.java236 private int computeInjectionAction(int actionMasked, int pointerIndex) { in computeInjectionAction()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/
H A DBaseDragLayer.java313 int actionMasked = ev.getActionMasked(); in proxyTouchEvent() local
/aosp12/frameworks/native/libs/input/
H A DVelocityTracker.cpp245 int32_t actionMasked = event->getActionMasked(); in addMovement() local
/aosp12/frameworks/native/include/input/
H A DInput.h930 int32_t actionMasked; member