Home
last modified time | relevance | path

Searched defs:progress (Results 1 – 25 of 52) sorted by relevance

123

/compose/material3/material3/samples/src/main/java/androidx/compose/material3/samples/
DProgressIndicatorSamples.kt54 var progress by remember { mutableFloatStateOf(0.1f) } in LinearProgressIndicatorSample() variable
81 var progress by remember { mutableFloatStateOf(0.1f) } in LinearWavyProgressIndicatorSample() variable
108 var progress by remember { mutableFloatStateOf(0.1f) } in LinearThickWavyProgressIndicatorSample() variable
158 var progress by remember { mutableFloatStateOf(0.1f) } in CircularProgressIndicatorSample() variable
183 var progress by remember { mutableFloatStateOf(0.1f) } in CircularWavyProgressIndicatorSample() variable
208 var progress by remember { mutableFloatStateOf(0.1f) } in CircularThickWavyProgressIndicatorSample() variable
255 var progress by remember { mutableFloatStateOf(0.1f) } in LegacyLinearProgressIndicatorSample() variable
296 var progress by remember { mutableFloatStateOf(0.1f) } in LegacyCircularProgressIndicatorSample() variable
DLoadingIndicatorSamples.kt84 var progress by remember { mutableFloatStateOf(0f) } in DeterminateLoadingIndicatorSample() variable
114 var progress by remember { mutableFloatStateOf(0f) } in DeterminateContainedLoadingIndicatorSample() variable
/compose/material3/material3/src/androidInstrumentedTest/kotlin/androidx/compose/material3/
DLoadingIndicatorTest.kt44 val progress = mutableFloatStateOf(0f) in nonMaterialSetContent_loadingIndicator() constant
58 val progress = mutableFloatStateOf(0f) in nonMaterialSetContent_containedLoadingIndicator() constant
72 val progress = mutableFloatStateOf(0f) in determinateLoadingIndicator_Progress() constant
106 val progress = mutableFloatStateOf(0f) in determinateContainedLoadingIndicator_Progress() constant
145 val progress = mutableStateOf(-1f) in determinateLoadingIndicator_ProgressIsCoercedInBounds() constant
DProgressIndicatorTest.kt56 val progress = mutableStateOf(0f) in nonMaterialSetContent() constant
71 val progress = mutableStateOf(0f) in determinateLinearProgressIndicator_Progress() constant
93 val progress = mutableStateOf(-1f) in determinateLinearProgressIndicator_ProgressIsCoercedInBounds() constant
163 val progress = mutableStateOf(0f) in determinateCircularProgressIndicator_Progress() constant
188 val progress = mutableStateOf(-1f) in determinateCircularProgressIndicator_ProgressIsCoercedInBounds() constant
DWavyProgressIndicatorTest.kt62 val progress = mutableStateOf(0f) in nonMaterialSetContent() constant
77 val progress = mutableStateOf(0f) in determinateLinearWavyProgressIndicator_Progress() constant
116 val progress = mutableStateOf(-1f) in determinateLinearWavyProgressIndicator_ProgressIsCoercedInBounds() constant
405 val progress = mutableStateOf(0f) in determinateCircularWavyProgressIndicator_Progress() constant
447 val progress = mutableStateOf(-1f) in determinateCircularWavyProgressIndicator_ProgressIsCoercedInBounds() constant
/compose/material/material/samples/src/main/java/androidx/compose/material/samples/
DProgressIndicatorSamples.kt41 var progress by remember { mutableStateOf(0.1f) } in LinearProgressIndicatorSample() variable
58 var progress by remember { mutableStateOf(0.1f) } in CircularProgressIndicatorSample() variable
DPullRefreshSamples.kt97 val progress = currentDistance / threshold in CustomPullRefreshSample() constant
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/
DProgressSemanticsTest.kt49 val progress = mutableStateOf(0f) in determinateProgress_testSemantics() constant
85 val progress = it.config.getOrNull(SemanticsProperties.ProgressBarRangeInfo) in indeterminateProgress_testSemantics() constant
/compose/foundation/foundation/samples/src/main/java/androidx/compose/foundation/samples/
DProgressSemanticsSamples.kt33 val progress = 0.5f // emulate progress from some state in DeterminateProgressSemanticsSample() constant
/compose/material/material/src/androidInstrumentedTest/kotlin/androidx/compose/material/
DProgressIndicatorTest.kt63 val progress = mutableStateOf(0f) in determinateLinearProgressIndicator_Progress() constant
85 val progress = mutableStateOf(-1f) in determinateLinearProgressIndicator_ProgressIsCoercedInBounds() constant
139 val progress = mutableStateOf(0f) in determinateCircularProgressIndicator_Progress() constant
161 val progress = mutableStateOf(-1f) in determinateCircularProgressIndicator_ProgressIsCoercedInBounds() constant
/compose/material/material/integration-tests/material-demos/src/main/java/androidx/compose/material/demos/
DTextFieldDecorationBoxDemos.kt218 val progress = animateFloatAsState(target, tween(durationMillis = animationDuration)) in progressIndicatorLine() constant
254 val progress = in animatedIndicator() constant
298 val progress = in animatedGradient() constant
DProgressIndicatorDemo.kt84 var progress by mutableFloatStateOf(0f) variable
/compose/ui/ui-test/src/commonMain/kotlin/androidx/compose/ui/test/
DMouseInjectionScope.kt474 val progress = step / steps.toFloat() in animateMoveAlong() constant
535 val progress = step / steps.toFloat() in smoothScroll() constant
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/internal/
DBasicEdgeToEdgeDialog.kt63 val progress: Float, constant in androidx.compose.material3.internal.BackEventProgress.InProgress
98 ) { progress -> in PredictiveBackStateHandler() method
DBackHandler.kt28 val progress: Float constant in androidx.compose.material3.internal.BackEventCompat
/compose/material3/material3/src/commonStubsMain/kotlin/androidx/compose/material3/internal/
DBackHandler.commonStubs.kt30 actual val progress: Float constant in androidx.compose.material3.internal.BackEventCompat
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/selection/gestures/util/
DTextSelectionTestUtils.kt241 val progress = step / steps.toFloat() in to() constant
279 val progress = step / steps.toFloat() in mouseDragNodeTo() constant
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DModalBottomSheet.kt340 val progress = predictiveBackProgress.value in <lambda>() constant
361 val progress = predictiveBackProgress.value in <lambda>() constant
/compose/ui/ui-test/src/androidInstrumentedTest/kotlin/androidx/compose/ui/test/injectionscope/touch/
DVelocityPathFinderTest.kt219 val progress = step / steps.toFloat() in simulateSwipe() constant
DVelocityPathFinderCalculateDurationTest.kt293 val progress = step / steps.toFloat() in simulateSwipe() constant
/compose/material/material/src/commonMain/kotlin/androidx/compose/material/pullrefresh/
DPullRefreshState.kt116 val progress constant
/compose/animation/animation/integration-tests/animation-demos/src/main/java/androidx/compose/animation/demos/visualinspection/
DSeekingDebugging.kt73 var progress by remember { mutableFloatStateOf(0f) } in <lambda>() variable
/compose/material3/adaptive/adaptive-navigation/src/androidMain/kotlin/androidx/compose/material3/adaptive/navigation/
DThreePaneScaffoldPredictiveBackHandler.android.kt62 PredictiveBackHandler(enabled = navigator.canNavigateBack(backBehavior)) { progress -> in <lambda>() method
/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DModalBottomSheet.kt141 val progress: Float constant
152 fun progress(from: ModalBottomSheetValue, to: ModalBottomSheetValue): Float { in progress() method
/compose/animation/animation/integration-tests/animation-demos/src/main/java/androidx/compose/animation/demos/lookahead/
DCraneDemo.kt166 override var progress: Float by mutableFloatStateOf(0f) variable
172 val progress: Float constant

123