| // Signature format: 4.0 |
| package androidx.compose.ui.geometry { |
| |
| @androidx.compose.runtime.Immutable @kotlin.jvm.JvmInline public final value class CornerRadius { |
| ctor @KotlinOnly public CornerRadius(long packedValue); |
| method @BytecodeOnly public static androidx.compose.ui.geometry.CornerRadius! box-impl(long); |
| method @androidx.compose.runtime.Stable public inline operator float component1(); |
| method @BytecodeOnly @androidx.compose.runtime.Stable public static float component1-impl(long); |
| method @androidx.compose.runtime.Stable public inline operator float component2(); |
| method @BytecodeOnly @androidx.compose.runtime.Stable public static float component2-impl(long); |
| method @BytecodeOnly public static long constructor-impl(long); |
| method public long copy(optional float x, optional float y); |
| method @BytecodeOnly public static long copy-OHQCggk(long, float, float); |
| method @androidx.compose.runtime.Stable public operator long div(float operand); |
| method @BytecodeOnly @androidx.compose.runtime.Stable public static long div-Bz7bX_o(long, float); |
| method public long getPackedValue(); |
| method @BytecodeOnly public static float getX-impl(long); |
| method @BytecodeOnly public static float getY-impl(long); |
| method @androidx.compose.runtime.Stable public inline boolean isCircular(); |
| method @BytecodeOnly @androidx.compose.runtime.Stable public static boolean isCircular-impl(long); |
| method @androidx.compose.runtime.Stable public inline boolean isZero(); |
| method @BytecodeOnly @androidx.compose.runtime.Stable public static boolean isZero-impl(long); |
| method @androidx.compose.runtime.Stable public operator long minus(long other); |
| method @BytecodeOnly @androidx.compose.runtime.Stable public static long minus-vF7b-mM(long, long); |
| method @androidx.compose.runtime.Stable public operator long plus(long other); |
| method @BytecodeOnly @androidx.compose.runtime.Stable public static long plus-vF7b-mM(long, long); |
| method @androidx.compose.runtime.Stable public operator long times(float operand); |
| method @BytecodeOnly @androidx.compose.runtime.Stable public static long times-Bz7bX_o(long, float); |
| method @androidx.compose.runtime.Stable public inline operator long unaryMinus(); |
| method @BytecodeOnly @androidx.compose.runtime.Stable public static long unaryMinus-kKHJgLs(long); |
| method @BytecodeOnly public long unbox-impl(); |
| property public long packedValue; |
| property @androidx.compose.runtime.Stable public inline float x; |
| property @androidx.compose.runtime.Stable public inline float y; |
| field public static final androidx.compose.ui.geometry.CornerRadius.Companion Companion; |
| } |
| |
| public static final class CornerRadius.Companion { |
| method public long getZero(); |
| method @BytecodeOnly public long getZero-kKHJgLs(); |
| property @androidx.compose.runtime.Stable public long Zero; |
| } |
| |
| public final class CornerRadiusKt { |
| method @androidx.compose.runtime.Stable public static inline long CornerRadius(float x, optional float y); |
| method @androidx.compose.runtime.Stable public static long lerp(long start, long stop, float fraction); |
| method @BytecodeOnly @androidx.compose.runtime.Stable public static long lerp-3Ry4LBc(long, long, float); |
| } |
| |
| public final class MutableRect { |
| ctor public MutableRect(float left, float top, float right, float bottom); |
| method public operator boolean contains(long offset); |
| method @BytecodeOnly public boolean contains-k-4lQ0M(long); |
| method public void deflate(float delta); |
| method public float getBottom(); |
| method public long getBottomCenter(); |
| method @BytecodeOnly public long getBottomCenter-F1C5BW0(); |
| method public long getBottomLeft(); |
| method @BytecodeOnly public long getBottomLeft-F1C5BW0(); |
| method public long getBottomRight(); |
| method @BytecodeOnly public long getBottomRight-F1C5BW0(); |
| method public long getCenter(); |
| method @BytecodeOnly public long getCenter-F1C5BW0(); |
| method public long getCenterLeft(); |
| method @BytecodeOnly public long getCenterLeft-F1C5BW0(); |
| method public long getCenterRight(); |
| method @BytecodeOnly public long getCenterRight-F1C5BW0(); |
| method public inline float getHeight(); |
| method public float getLeft(); |
| method public float getMaxDimension(); |
| method public float getMinDimension(); |
| method public float getRight(); |
| method public long getSize(); |
| method @BytecodeOnly public long getSize-NH-jbRc(); |
| method public float getTop(); |
| method public long getTopCenter(); |
| method @BytecodeOnly public long getTopCenter-F1C5BW0(); |
| method public long getTopLeft(); |
| method @BytecodeOnly public long getTopLeft-F1C5BW0(); |
| method public long getTopRight(); |
| method @BytecodeOnly public long getTopRight-F1C5BW0(); |
| method public inline float getWidth(); |
| method public void inflate(float delta); |
| method public void intersect(float left, float top, float right, float bottom); |
| method public boolean isEmpty(); |
| method public boolean isFinite(); |
| method public boolean isInfinite(); |
| method public boolean overlaps(androidx.compose.ui.geometry.MutableRect other); |
| method public boolean overlaps(androidx.compose.ui.geometry.Rect other); |
| method public void set(float left, float top, float right, float bottom); |
| method public void setBottom(float); |
| method public void setLeft(float); |
| method public void setRight(float); |
| method public void setTop(float); |
| method public void translate(float translateX, float translateY); |
| method public void translate(long offset); |
| method @BytecodeOnly public void translate-k-4lQ0M(long); |
| property public float bottom; |
| property public long bottomCenter; |
| property public long bottomLeft; |
| property public long bottomRight; |
| property public long center; |
| property public long centerLeft; |
| property public long centerRight; |
| property public inline float height; |
| property public boolean isEmpty; |
| property public boolean isFinite; |
| property public boolean isInfinite; |
| property public float left; |
| property public float maxDimension; |
| property public float minDimension; |
| property public float right; |
| property public long size; |
| property public float top; |
| property public long topCenter; |
| property public long topLeft; |
| property public long topRight; |
| property public inline float width; |
| } |
| |
| public final class MutableRectKt { |
| method public static androidx.compose.ui.geometry.MutableRect MutableRect(long center, float radius); |
| method public static androidx.compose.ui.geometry.MutableRect MutableRect(long offset, long size); |
| method public static androidx.compose.ui.geometry.MutableRect MutableRect(long topLeft, long bottomRight); |
| method @BytecodeOnly public static androidx.compose.ui.geometry.MutableRect MutableRect-0a9Yr6o(long, long); |
| method @BytecodeOnly public static androidx.compose.ui.geometry.MutableRect MutableRect-3MmeM6k(long, float); |
| method @BytecodeOnly public static androidx.compose.ui.geometry.MutableRect MutableRect-tz77jQw(long, long); |
| method public static androidx.compose.ui.geometry.Rect toRect(androidx.compose.ui.geometry.MutableRect); |
| } |
| |
| @androidx.compose.runtime.Immutable @kotlin.jvm.JvmInline public final value class Offset { |
| ctor @KotlinOnly public Offset(long packedValue); |
| method @BytecodeOnly public static androidx.compose.ui.geometry.Offset! box-impl(long); |
| method @androidx.compose.runtime.Stable public inline operator float component1(); |
| method @BytecodeOnly @androidx.compose.runtime.Stable public static float component1-impl(long); |
| method @androidx.compose.runtime.Stable public inline operator float component2(); |
| method @BytecodeOnly @androidx.compose.runtime.Stable public static float component2-impl(long); |
| method @BytecodeOnly public static long constructor-impl(long); |
| method public long copy(optional float x, optional float y); |
| method @BytecodeOnly public static long copy-dBAh8RU(long, float, float); |
| method @androidx.compose.runtime.Stable public operator long div(float operand); |
| method @BytecodeOnly @androidx.compose.runtime.Stable public static long div-tuRUvjQ(long, float); |
| method @androidx.compose.runtime.Stable public float getDistance(); |
| method @BytecodeOnly @androidx.compose.runtime.Stable public static float getDistance-impl(long); |
| method @androidx.compose.runtime.Stable public float getDistanceSquared(); |
| method @BytecodeOnly @androidx.compose.runtime.Stable public static float getDistanceSquared-impl(long); |
| method public long getPackedValue(); |
| method @BytecodeOnly public static float getX-impl(long); |
| method @BytecodeOnly public static float getY-impl(long); |
| method @androidx.compose.runtime.Stable public inline boolean isValid(); |
| method @BytecodeOnly @androidx.compose.runtime.Stable public static boolean isValid-impl(long); |
| method @androidx.compose.runtime.Stable public operator long minus(long other); |
| method @BytecodeOnly @androidx.compose.runtime.Stable public static long minus-MK-Hz9U(long, long); |
| method @androidx.compose.runtime.Stable public operator long plus(long other); |
| method @BytecodeOnly @androidx.compose.runtime.Stable public static long plus-MK-Hz9U(long, long); |
| method @androidx.compose.runtime.Stable public operator long rem(float operand); |
| method @BytecodeOnly @androidx.compose.runtime.Stable public static long rem-tuRUvjQ(long, float); |
| method @androidx.compose.runtime.Stable public operator long times(float operand); |
| method @BytecodeOnly @androidx.compose.runtime.Stable public static long times-tuRUvjQ(long, float); |
| method @androidx.compose.runtime.Stable public inline operator long unaryMinus(); |
| method @BytecodeOnly @androidx.compose.runtime.Stable public static long unaryMinus-F1C5BW0(long); |
| method @BytecodeOnly public long unbox-impl(); |
| property public long packedValue; |
| property @androidx.compose.runtime.Stable public inline float x; |
| property @androidx.compose.runtime.Stable public inline float y; |
| field public static final androidx.compose.ui.geometry.Offset.Companion Companion; |
| } |
| |
| public static final class Offset.Companion { |
| method public long getInfinite(); |
| method @BytecodeOnly public long getInfinite-F1C5BW0(); |
| method public long getUnspecified(); |
| method @BytecodeOnly public long getUnspecified-F1C5BW0(); |
| method public long getZero(); |
| method @BytecodeOnly public long getZero-F1C5BW0(); |
| property @androidx.compose.runtime.Stable public long Infinite; |
| property @androidx.compose.runtime.Stable public long Unspecified; |
| property @androidx.compose.runtime.Stable public long Zero; |
| } |
| |
| public final class OffsetKt { |
| method @androidx.compose.runtime.Stable public static inline long Offset(float x, float y); |
| method public static inline boolean isFinite(long); |
| method @BytecodeOnly public static boolean isFinite-k-4lQ0M(long); |
| method public static inline boolean isSpecified(long); |
| method @BytecodeOnly public static boolean isSpecified-k-4lQ0M(long); |
| method public static inline boolean isUnspecified(long); |
| method @BytecodeOnly public static boolean isUnspecified-k-4lQ0M(long); |
| method @androidx.compose.runtime.Stable public static long lerp(long start, long stop, float fraction); |
| method @BytecodeOnly @androidx.compose.runtime.Stable public static long lerp-Wko1d7g(long, long, float); |
| method public static inline long takeOrElse(long, kotlin.jvm.functions.Function0<androidx.compose.ui.geometry.Offset> block); |
| method @BytecodeOnly public static long takeOrElse-3MmeM6k(long, kotlin.jvm.functions.Function0<androidx.compose.ui.geometry.Offset!>); |
| property @androidx.compose.runtime.Stable public static inline boolean long.isFinite; |
| property @androidx.compose.runtime.Stable public static inline boolean long.isSpecified; |
| property @androidx.compose.runtime.Stable public static inline boolean long.isUnspecified; |
| } |
| |
| @androidx.compose.runtime.Immutable public final class Rect { |
| ctor public Rect(@androidx.compose.runtime.Stable float left, @androidx.compose.runtime.Stable float top, @androidx.compose.runtime.Stable float right, @androidx.compose.runtime.Stable float bottom); |
| method public float component1(); |
| method public float component2(); |
| method public float component3(); |
| method public float component4(); |
| method public operator boolean contains(long offset); |
| method @BytecodeOnly public boolean contains-k-4lQ0M(long); |
| method public androidx.compose.ui.geometry.Rect copy(optional float left, optional float top, optional float right, optional float bottom); |
| method @androidx.compose.runtime.Stable public androidx.compose.ui.geometry.Rect deflate(float delta); |
| method public float getBottom(); |
| method public long getBottomCenter(); |
| method @BytecodeOnly public long getBottomCenter-F1C5BW0(); |
| method public long getBottomLeft(); |
| method @BytecodeOnly public long getBottomLeft-F1C5BW0(); |
| method public long getBottomRight(); |
| method @BytecodeOnly public long getBottomRight-F1C5BW0(); |
| method public long getCenter(); |
| method @BytecodeOnly public long getCenter-F1C5BW0(); |
| method public long getCenterLeft(); |
| method @BytecodeOnly public long getCenterLeft-F1C5BW0(); |
| method public long getCenterRight(); |
| method @BytecodeOnly public long getCenterRight-F1C5BW0(); |
| method public inline float getHeight(); |
| method public float getLeft(); |
| method public float getMaxDimension(); |
| method public float getMinDimension(); |
| method public float getRight(); |
| method public long getSize(); |
| method @BytecodeOnly public long getSize-NH-jbRc(); |
| method public float getTop(); |
| method public long getTopCenter(); |
| method @BytecodeOnly public long getTopCenter-F1C5BW0(); |
| method public long getTopLeft(); |
| method @BytecodeOnly public long getTopLeft-F1C5BW0(); |
| method public long getTopRight(); |
| method @BytecodeOnly public long getTopRight-F1C5BW0(); |
| method public inline float getWidth(); |
| method @androidx.compose.runtime.Stable public androidx.compose.ui.geometry.Rect inflate(float delta); |
| method @androidx.compose.runtime.Stable public androidx.compose.ui.geometry.Rect intersect(androidx.compose.ui.geometry.Rect other); |
| method @androidx.compose.runtime.Stable public androidx.compose.ui.geometry.Rect intersect(float otherLeft, float otherTop, float otherRight, float otherBottom); |
| method public boolean isEmpty(); |
| method public boolean isFinite(); |
| method public boolean isInfinite(); |
| method public boolean overlaps(androidx.compose.ui.geometry.Rect other); |
| method @androidx.compose.runtime.Stable public androidx.compose.ui.geometry.Rect translate(float translateX, float translateY); |
| method @androidx.compose.runtime.Stable public androidx.compose.ui.geometry.Rect translate(long offset); |
| method @BytecodeOnly @androidx.compose.runtime.Stable public androidx.compose.ui.geometry.Rect translate-k-4lQ0M(long); |
| property @androidx.compose.runtime.Stable public float bottom; |
| property public long bottomCenter; |
| property public long bottomLeft; |
| property public long bottomRight; |
| property public long center; |
| property public long centerLeft; |
| property public long centerRight; |
| property @androidx.compose.runtime.Stable public inline float height; |
| property @androidx.compose.runtime.Stable public boolean isEmpty; |
| property @androidx.compose.runtime.Stable public boolean isFinite; |
| property @androidx.compose.runtime.Stable public boolean isInfinite; |
| property @androidx.compose.runtime.Stable public float left; |
| property public float maxDimension; |
| property public float minDimension; |
| property @androidx.compose.runtime.Stable public float right; |
| property @androidx.compose.runtime.Stable public long size; |
| property @androidx.compose.runtime.Stable public float top; |
| property public long topCenter; |
| property public long topLeft; |
| property public long topRight; |
| property @androidx.compose.runtime.Stable public inline float width; |
| field public static final androidx.compose.ui.geometry.Rect.Companion Companion; |
| } |
| |
| public static final class Rect.Companion { |
| method public androidx.compose.ui.geometry.Rect getZero(); |
| property @androidx.compose.runtime.Stable public androidx.compose.ui.geometry.Rect Zero; |
| } |
| |
| public final class RectKt { |
| method @androidx.compose.runtime.Stable public static androidx.compose.ui.geometry.Rect Rect(long center, float radius); |
| method @androidx.compose.runtime.Stable public static androidx.compose.ui.geometry.Rect Rect(long offset, long size); |
| method @androidx.compose.runtime.Stable public static androidx.compose.ui.geometry.Rect Rect(long topLeft, long bottomRight); |
| method @BytecodeOnly @androidx.compose.runtime.Stable public static androidx.compose.ui.geometry.Rect Rect-0a9Yr6o(long, long); |
| method @BytecodeOnly @androidx.compose.runtime.Stable public static androidx.compose.ui.geometry.Rect Rect-3MmeM6k(long, float); |
| method @BytecodeOnly @androidx.compose.runtime.Stable public static androidx.compose.ui.geometry.Rect Rect-tz77jQw(long, long); |
| method @androidx.compose.runtime.Stable public static androidx.compose.ui.geometry.Rect lerp(androidx.compose.ui.geometry.Rect start, androidx.compose.ui.geometry.Rect stop, float fraction); |
| } |
| |
| @androidx.compose.runtime.Immutable public final class RoundRect { |
| ctor @KotlinOnly public RoundRect(float left, float top, float right, float bottom, optional androidx.compose.ui.geometry.CornerRadius topLeftCornerRadius, optional androidx.compose.ui.geometry.CornerRadius topRightCornerRadius, optional androidx.compose.ui.geometry.CornerRadius bottomRightCornerRadius, optional androidx.compose.ui.geometry.CornerRadius bottomLeftCornerRadius); |
| ctor @BytecodeOnly public RoundRect(float, float, float, float, long, long, long, long, kotlin.jvm.internal.DefaultConstructorMarker!); |
| method public float component1(); |
| method public float component2(); |
| method public float component3(); |
| method public float component4(); |
| method public long component5-kKHJgLs(); |
| method public long component6-kKHJgLs(); |
| method public long component7-kKHJgLs(); |
| method public long component8-kKHJgLs(); |
| method public operator boolean contains(long point); |
| method @BytecodeOnly public boolean contains-k-4lQ0M(long); |
| method public androidx.compose.ui.geometry.RoundRect copy-MDFrsts(float left, float top, float right, float bottom, long topLeftCornerRadius, long topRightCornerRadius, long bottomRightCornerRadius, long bottomLeftCornerRadius); |
| method public float getBottom(); |
| method public long getBottomLeftCornerRadius(); |
| method @BytecodeOnly public long getBottomLeftCornerRadius-kKHJgLs(); |
| method public long getBottomRightCornerRadius(); |
| method @BytecodeOnly public long getBottomRightCornerRadius-kKHJgLs(); |
| method public float getHeight(); |
| method public float getLeft(); |
| method public float getRight(); |
| method public float getTop(); |
| method public long getTopLeftCornerRadius(); |
| method @BytecodeOnly public long getTopLeftCornerRadius-kKHJgLs(); |
| method public long getTopRightCornerRadius(); |
| method @BytecodeOnly public long getTopRightCornerRadius-kKHJgLs(); |
| method public float getWidth(); |
| method public static androidx.compose.ui.geometry.RoundRect getZero(); |
| property public float bottom; |
| property public long bottomLeftCornerRadius; |
| property public long bottomRightCornerRadius; |
| property public float height; |
| property public float left; |
| property public float right; |
| property public float top; |
| property public long topLeftCornerRadius; |
| property public long topRightCornerRadius; |
| property public float width; |
| field public static final androidx.compose.ui.geometry.RoundRect.Companion Companion; |
| } |
| |
| public static final class RoundRect.Companion { |
| method public androidx.compose.ui.geometry.RoundRect getZero(); |
| property public static androidx.compose.ui.geometry.RoundRect Zero; |
| } |
| |
| public final class RoundRectKt { |
| method public static androidx.compose.ui.geometry.RoundRect RoundRect(androidx.compose.ui.geometry.Rect rect, float radiusX, float radiusY); |
| method public static androidx.compose.ui.geometry.RoundRect RoundRect(androidx.compose.ui.geometry.Rect rect, long cornerRadius); |
| method public static androidx.compose.ui.geometry.RoundRect RoundRect(androidx.compose.ui.geometry.Rect rect, optional long topLeft, optional long topRight, optional long bottomRight, optional long bottomLeft); |
| method public static androidx.compose.ui.geometry.RoundRect RoundRect(float left, float top, float right, float bottom, float radiusX, float radiusY); |
| method public static androidx.compose.ui.geometry.RoundRect RoundRect(float left, float top, float right, float bottom, long cornerRadius); |
| method @BytecodeOnly public static androidx.compose.ui.geometry.RoundRect RoundRect-ZAM2FJo(androidx.compose.ui.geometry.Rect, long, long, long, long); |
| method @BytecodeOnly public static androidx.compose.ui.geometry.RoundRect RoundRect-gG7oq9Y(float, float, float, float, long); |
| method @BytecodeOnly public static androidx.compose.ui.geometry.RoundRect RoundRect-sniSvfs(androidx.compose.ui.geometry.Rect, long); |
| method public static androidx.compose.ui.geometry.Rect getBoundingRect(androidx.compose.ui.geometry.RoundRect); |
| method public static long getCenter(androidx.compose.ui.geometry.RoundRect); |
| method public static float getMaxDimension(androidx.compose.ui.geometry.RoundRect); |
| method public static float getMinDimension(androidx.compose.ui.geometry.RoundRect); |
| method public static androidx.compose.ui.geometry.Rect getSafeInnerRect(androidx.compose.ui.geometry.RoundRect); |
| method public static boolean isCircle(androidx.compose.ui.geometry.RoundRect); |
| method public static boolean isEllipse(androidx.compose.ui.geometry.RoundRect); |
| method public static boolean isEmpty(androidx.compose.ui.geometry.RoundRect); |
| method public static boolean isFinite(androidx.compose.ui.geometry.RoundRect); |
| method public static boolean isRect(androidx.compose.ui.geometry.RoundRect); |
| method public static boolean isSimple(androidx.compose.ui.geometry.RoundRect); |
| method public static androidx.compose.ui.geometry.RoundRect lerp(androidx.compose.ui.geometry.RoundRect start, androidx.compose.ui.geometry.RoundRect stop, float fraction); |
| method public static androidx.compose.ui.geometry.RoundRect translate(androidx.compose.ui.geometry.RoundRect, long offset); |
| method @BytecodeOnly public static androidx.compose.ui.geometry.RoundRect translate-Uv8p0NA(androidx.compose.ui.geometry.RoundRect, long); |
| property public static androidx.compose.ui.geometry.Rect androidx.compose.ui.geometry.RoundRect.boundingRect; |
| property public static long androidx.compose.ui.geometry.RoundRect.center; |
| property public static boolean androidx.compose.ui.geometry.RoundRect.isCircle; |
| property public static boolean androidx.compose.ui.geometry.RoundRect.isEllipse; |
| property public static boolean androidx.compose.ui.geometry.RoundRect.isEmpty; |
| property public static boolean androidx.compose.ui.geometry.RoundRect.isFinite; |
| property public static boolean androidx.compose.ui.geometry.RoundRect.isRect; |
| property public static boolean androidx.compose.ui.geometry.RoundRect.isSimple; |
| property public static float androidx.compose.ui.geometry.RoundRect.maxDimension; |
| property public static float androidx.compose.ui.geometry.RoundRect.minDimension; |
| property public static androidx.compose.ui.geometry.Rect androidx.compose.ui.geometry.RoundRect.safeInnerRect; |
| } |
| |
| @androidx.compose.runtime.Immutable @kotlin.jvm.JvmInline public final value class Size { |
| ctor @KotlinOnly public Size(long packedValue); |
| method @BytecodeOnly public static androidx.compose.ui.geometry.Size! box-impl(long); |
| method @androidx.compose.runtime.Stable public inline operator float component1(); |
| method @BytecodeOnly @androidx.compose.runtime.Stable public static float component1-impl(long); |
| method @androidx.compose.runtime.Stable public inline operator float component2(); |
| method @BytecodeOnly @androidx.compose.runtime.Stable public static float component2-impl(long); |
| method @BytecodeOnly public static long constructor-impl(long); |
| method public long copy(optional float width, optional float height); |
| method @BytecodeOnly public static long copy-xjbvk4A(long, float, float); |
| method @androidx.compose.runtime.Stable public operator long div(float operand); |
| method @BytecodeOnly @androidx.compose.runtime.Stable public static long div-7Ah8Wj8(long, float); |
| method @BytecodeOnly public static float getHeight-impl(long); |
| method @BytecodeOnly public static float getMaxDimension-impl(long); |
| method @BytecodeOnly public static float getMinDimension-impl(long); |
| method public long getPackedValue(); |
| method @BytecodeOnly public static float getWidth-impl(long); |
| method @androidx.compose.runtime.Stable public boolean isEmpty(); |
| method @BytecodeOnly @androidx.compose.runtime.Stable public static boolean isEmpty-impl(long); |
| method @androidx.compose.runtime.Stable public operator long times(float operand); |
| method @BytecodeOnly @androidx.compose.runtime.Stable public static long times-7Ah8Wj8(long, float); |
| method @BytecodeOnly public long unbox-impl(); |
| property @androidx.compose.runtime.Stable public inline float height; |
| property @androidx.compose.runtime.Stable public float maxDimension; |
| property @androidx.compose.runtime.Stable public float minDimension; |
| property public long packedValue; |
| property @androidx.compose.runtime.Stable public inline float width; |
| field public static final androidx.compose.ui.geometry.Size.Companion Companion; |
| } |
| |
| public static final class Size.Companion { |
| method public long getUnspecified(); |
| method @BytecodeOnly public long getUnspecified-NH-jbRc(); |
| method public long getZero(); |
| method @BytecodeOnly public long getZero-NH-jbRc(); |
| property @androidx.compose.runtime.Stable public long Unspecified; |
| property @androidx.compose.runtime.Stable public long Zero; |
| } |
| |
| public final class SizeKt { |
| method @androidx.compose.runtime.Stable public static inline long Size(float width, float height); |
| method public static long getCenter(long); |
| method @BytecodeOnly public static long getCenter-uvyYCjk(long); |
| method public static inline boolean isSpecified(long); |
| method @BytecodeOnly public static boolean isSpecified-uvyYCjk(long); |
| method public static inline boolean isUnspecified(long); |
| method @BytecodeOnly public static boolean isUnspecified-uvyYCjk(long); |
| method @androidx.compose.runtime.Stable public static long lerp(long start, long stop, float fraction); |
| method @BytecodeOnly @androidx.compose.runtime.Stable public static long lerp-VgWVRYQ(long, long, float); |
| method public static inline long takeOrElse(long, kotlin.jvm.functions.Function0<androidx.compose.ui.geometry.Size> block); |
| method @BytecodeOnly public static long takeOrElse-TmRCtEA(long, kotlin.jvm.functions.Function0<androidx.compose.ui.geometry.Size!>); |
| method @androidx.compose.runtime.Stable public static inline operator long times(double, long size); |
| method @androidx.compose.runtime.Stable public static inline operator long times(float, long size); |
| method @androidx.compose.runtime.Stable public static inline operator long times(int, long size); |
| method @BytecodeOnly @androidx.compose.runtime.Stable public static long times-d16Qtg0(double, long); |
| method @BytecodeOnly @androidx.compose.runtime.Stable public static long times-d16Qtg0(float, long); |
| method @BytecodeOnly @androidx.compose.runtime.Stable public static long times-d16Qtg0(int, long); |
| method @androidx.compose.runtime.Stable public static androidx.compose.ui.geometry.Rect toRect(long); |
| method @BytecodeOnly @androidx.compose.runtime.Stable public static androidx.compose.ui.geometry.Rect toRect-uvyYCjk(long); |
| property @androidx.compose.runtime.Stable public static long long.center; |
| property @androidx.compose.runtime.Stable public static inline boolean long.isSpecified; |
| property @androidx.compose.runtime.Stable public static inline boolean long.isUnspecified; |
| } |
| |
| } |
| |