Searched defs:codepoint (Results 1 – 4 of 4) sorted by relevance
| /compose/foundation/foundation/src/androidUnitTest/kotlin/androidx/compose/foundation/text/input/internal/ |
| D | CodepointTransformationTest.kt | 35 val codepointTransformation = CodepointTransformation { i, codepoint -> in <lambda>() method 55 val codepointTransformation = CodepointTransformation { i, codepoint -> in <lambda>() method 91 val codepointTransformation = CodepointTransformation { i, codepoint -> in <lambda>() method
|
| /compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/input/ |
| D | TextFieldCodepointTransformationTest.kt | 70 codepointTransformation = { _, codepoint -> codepoint + 1 }, in <lambda>() method 85 codepointTransformation = { index, codepoint -> in <lambda>() method 215 codepointTransformation = { _, codepoint -> codepoint }, in <lambda>() method 300 codepointTransformation = { i, codepoint -> in <lambda>() method 362 codepointTransformation = { i, codepoint -> in <lambda>() method 419 codepointTransformation = { i, codepoint -> in <lambda>() method 454 codepointTransformation = { i, codepoint -> in <lambda>() method 493 codepointTransformation = { i, codepoint -> in <lambda>() method
|
| /compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/input/internal/ |
| D | TextFieldLayoutStateCacheTest.kt | 133 val codepointTransformation = CodepointTransformation { _, codepoint -> codepoint } in <lambda>() method 328 val codepointTransformation = CodepointTransformation { _, codepoint -> in <lambda>() method 401 val codepointTransformation = CodepointTransformation { _, codepoint -> in <lambda>() method 602 var codepointTransformation = CodepointTransformation { _, codepoint -> codepoint } in <lambda>() method 611 codepointTransformation = CodepointTransformation { _, codepoint -> codepoint + 1 } in <lambda>() method 629 var codepointTransformation = CodepointTransformation { _, codepoint -> codepoint } in <lambda>() method 638 codepointTransformation = CodepointTransformation { _, codepoint -> codepoint } in <lambda>() method
|
| /compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/ |
| D | BasicSecureTextField.kt | 226 val codepointTransformation = CodepointTransformation { codepointIndex, codepoint -> in codepoint() method
|