Home
last modified time | relevance | path

Searched defs:isSelected (Results 1 – 8 of 8) sorted by relevance

/compose/material3/material3/src/androidInstrumentedTest/kotlin/androidx/compose/material3/
DRadioButtonScreenshotTest.kt255 val isSelected = remember { mutableStateOf(false) } in radioButton_lightTheme_notSelected_animateToSelected() constant
289 val isSelected = remember { mutableStateOf(false) } in radioButton_darkTheme_notSelected_animateToSelected() constant
323 val isSelected = remember { mutableStateOf(true) } in radioButton_lightTheme_selected_animateToNotSelected() constant
357 val isSelected = remember { mutableStateOf(true) } in radioButton_darkTheme_selected_animateToNotSelected() constant
/compose/material/material/src/androidInstrumentedTest/kotlin/androidx/compose/material/
DRadioButtonScreenshotTest.kt164 val isSelected = remember { mutableStateOf(false) } in radioButton_notSelected_animateToSelected() constant
198 val isSelected = remember { mutableStateOf(true) } in radioButton_selected_animateToNotSelected() constant
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/selection/
DSelectionMode.kt90 internal fun isSelected(bounds: Rect, start: Offset, end: Offset): Boolean { in compare() method in androidx.compose.foundation.text.selection.SelectionMode
DMultiWidgetSelectionDelegate.kt355 private fun isSelected(currentDirection: Direction, otherDirection: Direction): Boolean = in isSelected() method
/compose/ui/ui-test/src/commonMain/kotlin/androidx/compose/ui/test/
DFilters.kt84 fun isSelected(): SemanticsMatcher = in isToggleable() method
/compose/animation/animation/samples/src/main/java/androidx/compose/animation/samples/
DAnimatedVisibilitySamples.kt478 selectionTransition.animateColor { isSelected -> in AddAnimatedVisibilityToGenericTransitionSample() method
483 selectionTransition.animateColor { isSelected -> in AddAnimatedVisibilityToGenericTransitionSample() method
488 selectionTransition.animateDp { isSelected -> if (isSelected) 10.dp else 2.dp } in AddAnimatedVisibilityToGenericTransitionSample() method
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/autofill/
DFakeViewStructure.kt70 @JvmField var isSelected: Boolean = false, variable in androidx.compose.ui.autofill.FakeViewStructure
/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/platform/
DAndroidComposeViewAccessibilityDelegateCompat.android.kt692 val isSelected = in populateAccessibilityNodeInfoProperties() constant