Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/ui/
DCheckbox.kt30 interactionSource: MutableInteractionSource = remember { MutableInteractionSource() }, in SettingsCheckbox()
37 interactionSource = interactionSource,
44 interactionSource = interactionSource,
DSwitch.kt33 interactionSource: MutableInteractionSource = remember { MutableInteractionSource() }, in SettingsSwitch()
41 interactionSource = interactionSource,
48 interactionSource = interactionSource,
/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/preference/
DSwitchPreference.kt119 val interactionSource = remember { MutableInteractionSource() } in <lambda>() constant
124 interactionSource = interactionSource, in <lambda>()
149 interactionSource = interactionSource, in <lambda>()
DCheckboxPreference.kt119 val interactionSource = remember { MutableInteractionSource() } in <lambda>() constant
124 interactionSource = interactionSource, in <lambda>()
149 interactionSource = interactionSource, in <lambda>()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/
DLockscreenLongPress.kt48 val interactionSource = remember { MutableInteractionSource() } in LockscreenLongPress() constant
57 interactionSource = interactionSource, in LockscreenLongPress()
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/
DExpandable.kt123 interactionSource: MutableInteractionSource? = null, in <lambda>()
130 interactionSource, in <lambda>()
165 interactionSource: MutableInteractionSource? = null, in Expandable()
267 if (interactionSource != null) { in Expandable()
270 Modifier.clickable(interactionSource, indication = null) { in Expandable()
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/
DPlatformSlider.kt96 interactionSource: MutableInteractionSource = remember { MutableInteractionSource() }, in <lambda>()
105 LaunchedEffect(interactionSource) { in <lambda>()
106 interactionSource.interactions.collect { interaction -> in <lambda>()
126 interactionSource = interactionSource, in <lambda>()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/qs/footer/ui/compose/
DFooterActions.kt307 val interactionSource = remember { MutableInteractionSource() } in NumberButton() constant
313 interactionSource = interactionSource, in NumberButton()
321 interactionSource, in NumberButton()
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/material/
DSwipeable.kt560 interactionSource: MutableInteractionSource? = null, in swipeable()
572 properties["interactionSource"] = interactionSource in <lambda>()
605 interactionSource = interactionSource, in <lambda>()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/shade/ui/composable/
DShadeHeader.kt552 val interactionSource = remember { MutableInteractionSource() } in SystemIconContainer() constant
553 val isHovered by interactionSource.collectIsHoveredAsState() in SystemIconContainer()
565 interactionSource = interactionSource, in SystemIconContainer()
DOverlayShade.kt106 .clickable(onClick = onClicked, interactionSource = null, indication = null) in Scrim()
/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/button/
DActionButtons.kt88 interactionSource = remember(actionButton) { MutableInteractionSource() }, in ActionButton()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/volume/ui/composable/
DVolumeSlider.kt158 interactionSource = null, in SliderIcon()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/selector/ui/composable/
DVolumePanelRadioButtons.kt135 interactionSource = null, in VolumePanelRadioButtonBar()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/
DCommunalHub.kt1155 interactionSource = null, in DisabledWidgetPlaceholder()