Home
last modified time | relevance | path

Searched refs:interactionSource (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/
H A DExpandable.kt123 interactionSource: MutableInteractionSource? = null,
130 interactionSource,
165 interactionSource: MutableInteractionSource? = null,
267 if (interactionSource != null) {
270 Modifier.clickable(interactionSource, indication = null) {
/aosp14/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/qs/footer/ui/compose/
H A DFooterActions.kt268 val interactionSource = remember { MutableInteractionSource() } regex
274 interactionSource = interactionSource,
282 interactionSource,
/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/material/
H A DSwipeable.kt560 interactionSource: MutableInteractionSource? = null,
572 properties["interactionSource"] = interactionSource
605 interactionSource = interactionSource,
/aosp14/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/preference/
H A DSwitchPreference.kt127 interactionSource = MutableInteractionSource(),
/aosp14/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/button/
H A DActionButtons.kt88 interactionSource = remember(actionButton) { MutableInteractionSource() },