Home
last modified time | relevance | path

Searched defs:up (Results 1 – 25 of 32) sorted by relevance

12

/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/input/pointer/
DPointerInteropFilterComposeHookupTest.kt121 val up = in <lambda>() constant
155 val up = in <lambda>() constant
199 val up = in <lambda>() constant
234 val up = in <lambda>() constant
399 val up = in <lambda>() constant
DPointerInteropFilterAndroidViewHookupTest.kt137 val up = in <lambda>() constant
171 val up = in <lambda>() constant
215 val up = in <lambda>() constant
250 val up = in <lambda>() constant
415 val up = in <lambda>() constant
540 fun up(eventTime: Int, offset: Offset = Offset(50f, 50f)) = in <lambda>() method
DPointerInteropFilterAndroidViewOffsetsTest.kt154 val up = in <lambda>() constant
DHandwritingTestUtils.kt89 override fun up(pointerId: Int) { in <lambda>() method
DPointerInputEventProcessorTest.kt273 val up = move.up(13) in <lambda>() constant
2188 val up = PointerInputEvent(0, 11, offset, false) in <lambda>() constant
2298 val up = PointerInputEvent(0, 11, Offset(50f, 50f), false) in <lambda>() constant
2331 val up = PointerInputEvent(0, 11, offset, false) in <lambda>() constant
2441 val up = PointerInputEvent(0, 11, Offset(50f, 50f), false) in <lambda>() constant
DPointerInteropFilterTest.kt116 val up = down.up(5) in <lambda>() constant
969 val up = move2.up(15) in <lambda>() constant
1488 val up = move1.up(10) in <lambda>() constant
3188 val up = down.up(5) in <lambda>() constant
3792 val up = down.up(5) in <lambda>() constant
4063 val up = down.up(5) in <lambda>() constant
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/
DApplier.kt66 fun up() in down() method
209 override fun up() { in up() method in androidx.compose.runtime.AbstractApplier
262 override fun up() { in up() method in androidx.compose.runtime.OffsetApplier
DPausableComposition.kt300 override fun up() { in up() method
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/focus/
DTwoDimensionalFocusTraversalImplicitEnterTest.kt73 val (up, down, left, right, parent) = List(5) { mutableStateOf(false) } in moveFocusEnter_customChildIsFocused() constant
145 val (up, down, left, right, parent) = List(5) { mutableStateOf(false) } in moveFocus_skipsItemWithCustomEnter() constant
224 val (up, down, left, right, parent) = List(5) { mutableStateOf(false) } in moveFocusEnter_blockFocusChange_appropriateOtherItemIsFocused() constant
286 val (up, down, left, right) = List(4) { mutableStateOf(false) } in moveFocusEnter_emptyLazyList() constant
331 val (up, down, left, right) = List(4) { mutableStateOf(false) } in focusOnItem_doesNotTriggerEnter() constant
DTwoDimensionalFocusTraversalImplicitExitTest.kt214 val (up, down, left, right, parent) = List(5) { mutableStateOf(false) } in moveFocusExit_blockFocusChange() constant
257 val (up, down, left, right, parent) = List(5) { mutableStateOf(false) } in moveFocusExit_cancelExit() constant
306 val (up, down, left, right) = List(4) { mutableStateOf(false) } in moveFocusExit_redirectExit() constant
364 val (up, down, left, right) = List(4) { mutableStateOf(false) } in moveFocusExit_multipleParents_cancelExit() constant
415 val (up, down, left, right) = List(4) { mutableStateOf(false) } in moveFocusExit_multipleParents_redirectExit() constant
DKeyEventToFocusDirectionTest.kt81 fun up() { in up() method
/compose/runtime/runtime-test-utils/src/commonMain/kotlin/androidx/compose/runtime/mock/
DEmptyApplier.kt26 override fun up() {} in up() method in androidx.compose.runtime.mock.EmptyApplier
DViewApplier.kt78 override fun up() { in up() method
/compose/ui/ui/benchmark/src/androidTest/java/androidx/compose/ui/benchmark/input/pointer/
DComposeTapIntegrationBenchmark.kt111 val up = in <lambda>() constant
DAndroidTapIntegrationBenchmark.kt154 val up = in <lambda>() constant
Dutils.kt201 val up = in createUps() constant
DComposeOneFingerInputUIOnlyBenchmark.kt217 val up = ups.last() in <lambda>() constant
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/input/pointer/
DPointerInputTestUtil.kt80 internal fun PointerInputChange.up(durationMillis: Long) = in moveTo() method
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/focus/
DFocusProperties.kt61 var up: FocusRequester variable
246 override var up: FocusRequester = FocusRequester.Default variable in androidx.compose.ui.focus.FocusPropertiesImpl
DFocusOrderModifier.kt75 var up: FocusRequester in populateFocusOrder() variable in androidx.compose.ui.focus.FocusOrder
/compose/ui/ui-test/src/commonMain/kotlin/androidx/compose/ui/test/
DTouchInjectionScope.kt292 fun up(pointerId: Int = 0) in <lambda>() method
352 override fun up(pointerId: Int) { in <lambda>() method
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/window/
DDialogTest.kt761 val up = in <lambda>() constant
845 val up = in <lambda>() constant
929 val up = in <lambda>() constant
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/gestures/
DTapGestureDetector.kt257 val up = waitForUpOrCancellation() in detectTapAndPress() constant
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/
DHandwritingTestUtils.kt98 override fun up(pointerId: Int) { in <lambda>() method
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/viewinterop/
DVelocityTrackingParityTest.kt568 val up = events.filter { it.action == MotionEvent.ACTION_UP } in isValidGesture() constant

12