Home
last modified time | relevance | path

Searched defs:motionEvent (Results 1 – 25 of 70) sorted by relevance

123

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/temporarydisplay/chipbar/
DSwipeChipbarAwayGestureHandlerTest.kt54 val motionEvent = createMotionEvent(y = VIEW_BOTTOM - 100f) in <lambda>() constant
64 val motionEvent = createMotionEvent(y = VIEW_BOTTOM + 20f) in <lambda>() constant
74 val motionEvent = createMotionEvent(y = VIEW_BOTTOM * 4f) in <lambda>() constant
84 val motionEvent = createMotionEvent(y = VIEW_BOTTOM - 100f) in <lambda>() constant
/frameworks/base/core/tests/coretests/src/android/view/
DVerifiedMotionEventTest.kt65 val motionEvent = createVerifiedMotionEvent() in testParcelUnparcel() constant
81 val motionEvent = createVerifiedMotionEvent() in testParcelInputEvent() constant
99 val motionEvent = createVerifiedMotionEvent() in testParcelMotionEvent() constant
116 val motionEvent = createVerifiedMotionEvent() in testParcelInputToMotionEvent() constant
130 val motionEvent = createVerifiedMotionEvent() in testGetFlag() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DMenuListViewTouchHandler.java56 @NonNull MotionEvent motionEvent) { in onInterceptTouchEvent()
127 @NonNull MotionEvent motionEvent) { in onTouchEvent()
143 private void addMovement(MotionEvent motionEvent) { in addMovement()
/frameworks/base/apct-tests/perftests/core/src/android/input/
DVelocityTrackerBenchmarkTest.kt77 val motionEvent = MotionEvent.obtain( in createMotionEvent() constant
116 val motionEvent = MotionEvent.obtain( in createMotionEvent() constant
203 val motionEvent = motionState.createMotionEvent() in testAddMovement() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/
DPointerCountClassifierTest.java73 MotionEvent motionEvent = MotionEvent.obtain( in testFail_multiPointer() local
90 MotionEvent motionEvent = MotionEvent.obtain( in testPass_multiPointerDragDown() local
DProximityClassifierTest.java138 MotionEvent motionEvent = MotionEvent.obtain(1, 1, MotionEvent.ACTION_DOWN, 0, 0, 0); in touchDown() local
144 MotionEvent motionEvent = MotionEvent.obtain(1, 1 + duration, MotionEvent.ACTION_UP, 0, in touchUp() local
/frameworks/native/services/inputflinger/tests/
DFakeWindows.cpp107 const MotionEvent& motionEvent = static_cast<const MotionEvent&>(*event); in consumeEvent() local
145 std::unique_ptr<MotionEvent> motionEvent = consumeMotion(); in consumeMotionEvent() local
210 MotionEvent& motionEvent = static_cast<MotionEvent&>(*event); in assertNoEvents() local
310 std::unique_ptr<MotionEvent> motionEvent = in consumeMotionEvent() local
DInputProcessorConverter_test.cpp69 common::MotionEvent motionEvent = notifyMotionArgsToHalMotionEvent(motionArgs); in TEST() local
/frameworks/base/tests/Input/src/com/android/test/input/
DPointerEventDispatcherTest.kt78 val motionEvent = MotionEvent.obtain(downTime, downTime, in testSendMotionToCrashingListenerDoesNotCrash() constant
/frameworks/base/core/java/android/view/
DInputEventAssigner.java66 MotionEvent motionEvent = (MotionEvent) event; in processEvent() local
/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
DWindowMagnificationGestureHandler.java525 public boolean shouldStopDetection(MotionEvent motionEvent) { in shouldStopDetection()
535 MotionEvent motionEvent) { in onGestureCompleted()
561 MotionEvent motionEvent) { in onGestureCancelled()
571 private void changeToDelegateStateIfNeed(MotionEvent motionEvent) { in changeToDelegateStateIfNeed()
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/view/
DRichTextViewTest.java126 MotionEvent motionEvent = MotionEvent.obtain(123, 22, MotionEvent.ACTION_DOWN, 0, 0, 0); in onTouchEvent_clickOnLinks_shouldReturnTrue() local
144 MotionEvent motionEvent = MotionEvent.obtain(123, 22, MotionEvent.ACTION_DOWN, 0, 0, 0); in onTouchEvent_clickOutsideLinks_shouldReturnFalse() local
/frameworks/base/services/core/java/com/android/server/wm/
DDragInputEventReceiver.java65 final MotionEvent motionEvent = (MotionEvent) event; in onInputEvent() local
DPointerEventDispatcher.java43 MotionEvent motionEvent = (MotionEvent) event; in onInputEvent() local
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/util/
DMockWindow.java187 public boolean superDispatchTouchEvent(MotionEvent motionEvent) { in superDispatchTouchEvent()
192 public boolean superDispatchTrackballEvent(MotionEvent motionEvent) { in superDispatchTrackballEvent()
197 public boolean superDispatchGenericMotionEvent(MotionEvent motionEvent) { in superDispatchGenericMotionEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DPointerCountClassifier.java46 public void onTouchEvent(MotionEvent motionEvent) { in onTouchEvent()
DProximityClassifier.java79 public void onTouchEvent(MotionEvent motionEvent) { in onTouchEvent()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/dreams/touch/
DCommunalTouchHandlerTest.java102 final MotionEvent motionEvent = Mockito.mock(MotionEvent.class); in testEventPropagation() local
/frameworks/native/services/inputflinger/tests/fuzzers/
DInputClassifierFuzzer.cpp87 aidl::android::hardware::input::common::MotionEvent motionEvent = in LLVMFuzzerTestOneInput() local
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
DNavigationEdgeBackPlugin.java52 void onMotionEvent(MotionEvent motionEvent); in onMotionEvent()
/frameworks/base/services/core/java/com/android/server/input/debug/
DFocusEventDebugView.java243 MotionEvent motionEvent = MotionEvent.obtain(event); in reportMotionEvent() local
292 void handleRotaryInput(MotionEvent motionEvent) { in handleRotaryInput()
/frameworks/base/core/jni/
Dandroid_view_MotionPredictor.cpp50 MotionEvent* motionEvent = android_view_MotionEvent_getNativePtr(env, event); in android_view_MotionPredictor_nativeRecord() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubblesNavBarMotionEventHandler.java65 public boolean onMotionEvent(MotionEvent motionEvent) { in onMotionEvent()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
DMagnificationGesturesObserverTest.java134 MotionEventMatcher(MotionEvent motionEvent) { in MotionEventMatcher()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/
DUdfpsShellTest.kt54 @Captor private lateinit var motionEvent: ArgumentCaptor<MotionEvent> variable in com.android.systemui.biometrics.UdfpsShellTest

123