| /compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/input/pointer/ |
| D | PointerInteropFilterComposeHookupTest.kt | 189 val move = in <lambda>() constant 277 val move = in <lambda>() constant 313 val move = in <lambda>() constant
|
| D | PointerInteropFilterAndroidViewHookupTest.kt | 205 val move = in <lambda>() constant 293 val move = in <lambda>() constant 329 val move = in <lambda>() constant 529 fun move(eventTime: Int, offset: Offset) = in <lambda>() method
|
| D | PointerInputEventProcessorTest.kt | 272 val move = down.moveTo(11, offset2.x, offset2.y) in <lambda>() constant 512 val move = PointerInputEvent(0, 5, Offset(100f, 0f), true) in <lambda>() constant 1977 val move = PointerInputEvent(7, 10, Offset(300f, 300f), true) in <lambda>() constant 2534 val move = PointerInputEvent(0, 11, Offset(1f, 0f), true) in <lambda>() constant 2562 val move = PointerInputEvent(0, 11, Offset(1f, 0f), true) in <lambda>() constant 2596 val move = PointerInputEvent(0, 11, Offset(1f, 0f), true) in <lambda>() constant
|
| D | HandwritingTestUtils.kt | 75 override fun move(delayMillis: Long) { in <lambda>() method
|
| D | PointerInteropFilterTest.kt | 358 val move = down.moveTo(7, 8f, 9f) in <lambda>() constant 2258 val move = down.moveTo(7, 8f, 9f) in <lambda>() constant 2293 val move = down.moveTo(7, 8f, 9f) in <lambda>() constant 3325 val move = down.moveTo(7, 8f, 9f) in <lambda>() constant 3367 val move = down.moveTo(7, 8f, 9f) in <lambda>() constant 3476 val move = down.moveTo(7, 8f, 9f) in <lambda>() constant 3932 val move = down.moveTo(7, 8f, 9f) in <lambda>() constant
|
| /compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/ |
| D | Applier.kt | 170 fun move(from: Int, to: Int, count: Int) in down() method 230 protected fun MutableList<T>.move(from: Int, to: Int, count: Int) { in move() method in androidx.compose.runtime.AbstractApplier 280 override fun move(from: Int, to: Int, count: Int) { in move() method in androidx.compose.runtime.OffsetApplier
|
| D | PausableComposition.kt | 310 override fun move(from: Int, to: Int, count: Int) { in move() method
|
| /compose/runtime/runtime-test-utils/src/commonMain/kotlin/androidx/compose/runtime/mock/ |
| D | ContactModel.kt | 38 fun move(contact: Contact, after: Contact?) { in move() method in androidx.compose.runtime.mock.ContactModel
|
| D | EmptyApplier.kt | 40 override fun move(from: Int, to: Int, count: Int) { in move() method in androidx.compose.runtime.mock.EmptyApplier
|
| D | ViewApplier.kt | 46 override fun move(from: Int, to: Int, count: Int) { in move() method
|
| /compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/node/ |
| D | OwnedLayer.kt | 41 fun move(position: IntOffset) method
|
| /compose/ui/ui/benchmark/src/androidTest/java/androidx/compose/ui/benchmark/input/pointer/ |
| D | UtilsTest.kt | 182 for ((index, move) in ups.withIndex()) { in <lambda>() constant 234 for ((index, move) in ups.withIndex()) { in <lambda>() constant 295 for ((moveIndex, move) in moves.withIndex()) { in <lambda>() constant 332 for ((moveIndex, move) in moves.withIndex()) { in <lambda>() constant 369 for ((moveIndex, move) in moves.withIndex()) { in <lambda>() constant 408 for ((moveIndex, move) in moves.withIndex()) { in <lambda>() constant 456 for ((index, move) in moves.withIndex()) { in <lambda>() constant 508 for ((index, move) in moves.withIndex()) { in <lambda>() constant 562 for ((moveIndex, move) in moves.withIndex()) { in <lambda>() constant 615 for ((moveIndex, move) in moves.withIndex()) { in <lambda>() constant
|
| D | utils.kt | 268 val move = in createMoveMotionEvents() constant
|
| D | ComposeOneFingerInputUIOnlyBenchmark.kt | 224 for (move in moves) { in <lambda>() method
|
| /compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/node/ |
| D | UiApplier.android.kt | 36 override fun move(from: Int, to: Int, count: Int) { in move() method
|
| /compose/ui/ui-test/src/commonMain/kotlin/androidx/compose/ui/test/ |
| D | TouchInjectionScope.kt | 233 fun move(delayMillis: Long = eventPeriodMillis) in <lambda>() method 326 override fun move(delayMillis: Long) { in <lambda>() method
|
| D | GestureScope.kt | 694 fun GestureScope.move() = delegateScope.touch { move() } in <lambda>() method
|
| /compose/runtime/runtime/samples/src/main/java/androidx/compose/runtime/samples/ |
| D | CustomTreeCompositionSamples.kt | 53 override fun move(from: Int, to: Int, count: Int) { in CustomTreeComposition() method
|
| /compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/graphics/vector/ |
| D | VectorCompose.kt | 154 override fun move(from: Int, to: Int, count: Int) { in move() method
|
| D | Vector.kt | 568 fun move(from: Int, to: Int, count: Int) { in toString() method
|
| /compose/runtime/runtime/compose-runtime-benchmark/src/androidTest/java/androidx/compose/runtime/benchmark/siblings/ |
| D | SiblingManagement.kt | 84 fun <T> List<T>.move(from: Int, to: Int): List<T> { in move() method
|
| /compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/ |
| D | HandwritingTestUtils.kt | 84 override fun move(delayMillis: Long) { in <lambda>() method
|
| /compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/viewinterop/ |
| D | VelocityTrackingParityTest.kt | 567 val move = events.filter { it.action == MotionEvent.ACTION_MOVE } in isValidGesture() constant
|
| /compose/runtime/runtime/src/nonEmulatorCommonTest/kotlin/androidx/compose/runtime/ |
| D | AbstractApplierTest.kt | 217 override fun move(from: Int, to: Int, count: Int) { in toString() method
|
| /compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/platform/ |
| D | RenderNodeLayer.android.kt | 234 override fun move(position: IntOffset) { in <lambda>() method
|