Searched defs:android (Results 1 – 10 of 10) sorted by relevance
50 fun android.graphics.Rect.toComposeRect(): androidx.compose.ui.geometry.Rect = method62 fun android.graphics.RectF.toComposeRect(): Rect = method75 fun android.graphics.Rect.toComposeIntRect(): IntRect = IntRect(left, top, right, bottom) method
36 fun android.graphics.ColorSpace.toComposeColorSpace() = in toComposeColorSpace() method135 fun android.graphics.ColorSpace.composeColorSpace(): ColorSpace { in composeColorSpace() method
27 fun android.graphics.PathEffect.toComposePathEffect(): PathEffect = AndroidPathEffect(this) in PathEffect() method
34 fun android.graphics.ColorFilter.asComposeColorFilter(): ColorFilter { in ColorFilter() method
25 fun android.graphics.RenderEffect.asComposeRenderEffect(): RenderEffect = AndroidRenderEffect(this) in android() method
52 fun android.graphics.Matrix.setFrom(matrix: Matrix) { in setFrom() method
28 fun android.graphics.Paint.asComposePaint(): Paint = AndroidPaint(this) in Paint() method
133 fun android.app.Instrumentation.resetInTouchModeCompat() { in resetInTouchModeCompat() method
422 private fun android.graphics.Matrix.setTranslate(offset: Offset) = in <lambda>() method
450 private fun android.graphics.Matrix.setTranslate(offset: Offset) = method