Home
last modified time | relevance | path

Searched defs:move (Results 1 – 25 of 41) sorted by relevance

12

/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/input/pointer/
DPointerInteropFilterComposeHookupTest.kt189 val move = in <lambda>() constant
277 val move = in <lambda>() constant
313 val move = in <lambda>() constant
DPointerInteropFilterAndroidViewHookupTest.kt205 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
DPointerInputEventProcessorTest.kt272 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
DHandwritingTestUtils.kt75 override fun move(delayMillis: Long) { in <lambda>() method
DPointerInteropFilterTest.kt358 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/
DApplier.kt170 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
DPausableComposition.kt310 override fun move(from: Int, to: Int, count: Int) { in move() method
/compose/runtime/runtime-test-utils/src/commonMain/kotlin/androidx/compose/runtime/mock/
DContactModel.kt38 fun move(contact: Contact, after: Contact?) { in move() method in androidx.compose.runtime.mock.ContactModel
DEmptyApplier.kt40 override fun move(from: Int, to: Int, count: Int) { in move() method in androidx.compose.runtime.mock.EmptyApplier
DViewApplier.kt46 override fun move(from: Int, to: Int, count: Int) { in move() method
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/node/
DOwnedLayer.kt41 fun move(position: IntOffset) method
/compose/ui/ui/benchmark/src/androidTest/java/androidx/compose/ui/benchmark/input/pointer/
DUtilsTest.kt182 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
Dutils.kt268 val move = in createMoveMotionEvents() constant
DComposeOneFingerInputUIOnlyBenchmark.kt224 for (move in moves) { in <lambda>() method
/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/node/
DUiApplier.android.kt36 override fun move(from: Int, to: Int, count: Int) { in move() method
/compose/ui/ui-test/src/commonMain/kotlin/androidx/compose/ui/test/
DTouchInjectionScope.kt233 fun move(delayMillis: Long = eventPeriodMillis) in <lambda>() method
326 override fun move(delayMillis: Long) { in <lambda>() method
DGestureScope.kt694 fun GestureScope.move() = delegateScope.touch { move() } in <lambda>() method
/compose/runtime/runtime/samples/src/main/java/androidx/compose/runtime/samples/
DCustomTreeCompositionSamples.kt53 override fun move(from: Int, to: Int, count: Int) { in CustomTreeComposition() method
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/graphics/vector/
DVectorCompose.kt154 override fun move(from: Int, to: Int, count: Int) { in move() method
DVector.kt568 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/
DSiblingManagement.kt84 fun <T> List<T>.move(from: Int, to: Int): List<T> { in move() method
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/
DHandwritingTestUtils.kt84 override fun move(delayMillis: Long) { in <lambda>() method
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/viewinterop/
DVelocityTrackingParityTest.kt567 val move = events.filter { it.action == MotionEvent.ACTION_MOVE } in isValidGesture() constant
/compose/runtime/runtime/src/nonEmulatorCommonTest/kotlin/androidx/compose/runtime/
DAbstractApplierTest.kt217 override fun move(from: Int, to: Int, count: Int) { in toString() method
/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/platform/
DRenderNodeLayer.android.kt234 override fun move(position: IntOffset) { in <lambda>() method

12