Searched defs:process (Results 1 – 3 of 3) sorted by relevance
| /compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/input/pointer/ | ||
| D | PointerInputEventProcessor.kt | 65 fun process( in process() method in androidx.compose.ui.input.pointer.PointerInputEventProcessor |
| /compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/ | ||
| D | TextFieldKeyInput.kt | 86 fun process(event: KeyEvent): Boolean { in process() method in androidx.compose.foundation.text.TextFieldKeyInput |
| /compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/input/pointer/ | ||
| D | PointerInputEventProcessorTest.kt | 2807 private fun PointerInputEventProcessor.process(event: PointerInputEvent) = in <lambda>() method |