Kawarp Shader <3

This commit is contained in:
meowarex
2026-08-14 06:21:00 +00:00
parent 625d012e17
commit 526e424621
35 changed files with 3051 additions and 327 deletions
@@ -0,0 +1,7 @@
package androidx.compose.ui.geometry;
public final class Size {
/** Renamed to getWidth-impl by build.sh (Kotlin value-class mangling). */
public static float getWidthImpl(long packed) { return 0f; }
/** Renamed to getHeight-impl by build.sh (Kotlin value-class mangling). */
public static float getHeightImpl(long packed) { return 0f; }
}