Home
last modified time | relevance | path

Searched refs:getGestureId (Results 1 – 11 of 11) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
H A DProgressDelegateInputConsumer.java130 .putExtra(INTENT_EXTRA_LOG_TRACE_ID, mGestureState.getGestureId()); in onDragStart()
H A DDeviceLockedInputConsumer.java230 .putExtra(INTENT_EXTRA_LOG_TRACE_ID, mGestureState.getGestureId()); in startRecentsTransition()
H A DOtherActivityInputConsumer.java400 intent.putExtra(INTENT_EXTRA_LOG_TRACE_ID, mGestureState.getGestureId());
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
H A DGestureMatcher.java121 public int getGestureId() { in getGestureId() method in GestureMatcher
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/gestures/
H A DGestureManifoldTest.java182 argThat(gestureEvent -> gestureEvent.getGestureId() == gestureId)); in testPath()
H A DTouchExplorerTest.java467 assertEquals(gestureId, gestureEvent.getGestureId()); in passInGesture()
/aosp12/frameworks/base/core/java/android/accessibilityservice/
H A DAccessibilityGestureEvent.java190 @GestureId public int getGestureId() { in getGestureId() method in AccessibilityGestureEvent
H A DAccessibilityService.java838 onGesture(gestureEvent.getGestureId()); in onGesture()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DOverviewCommandHelper.java239 intent.putExtra(INTENT_EXTRA_LOG_TRACE_ID, gestureState.getGestureId()); in executeCommand()
H A DGestureState.java228 public int getGestureId() { in getGestureId() method in GestureState
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt2988 method public int getGestureId();