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 D | Expandable.kt | 123 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 D | FooterActions.kt | 268 val interactionSource = remember { MutableInteractionSource() } regex 274 interactionSource = interactionSource, 282 interactionSource,
|
/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/material/ |
H A D | Swipeable.kt | 560 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 D | SwitchPreference.kt | 127 interactionSource = MutableInteractionSource(),
|
/aosp14/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/button/ |
H A D | ActionButtons.kt | 88 interactionSource = remember(actionButton) { MutableInteractionSource() },
|