| /compose/material3/material3/samples/src/main/java/androidx/compose/material3/samples/ |
| D | ProgressIndicatorSamples.kt | 54 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
|
| D | LoadingIndicatorSamples.kt | 84 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/ |
| D | LoadingIndicatorTest.kt | 44 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
|
| D | ProgressIndicatorTest.kt | 56 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
|
| D | WavyProgressIndicatorTest.kt | 62 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/ |
| D | ProgressIndicatorSamples.kt | 41 var progress by remember { mutableStateOf(0.1f) } in LinearProgressIndicatorSample() variable 58 var progress by remember { mutableStateOf(0.1f) } in CircularProgressIndicatorSample() variable
|
| D | PullRefreshSamples.kt | 97 val progress = currentDistance / threshold in CustomPullRefreshSample() constant
|
| /compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/ |
| D | ProgressSemanticsTest.kt | 49 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/ |
| D | ProgressSemanticsSamples.kt | 33 val progress = 0.5f // emulate progress from some state in DeterminateProgressSemanticsSample() constant
|
| /compose/material/material/src/androidInstrumentedTest/kotlin/androidx/compose/material/ |
| D | ProgressIndicatorTest.kt | 63 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/ |
| D | TextFieldDecorationBoxDemos.kt | 218 val progress = animateFloatAsState(target, tween(durationMillis = animationDuration)) in progressIndicatorLine() constant 254 val progress = in animatedIndicator() constant 298 val progress = in animatedGradient() constant
|
| D | ProgressIndicatorDemo.kt | 84 var progress by mutableFloatStateOf(0f) variable
|
| /compose/ui/ui-test/src/commonMain/kotlin/androidx/compose/ui/test/ |
| D | MouseInjectionScope.kt | 474 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/ |
| D | BasicEdgeToEdgeDialog.kt | 63 val progress: Float, constant in androidx.compose.material3.internal.BackEventProgress.InProgress 98 ) { progress -> in PredictiveBackStateHandler() method
|
| D | BackHandler.kt | 28 val progress: Float constant in androidx.compose.material3.internal.BackEventCompat
|
| /compose/material3/material3/src/commonStubsMain/kotlin/androidx/compose/material3/internal/ |
| D | BackHandler.commonStubs.kt | 30 actual val progress: Float constant in androidx.compose.material3.internal.BackEventCompat
|
| /compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/selection/gestures/util/ |
| D | TextSelectionTestUtils.kt | 241 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/ |
| D | ModalBottomSheet.kt | 340 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/ |
| D | VelocityPathFinderTest.kt | 219 val progress = step / steps.toFloat() in simulateSwipe() constant
|
| D | VelocityPathFinderCalculateDurationTest.kt | 293 val progress = step / steps.toFloat() in simulateSwipe() constant
|
| /compose/material/material/src/commonMain/kotlin/androidx/compose/material/pullrefresh/ |
| D | PullRefreshState.kt | 116 val progress constant
|
| /compose/animation/animation/integration-tests/animation-demos/src/main/java/androidx/compose/animation/demos/visualinspection/ |
| D | SeekingDebugging.kt | 73 var progress by remember { mutableFloatStateOf(0f) } in <lambda>() variable
|
| /compose/material3/adaptive/adaptive-navigation/src/androidMain/kotlin/androidx/compose/material3/adaptive/navigation/ |
| D | ThreePaneScaffoldPredictiveBackHandler.android.kt | 62 PredictiveBackHandler(enabled = navigator.canNavigateBack(backBehavior)) { progress -> in <lambda>() method
|
| /compose/material/material/src/commonMain/kotlin/androidx/compose/material/ |
| D | ModalBottomSheet.kt | 141 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/ |
| D | CraneDemo.kt | 166 override var progress: Float by mutableFloatStateOf(0f) variable 172 val progress: Float constant
|