This site requires javascript.
Android Code Search
file:androidx/compose/ui/semantics/SemanticsProperties.kt symbol:textSubstitution
search
close
info_outline
more_vert
Result 1 of 1
content_copy
Search Result Root
androidx/platform/frameworks/support
keyboard_arrow_right
Branch
Branch
androidx-main
keyboard_arrow_right
Search Result Path
compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/semantics/
SemanticsProperties.kt
content_copy
Preview
220:
221:
222:
223:
224:
225:
/** @see SemanticsPropertyReceiver.textSubstitution */
val
TextSubstitution
= SemanticsPropertyKey<AnnotatedString>(name =
"TextSubstitution"
)
/** @see SemanticsPropertyReceiver.isShowingTextSubstitution */
val
IsShowing
TextSubstitution
= SemanticsPropertyKey<Boolean>(
"IsShowingTextSubstitution"
)
300:
301:
302:
303:
304:
305:
306:
307:
308:
/** @see SemanticsPropertyReceiver.setTextSubstitution */
val
Set
TextSubstitution
= ActionPropertyKey<(AnnotatedString) -> Boolean>(
"SetTextSubstitution"
)
/** @see SemanticsPropertyReceiver.showTextSubstitution */
val
Show
TextSubstitution
= ActionPropertyKey<(Boolean) -> Boolean>(
"ShowTextSubstitution"
)
/** @see SemanticsPropertyReceiver.clearTextSubstitution */
val
Clear
TextSubstitution
= ActionPropertyKey<() -> Boolean>(
"ClearTextSubstitution"
)
1019:
1020:
1021:
*/
var
SemanticsPropertyReceiver.
textSubstitution
by
SemanticsProperties.TextSubstitution
1025:
1026:
1027:
*/
var
SemanticsPropertyReceiver.isShowing
TextSubstitution
by
SemanticsProperties.IsShowingTextSubstitution
1267:
1268:
1269:
*/
fun
SemanticsPropertyReceiver.set
TextSubstitution
(
label: String? =
null
,
1284:
1285:
1286:
*/
fun
SemanticsPropertyReceiver.show
TextSubstitution
(
label: String? =
null
,
1299:
1300:
1301:
*/
fun
SemanticsPropertyReceiver.clear
TextSubstitution
(
label: String? =
null
,
chevron_left
1
chevron_right
Results per page
10
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Got it
Help
Open branch androidx-main