/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/ui/ |
D | Checkbox.kt | 30 interactionSource: MutableInteractionSource = remember { MutableInteractionSource() }, in SettingsCheckbox() 37 interactionSource = interactionSource, 44 interactionSource = interactionSource,
|
D | Switch.kt | 33 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/ |
D | SwitchPreference.kt | 119 val interactionSource = remember { MutableInteractionSource() } in <lambda>() constant 124 interactionSource = interactionSource, in <lambda>() 149 interactionSource = interactionSource, in <lambda>()
|
D | CheckboxPreference.kt | 119 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/ |
D | LockscreenLongPress.kt | 48 val interactionSource = remember { MutableInteractionSource() } in LockscreenLongPress() constant 57 interactionSource = interactionSource, in LockscreenLongPress()
|
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/ |
D | Expandable.kt | 123 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/ |
D | PlatformSlider.kt | 96 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/ |
D | FooterActions.kt | 307 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/ |
D | Swipeable.kt | 560 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/ |
D | ShadeHeader.kt | 552 val interactionSource = remember { MutableInteractionSource() } in SystemIconContainer() constant 553 val isHovered by interactionSource.collectIsHoveredAsState() in SystemIconContainer() 565 interactionSource = interactionSource, in SystemIconContainer()
|
D | OverlayShade.kt | 106 .clickable(onClick = onClicked, interactionSource = null, indication = null) in Scrim()
|
/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/button/ |
D | ActionButtons.kt | 88 interactionSource = remember(actionButton) { MutableInteractionSource() }, in ActionButton()
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/volume/ui/composable/ |
D | VolumeSlider.kt | 158 interactionSource = null, in SliderIcon()
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/selector/ui/composable/ |
D | VolumePanelRadioButtons.kt | 135 interactionSource = null, in VolumePanelRadioButtonBar()
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/ |
D | CommunalHub.kt | 1155 interactionSource = null, in DisabledWidgetPlaceholder()
|