| /compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/input/pointer/ |
| D | MotionEventAdapterTest.kt | 72 val motionEvent = in <lambda>() constant 211 val motionEvent = in <lambda>() constant 245 val motionEvent = in <lambda>() constant 277 val motionEvent = in <lambda>() constant 310 val motionEvent = in <lambda>() constant 343 val motionEvent = in <lambda>() constant 386 val motionEvent = in <lambda>() constant 430 val motionEvent = in <lambda>() constant 474 val motionEvent = in <lambda>() constant 518 val motionEvent = in <lambda>() constant [all …]
|
| D | HandwritingTestUtils.kt | 116 val motionEvent = in <lambda>() constant
|
| D | TestUtils.kt | 192 val motionEvent = in MotionEvent() constant
|
| D | AndroidPointerInputTest.kt | 163 val motionEvent = in <lambda>() constant 197 val motionEvent = in <lambda>() constant 231 val motionEvent = in <lambda>() constant 478 val motionEvent = in <lambda>() constant 543 val motionEvent = in <lambda>() constant 593 val motionEvent = in <lambda>() constant 710 val motionEvent = in <lambda>() constant 4648 val motionEvent = in <lambda>() constant
|
| D | PointerInteropUtilsTest.kt | 456 MotionEvent.obtain(this).also { motionEvent -> motionEvent.offsetLocation(rawX - x, rawY - y) } in asOffsetToScreen() method
|
| D | PointerInteropFilterTest.kt | 64 pointerInteropFilter.onTouchEvent = { motionEvent -> in <lambda>() method
|
| /compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/input/pointer/ |
| D | PointerInteropUtils.android.kt | 50 val motionEvent = MotionEvent.obtain(nowMillis, nowMillis, ACTION_CANCEL, 0.0f, 0.0f, 0) in emptyCancelMotionEventScope() constant 61 val motionEvent = motionEvent in PointerEvent() constant
|
| D | PointerInteropFilter.android.kt | 102 filter.onTouchEvent = { motionEvent -> in pointerInteropFilter() method 241 emptyCancelMotionEventScope(SystemClock.uptimeMillis()) { motionEvent -> in onCancel() method 276 ) { motionEvent -> in dispatchToView() method 286 ) { motionEvent -> in dispatchToView() method
|
| D | PointerEvent.android.kt | 83 val motionEvent: MotionEvent? in <lambda>() constant in androidx.compose.ui.input.pointer.PointerEvent 109 val motionEvent = motionEvent in <lambda>() constant
|
| D | PointerInputEvent.android.kt | 24 var motionEvent: MotionEvent? variable in androidx.compose.ui.input.pointer.PointerInputEvent
|
| D | InternalPointerEvent.android.kt | 30 val motionEvent: MotionEvent? constant in androidx.compose.ui.input.pointer.InternalPointerEvent
|
| /compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/gesture/ |
| D | Utils.kt | 61 val motionEvent = in MotionEvent() constant
|
| /compose/ui/ui-test/src/androidInstrumentedTest/kotlin/androidx/compose/ui/test/junit4/ |
| D | ComposeInFragmentTest.kt | 202 var motionEvent = in closingDialogFragmentWhileComposeInputIsProcessing() variable 442 val motionEvent = in TestMotionEvent() constant
|
| /compose/ui/ui/benchmark/src/androidTest/java/androidx/compose/ui/benchmark/input/pointer/ |
| D | utils.kt | 58 val motionEvent = in <lambda>() constant
|
| /compose/foundation/foundation/benchmark/src/androidTest/java/androidx/compose/foundation/benchmark/lazy/ |
| D | LazyBenchmarkCommon.kt | 62 val motionEvent = in sendEvent() constant
|
| /compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/viewinterop/ |
| D | NestedScrollInteropConnectionTest.kt | 112 val motionEvent = in cancelActiveInjectedMotionEvents() constant
|
| /compose/ui/ui-test/src/androidMain/kotlin/androidx/compose/ui/test/ |
| D | AndroidInputDispatcher.android.kt | 280 val motionEvent = in enqueueTouchEvent() constant
|
| /compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/platform/ |
| D | AndroidUiDispatcherTest.kt | 116 setOnTouchListener { _, motionEvent -> in <lambda>() method
|