Home
last modified time | relevance | path

Searched defs:codepoint (Results 1 – 4 of 4) sorted by relevance

/compose/foundation/foundation/src/androidUnitTest/kotlin/androidx/compose/foundation/text/input/internal/
DCodepointTransformationTest.kt35 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/
DTextFieldCodepointTransformationTest.kt70 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/
DTextFieldLayoutStateCacheTest.kt133 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/
DBasicSecureTextField.kt226 val codepointTransformation = CodepointTransformation { codepointIndex, codepoint -> in codepoint() method