This site requires javascript.
Android Code Search
file:androidx/compose/ui/semantics/SemanticsProperties.kt symbol:imeAction
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
235:
236:
237:
/** @see SemanticsPropertyReceiver.onImeAction */
val
ImeAction
= AccessibilityKey<ImeAction>(
"ImeAction"
)
312:
313:
314:
/** @see SemanticsPropertyReceiver.onImeAction */
val
On
ImeAction
= ActionPropertyKey<() -> Boolean>(
"PerformImeAction"
)
325:
326:
327:
)
val
Perform
ImeAction
= ActionPropertyKey<() -> Boolean>(
"PerformImeAction"
)
1059:
1060:
1061:
@
set
:Deprecated(
"Pass the ImeAction to onImeAction instead."
)
var
SemanticsPropertyReceiver.
imeAction
by
SemanticsProperties.ImeAction
1334:
1335:
1336:
*/
fun
SemanticsPropertyReceiver.on
ImeAction
(
imeActionType: ImeAction,
1355:
1356:
1357:
)
fun
SemanticsPropertyReceiver.perform
ImeAction
(label: String? =
null
, action: (() -> Boolean)?) {
this[SemanticsActions.OnImeAction] = AccessibilityAction(label, action)
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