Home
last modified time | relevance | path

Searched defs:GraphicsLayerScope (Results 1 – 5 of 5) sorted by relevance

/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/graphics/
DGraphicsLayerScope.kt46 interface GraphicsLayerScope : Density { interface
257 fun GraphicsLayerScope(): GraphicsLayerScope = ReusableGraphicsLayerScope() in GraphicsLayerScope() method
/compose/ui/ui/src/androidUnitTest/kotlin/androidx/compose/ui/graphics/
DGraphicsLayerScopeTest.kt77 fun GraphicsLayerScope.assertCorrectDefaultValuesAreCorrect() { in GraphicsLayerScope() method
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DModalBottomSheet.kt434 private fun GraphicsLayerScope.calculatePredictiveBackScaleX(progress: Float): Float { in GraphicsLayerScope() method
443 private fun GraphicsLayerScope.calculatePredictiveBackScaleY(progress: Float): Float { in GraphicsLayerScope() method
DWideNavigationRail.kt1012 private fun GraphicsLayerScope.calculatePredictiveBackScaleX( in GraphicsLayerScope() method
1027 private fun GraphicsLayerScope.calculatePredictiveBackScaleY( in GraphicsLayerScope() method
DNavigationDrawer.kt916 private fun GraphicsLayerScope.calculatePredictiveBackScaleX( in GraphicsLayerScope() method
928 private fun GraphicsLayerScope.calculatePredictiveBackScaleY( in GraphicsLayerScope() method