Searched refs:trackPath (Results 1 – 2 of 2) sorted by relevance
| /compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/ |
| D | WavyProgressIndicator.kt | 533 trackPath = { _, progressWavelength, strokeWidth, size, path -> in CircularWavyProgressIndicator() 646 trackPath = { _, progressWavelength, strokeWidth, size, path -> in CircularWavyProgressIndicator() 710 trackPath: in PathProgressIndicator() 775 trackPath = trackPath, in PathProgressIndicator() 866 trackPath: in PathProgressIndicator() 929 trackPath = trackPath, in PathProgressIndicator() 1695 trackPath: in updatePaths() 1713 trackPath = trackPath, in updatePaths() 1772 trackPath: in updateFullPaths() 1837 trackPath(amplitude, wavelength, stroke.width, size, fullTrackPath) in updateFullPaths()
|
| D | Slider.kt | 1924 trackPath.addRoundRect(track) in DrawScope() 1925 drawPath(trackPath, color) in DrawScope() 1926 trackPath.rewind() in DrawScope() 1946 private val trackPath = Path() constant
|