Upgrade to Metalava 1.0.0-alpha02 build
One big change in this version is tracking properties that are
defined in a class constructor.
Test: ./gradlew updateApi
Relnote: N/A
Change-Id: If55d46f8ad0457c772763f1d7f93f41c60a69e22
diff --git a/annotation/annotation-experimental/api/api_lint.ignore b/annotation/annotation-experimental/api/api_lint.ignore
deleted file mode 100644
index 6e946a5..0000000
--- a/annotation/annotation-experimental/api/api_lint.ignore
+++ /dev/null
@@ -1,3 +0,0 @@
-// Baseline format: 1.0
-ArrayReturn: androidx.annotation.experimental.UseExperimental#markerClass():
- Method should return Collection<Class> (or subclass) instead of raw array; was `java.lang.Class<? extends java.lang.annotation.Annotation>[]`
diff --git a/annotation/annotation-experimental/api/current.txt b/annotation/annotation-experimental/api/current.txt
index e854aa6..6fc1845 100644
--- a/annotation/annotation-experimental/api/current.txt
+++ b/annotation/annotation-experimental/api/current.txt
@@ -1,19 +1,19 @@
// Signature format: 3.0
package androidx.annotation.experimental {
- @kotlin.annotation.Retention(AnnotationRetention.BINARY) @kotlin.annotation.Target(allowedTargets=AnnotationTarget.ANNOTATION_CLASS) public @interface Experimental {
+ @kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention) @kotlin.annotation.Target(allowedTargets=kotlin.annotation.AnnotationTarget) public @interface Experimental {
method public abstract androidx.annotation.experimental.Experimental.Level level() default androidx.annotation.experimental.Experimental.Level.ERROR;
+ property public abstract androidx.annotation.experimental.Experimental.Level level;
}
public enum Experimental.Level {
- method public static androidx.annotation.experimental.Experimental.Level valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.annotation.experimental.Experimental.Level[] values();
enum_constant public static final androidx.annotation.experimental.Experimental.Level ERROR;
enum_constant public static final androidx.annotation.experimental.Experimental.Level WARNING;
}
- @kotlin.annotation.Retention(AnnotationRetention.BINARY) @kotlin.annotation.Target(allowedTargets={AnnotationTarget.CLASS, AnnotationTarget.PROPERTY, AnnotationTarget.LOCAL_VARIABLE, AnnotationTarget.VALUE_PARAMETER, AnnotationTarget.CONSTRUCTOR, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER, AnnotationTarget.FILE, AnnotationTarget.TYPEALIAS}) public @interface UseExperimental {
+ @kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention) @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface UseExperimental {
method public abstract Class<? extends java.lang.annotation.Annotation>[] markerClass();
+ property public abstract Class<? extends java.lang.annotation.Annotation>![] markerClass;
}
}
diff --git a/annotation/annotation-experimental/api/public_plus_experimental_current.txt b/annotation/annotation-experimental/api/public_plus_experimental_current.txt
index e854aa6..6fc1845 100644
--- a/annotation/annotation-experimental/api/public_plus_experimental_current.txt
+++ b/annotation/annotation-experimental/api/public_plus_experimental_current.txt
@@ -1,19 +1,19 @@
// Signature format: 3.0
package androidx.annotation.experimental {
- @kotlin.annotation.Retention(AnnotationRetention.BINARY) @kotlin.annotation.Target(allowedTargets=AnnotationTarget.ANNOTATION_CLASS) public @interface Experimental {
+ @kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention) @kotlin.annotation.Target(allowedTargets=kotlin.annotation.AnnotationTarget) public @interface Experimental {
method public abstract androidx.annotation.experimental.Experimental.Level level() default androidx.annotation.experimental.Experimental.Level.ERROR;
+ property public abstract androidx.annotation.experimental.Experimental.Level level;
}
public enum Experimental.Level {
- method public static androidx.annotation.experimental.Experimental.Level valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.annotation.experimental.Experimental.Level[] values();
enum_constant public static final androidx.annotation.experimental.Experimental.Level ERROR;
enum_constant public static final androidx.annotation.experimental.Experimental.Level WARNING;
}
- @kotlin.annotation.Retention(AnnotationRetention.BINARY) @kotlin.annotation.Target(allowedTargets={AnnotationTarget.CLASS, AnnotationTarget.PROPERTY, AnnotationTarget.LOCAL_VARIABLE, AnnotationTarget.VALUE_PARAMETER, AnnotationTarget.CONSTRUCTOR, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER, AnnotationTarget.FILE, AnnotationTarget.TYPEALIAS}) public @interface UseExperimental {
+ @kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention) @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface UseExperimental {
method public abstract Class<? extends java.lang.annotation.Annotation>[] markerClass();
+ property public abstract Class<? extends java.lang.annotation.Annotation>![] markerClass;
}
}
diff --git a/annotation/annotation-experimental/api/restricted_current.txt b/annotation/annotation-experimental/api/restricted_current.txt
index e854aa6..6fc1845 100644
--- a/annotation/annotation-experimental/api/restricted_current.txt
+++ b/annotation/annotation-experimental/api/restricted_current.txt
@@ -1,19 +1,19 @@
// Signature format: 3.0
package androidx.annotation.experimental {
- @kotlin.annotation.Retention(AnnotationRetention.BINARY) @kotlin.annotation.Target(allowedTargets=AnnotationTarget.ANNOTATION_CLASS) public @interface Experimental {
+ @kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention) @kotlin.annotation.Target(allowedTargets=kotlin.annotation.AnnotationTarget) public @interface Experimental {
method public abstract androidx.annotation.experimental.Experimental.Level level() default androidx.annotation.experimental.Experimental.Level.ERROR;
+ property public abstract androidx.annotation.experimental.Experimental.Level level;
}
public enum Experimental.Level {
- method public static androidx.annotation.experimental.Experimental.Level valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.annotation.experimental.Experimental.Level[] values();
enum_constant public static final androidx.annotation.experimental.Experimental.Level ERROR;
enum_constant public static final androidx.annotation.experimental.Experimental.Level WARNING;
}
- @kotlin.annotation.Retention(AnnotationRetention.BINARY) @kotlin.annotation.Target(allowedTargets={AnnotationTarget.CLASS, AnnotationTarget.PROPERTY, AnnotationTarget.LOCAL_VARIABLE, AnnotationTarget.VALUE_PARAMETER, AnnotationTarget.CONSTRUCTOR, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER, AnnotationTarget.FILE, AnnotationTarget.TYPEALIAS}) public @interface UseExperimental {
+ @kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention) @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface UseExperimental {
method public abstract Class<? extends java.lang.annotation.Annotation>[] markerClass();
+ property public abstract Class<? extends java.lang.annotation.Annotation>![] markerClass;
}
}
diff --git a/annotation/annotation/api/api_lint.ignore b/annotation/annotation/api/api_lint.ignore
deleted file mode 100644
index c74cfc8..0000000
--- a/annotation/annotation/api/api_lint.ignore
+++ /dev/null
@@ -1,7 +0,0 @@
-// Baseline format: 1.0
-ArrayReturn: androidx.annotation.InspectableProperty#enumMapping():
- Method should return Collection<EnumEntry> (or subclass) instead of raw array; was `androidx.annotation.InspectableProperty.EnumEntry[]`
-ArrayReturn: androidx.annotation.InspectableProperty#flagMapping():
- Method should return Collection<FlagEntry> (or subclass) instead of raw array; was `androidx.annotation.InspectableProperty.FlagEntry[]`
-ArrayReturn: androidx.annotation.RestrictTo#value():
- Method should return Collection<Scope> (or subclass) instead of raw array; was `androidx.annotation.RestrictTo.Scope[]`
diff --git a/appcompat/appcompat/api/api_lint.ignore b/appcompat/appcompat/api/api_lint.ignore
index 958c0e3..debb275 100644
--- a/appcompat/appcompat/api/api_lint.ignore
+++ b/appcompat/appcompat/api/api_lint.ignore
@@ -737,8 +737,6 @@
Missing nullability on parameter `p` in method `LayoutParams`
MissingNullability: androidx.appcompat.widget.LinearLayoutCompat.LayoutParams#LayoutParams(android.view.ViewGroup.MarginLayoutParams) parameter #0:
Missing nullability on parameter `source` in method `LayoutParams`
-MissingNullability: androidx.appcompat.widget.LinearLayoutCompat.LayoutParams#LayoutParams(androidx.appcompat.widget.LinearLayoutCompat.LayoutParams) parameter #0:
- Missing nullability on parameter `source` in method `LayoutParams`
MissingNullability: androidx.appcompat.widget.ListPopupWindow#createDragToOpenListener(android.view.View):
Missing nullability on method `createDragToOpenListener` return
MissingNullability: androidx.appcompat.widget.ListPopupWindow#createDragToOpenListener(android.view.View) parameter #0:
diff --git a/benchmark/common/api/public_plus_experimental_current.txt b/benchmark/common/api/public_plus_experimental_current.txt
index 196a7da..9eb1bbe 100644
--- a/benchmark/common/api/public_plus_experimental_current.txt
+++ b/benchmark/common/api/public_plus_experimental_current.txt
@@ -18,7 +18,7 @@
method @androidx.benchmark.BenchmarkState.Companion.ExperimentalExternalReport public void reportData(String className, String testName, @IntRange(from=0) long totalRunTimeNs, java.util.List<java.lang.Long> dataNs, @IntRange(from=0) int warmupIterations, @IntRange(from=0) long thermalThrottleSleepSeconds, @IntRange(from=1) int repeatIterations);
}
- @kotlin.Experimental @kotlin.annotation.Retention(AnnotationRetention.BINARY) @kotlin.annotation.Target(allowedTargets=AnnotationTarget.FUNCTION) public static @interface BenchmarkState.Companion.ExperimentalExternalReport {
+ @kotlin.Experimental @kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention) @kotlin.annotation.Target(allowedTargets=kotlin.annotation.AnnotationTarget) public static @interface BenchmarkState.Companion.ExperimentalExternalReport {
}
public final class MetricNameUtilsKt {
diff --git a/browser/browser/api/api_lint.ignore b/browser/browser/api/api_lint.ignore
index 9cf2184..3edbc1a 100644
--- a/browser/browser/api/api_lint.ignore
+++ b/browser/browser/api/api_lint.ignore
@@ -13,8 +13,6 @@
Inconsistent extra value; expected `androidx.browser.customtabs.extra.ACTION_BUTTON_BUNDLE`, was `android.support.customtabs.extra.ACTION_BUTTON_BUNDLE`
ActionValue: androidx.browser.customtabs.CustomTabsIntent#EXTRA_CLOSE_BUTTON_ICON:
Inconsistent extra value; expected `androidx.browser.customtabs.extra.CLOSE_BUTTON_ICON`, was `android.support.customtabs.extra.CLOSE_BUTTON_ICON`
-ActionValue: androidx.browser.customtabs.CustomTabsIntent#EXTRA_DEFAULT_SHARE_MENU_ITEM:
- Inconsistent extra value; expected `androidx.browser.customtabs.extra.DEFAULT_SHARE_MENU_ITEM`, was `android.support.customtabs.extra.SHARE_MENU_ITEM`
ActionValue: androidx.browser.customtabs.CustomTabsIntent#EXTRA_ENABLE_INSTANT_APPS:
Inconsistent extra value; expected `androidx.browser.customtabs.extra.ENABLE_INSTANT_APPS`, was `android.support.customtabs.extra.EXTRA_ENABLE_INSTANT_APPS`
ActionValue: androidx.browser.customtabs.CustomTabsIntent#EXTRA_ENABLE_URLBAR_HIDING:
diff --git a/buildSrc/src/main/kotlin/androidx/build/metalava/MetalavaRunner.kt b/buildSrc/src/main/kotlin/androidx/build/metalava/MetalavaRunner.kt
index 5f1eadf..c543cd8 100644
--- a/buildSrc/src/main/kotlin/androidx/build/metalava/MetalavaRunner.kt
+++ b/buildSrc/src/main/kotlin/androidx/build/metalava/MetalavaRunner.kt
@@ -79,7 +79,7 @@
fun Project.getMetalavaConfiguration(): Configuration {
return configurations.findByName("metalava") ?: configurations.create("metalava") {
- val dependency = dependencies.create("com.android.tools.metalava:metalava:1.0.0-alpha01")
+ val dependency = dependencies.create("com.android.tools.metalava:metalava:1.0.0-alpha02")
it.dependencies.add(dependency)
}
}
diff --git a/collection/collection-ktx/api/current.txt b/collection/collection-ktx/api/current.txt
index ddbfe32..00d80a0 100644
--- a/collection/collection-ktx/api/current.txt
+++ b/collection/collection-ktx/api/current.txt
@@ -25,7 +25,7 @@
}
public final class LruCacheKt {
- method public static inline <K, V> androidx.collection.LruCache<K,V> lruCache(int maxSize, kotlin.jvm.functions.Function2<? super K,? super V,java.lang.Integer> sizeOf = { _, _ -> return 1 }, kotlin.jvm.functions.Function1<? super K,? extends V> create = { return null as V }, kotlin.jvm.functions.Function4<? super java.lang.Boolean,? super K,? super V,? super V,kotlin.Unit> onEntryRemoved = { _, _, _, _ -> });
+ method public static inline <K, V> androidx.collection.LruCache<K,V> lruCache(int maxSize, kotlin.jvm.functions.Function2<? super K,? super V,java.lang.Integer> sizeOf = { _, _ -> return 1 }, kotlin.jvm.functions.Function1<? super K,? extends V> create = { it -> return null as V }, kotlin.jvm.functions.Function4<? super java.lang.Boolean,? super K,? super V,? super V,kotlin.Unit> onEntryRemoved = { _, _, _, _ -> });
}
public final class SparseArrayKt {
diff --git a/collection/collection-ktx/api/public_plus_experimental_current.txt b/collection/collection-ktx/api/public_plus_experimental_current.txt
index ddbfe32..00d80a0 100644
--- a/collection/collection-ktx/api/public_plus_experimental_current.txt
+++ b/collection/collection-ktx/api/public_plus_experimental_current.txt
@@ -25,7 +25,7 @@
}
public final class LruCacheKt {
- method public static inline <K, V> androidx.collection.LruCache<K,V> lruCache(int maxSize, kotlin.jvm.functions.Function2<? super K,? super V,java.lang.Integer> sizeOf = { _, _ -> return 1 }, kotlin.jvm.functions.Function1<? super K,? extends V> create = { return null as V }, kotlin.jvm.functions.Function4<? super java.lang.Boolean,? super K,? super V,? super V,kotlin.Unit> onEntryRemoved = { _, _, _, _ -> });
+ method public static inline <K, V> androidx.collection.LruCache<K,V> lruCache(int maxSize, kotlin.jvm.functions.Function2<? super K,? super V,java.lang.Integer> sizeOf = { _, _ -> return 1 }, kotlin.jvm.functions.Function1<? super K,? extends V> create = { it -> return null as V }, kotlin.jvm.functions.Function4<? super java.lang.Boolean,? super K,? super V,? super V,kotlin.Unit> onEntryRemoved = { _, _, _, _ -> });
}
public final class SparseArrayKt {
diff --git a/collection/collection-ktx/api/restricted_current.txt b/collection/collection-ktx/api/restricted_current.txt
index ddbfe32..00d80a0 100644
--- a/collection/collection-ktx/api/restricted_current.txt
+++ b/collection/collection-ktx/api/restricted_current.txt
@@ -25,7 +25,7 @@
}
public final class LruCacheKt {
- method public static inline <K, V> androidx.collection.LruCache<K,V> lruCache(int maxSize, kotlin.jvm.functions.Function2<? super K,? super V,java.lang.Integer> sizeOf = { _, _ -> return 1 }, kotlin.jvm.functions.Function1<? super K,? extends V> create = { return null as V }, kotlin.jvm.functions.Function4<? super java.lang.Boolean,? super K,? super V,? super V,kotlin.Unit> onEntryRemoved = { _, _, _, _ -> });
+ method public static inline <K, V> androidx.collection.LruCache<K,V> lruCache(int maxSize, kotlin.jvm.functions.Function2<? super K,? super V,java.lang.Integer> sizeOf = { _, _ -> return 1 }, kotlin.jvm.functions.Function1<? super K,? extends V> create = { it -> return null as V }, kotlin.jvm.functions.Function4<? super java.lang.Boolean,? super K,? super V,? super V,kotlin.Unit> onEntryRemoved = { _, _, _, _ -> });
}
public final class SparseArrayKt {
diff --git a/compose/animation/animation-core/api/api_lint.ignore b/compose/animation/animation-core/api/api_lint.ignore
index 6f1568c..1d0f3fb 100644
--- a/compose/animation/animation-core/api/api_lint.ignore
+++ b/compose/animation/animation-core/api/api_lint.ignore
@@ -13,10 +13,6 @@
Class should be named AnimationClockCallback
-HiddenTypeParameter: androidx.compose.animation.core.BaseAnimationClock#Companion:
- Field BaseAnimationClock.Companion references hidden type androidx.compose.animation.core.BaseAnimationClock.Companion.
-
-
MissingNullability: androidx.compose.animation.core.CubicBezierEasing#invoke(float):
Missing nullability on method `invoke` return
diff --git a/compose/animation/animation-core/api/current.txt b/compose/animation/animation-core/api/current.txt
index 5e94f3d..77ec2481 100644
--- a/compose/animation/animation-core/api/current.txt
+++ b/compose/animation/animation-core/api/current.txt
@@ -27,8 +27,8 @@
method public static androidx.compose.animation.core.AnimatedFloat AnimatedFloat(float initVal, androidx.compose.animation.core.AnimationClockObservable clock, float visibilityThreshold = 0.01f);
method public static <T, V extends androidx.compose.animation.core.AnimationVector> androidx.compose.animation.core.AnimatedValue<T,V> AnimatedValue(T? initVal, androidx.compose.animation.core.TwoWayConverter<T,V> typeConverter, androidx.compose.animation.core.AnimationClockObservable clock, T? visibilityThreshold = null);
method public static <V extends androidx.compose.animation.core.AnimationVector> androidx.compose.animation.core.AnimatedValue<V,V> AnimatedVector(V initVal, androidx.compose.animation.core.AnimationClockObservable clock, V visibilityThreshold = initVal.newInstanceOfValue(Spring.DefaultDisplacementThreshold));
- method public static void fling(androidx.compose.animation.core.AnimatedFloat, float startVelocity, androidx.compose.animation.core.FloatDecayAnimationSpec decay = androidx.compose.animation.core.ExponentialDecay(), kotlin.jvm.functions.Function3<? super androidx.compose.animation.core.AnimationEndReason,? super java.lang.Float,? super java.lang.Float,kotlin.Unit>? onEnd = null);
- method public static void fling(androidx.compose.animation.core.AnimatedFloat, float startVelocity, androidx.compose.animation.core.FloatDecayAnimationSpec decay = androidx.compose.animation.core.ExponentialDecay(), kotlin.jvm.functions.Function1<? super java.lang.Float,androidx.compose.animation.core.TargetAnimation> adjustTarget, kotlin.jvm.functions.Function3<? super androidx.compose.animation.core.AnimationEndReason,? super java.lang.Float,? super java.lang.Float,kotlin.Unit>? onEnd = null);
+ method public static void fling(androidx.compose.animation.core.AnimatedFloat, float startVelocity, androidx.compose.animation.core.FloatDecayAnimationSpec decay = ExponentialDecay(), kotlin.jvm.functions.Function3<? super androidx.compose.animation.core.AnimationEndReason,? super java.lang.Float,? super java.lang.Float,kotlin.Unit>? onEnd = null);
+ method public static void fling(androidx.compose.animation.core.AnimatedFloat, float startVelocity, androidx.compose.animation.core.FloatDecayAnimationSpec decay = ExponentialDecay(), kotlin.jvm.functions.Function1<? super java.lang.Float,androidx.compose.animation.core.TargetAnimation> adjustTarget, kotlin.jvm.functions.Function3<? super androidx.compose.animation.core.AnimationEndReason,? super java.lang.Float,? super java.lang.Float,kotlin.Unit>? onEnd = null);
}
public interface AnimationClockObservable {
@@ -47,8 +47,6 @@
}
public enum AnimationEndReason {
- method public static androidx.compose.animation.core.AnimationEndReason valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.animation.core.AnimationEndReason[] values();
enum_constant public static final androidx.compose.animation.core.AnimationEndReason BoundReached;
enum_constant public static final androidx.compose.animation.core.AnimationEndReason Interrupted;
enum_constant public static final androidx.compose.animation.core.AnimationEndReason TargetReached;
@@ -153,7 +151,6 @@
ctor public BaseAnimationClock();
method public void subscribe(androidx.compose.animation.core.AnimationClockObserver observer);
method public void unsubscribe(androidx.compose.animation.core.AnimationClockObserver observer);
- field @Deprecated public static final androidx.compose.animation.core.BaseAnimationClock.Companion Companion;
}
public final class ComplexDoubleKt {
@@ -225,6 +222,7 @@
ctor public FloatPropKey(String label);
ctor public FloatPropKey();
method public androidx.compose.animation.core.TwoWayConverter<java.lang.Float,androidx.compose.animation.core.AnimationVector1D> getTypeConverter();
+ property public String label;
property public androidx.compose.animation.core.TwoWayConverter<java.lang.Float,androidx.compose.animation.core.AnimationVector1D> typeConverter;
}
@@ -236,6 +234,8 @@
method public float getStiffness();
method public float getValue(long playTime, float start, float end, float startVelocity);
method public float getVelocity(long playTime, float start, float end, float startVelocity);
+ property public final float dampingRatio;
+ property public final float stiffness;
}
public final class FloatTweenSpec implements androidx.compose.animation.core.FloatAnimationSpec {
@@ -246,21 +246,22 @@
method public long getDurationMillis(float start, float end, float startVelocity);
method public float getValue(long playTime, float start, float end, float startVelocity);
method public float getVelocity(long playTime, float start, float end, float startVelocity);
+ property public final int delay;
+ property public final int duration;
}
public final class IntPropKey implements androidx.compose.animation.core.PropKey<java.lang.Integer,androidx.compose.animation.core.AnimationVector1D> {
ctor public IntPropKey(String label);
ctor public IntPropKey();
method public androidx.compose.animation.core.TwoWayConverter<java.lang.Integer,androidx.compose.animation.core.AnimationVector1D> getTypeConverter();
+ property public String label;
property public androidx.compose.animation.core.TwoWayConverter<java.lang.Integer,androidx.compose.animation.core.AnimationVector1D> typeConverter;
}
- @kotlin.RequiresOptIn(message="This API is internal to library.") @kotlin.annotation.Target(allowedTargets={AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY}) public @interface InternalAnimationApi {
+ @kotlin.RequiresOptIn(message="This API is internal to library.") @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface InternalAnimationApi {
}
public enum InterruptionHandling {
- method public static androidx.compose.animation.core.InterruptionHandling valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.animation.core.InterruptionHandling[] values();
enum_constant public static final androidx.compose.animation.core.InterruptionHandling PHYSICS;
enum_constant public static final androidx.compose.animation.core.InterruptionHandling SNAP_TO_END;
enum_constant public static final androidx.compose.animation.core.InterruptionHandling TWEEN;
@@ -271,6 +272,7 @@
ctor public KeyframesSpec(androidx.compose.animation.core.KeyframesSpec.KeyframesSpecConfig<T> config);
method public androidx.compose.animation.core.KeyframesSpec.KeyframesSpecConfig<T> getConfig();
method public <V extends androidx.compose.animation.core.AnimationVector> androidx.compose.animation.core.VectorizedKeyframesSpec<V> vectorize(androidx.compose.animation.core.TwoWayConverter<T,V> converter);
+ property public final androidx.compose.animation.core.KeyframesSpec.KeyframesSpecConfig<T> config;
}
public static final class KeyframesSpec.KeyframeEntity<T> {
@@ -338,8 +340,6 @@
}
public enum RepeatMode {
- method public static androidx.compose.animation.core.RepeatMode valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.animation.core.RepeatMode[] values();
enum_constant public static final androidx.compose.animation.core.RepeatMode Restart;
enum_constant public static final androidx.compose.animation.core.RepeatMode Reverse;
}
@@ -350,6 +350,9 @@
method public int getIterations();
method public androidx.compose.animation.core.RepeatMode getRepeatMode();
method public <V extends androidx.compose.animation.core.AnimationVector> androidx.compose.animation.core.VectorizedAnimationSpec<V> vectorize(androidx.compose.animation.core.TwoWayConverter<T,V> converter);
+ property public final androidx.compose.animation.core.DurationBasedAnimationSpec<T> animation;
+ property public final int iterations;
+ property public final androidx.compose.animation.core.RepeatMode repeatMode;
}
@androidx.compose.runtime.Immutable public final class SnapSpec<T> implements androidx.compose.animation.core.AnimationSpec<T> {
@@ -357,6 +360,7 @@
ctor public SnapSpec();
method public int getDelay();
method public <V extends androidx.compose.animation.core.AnimationVector> androidx.compose.animation.core.VectorizedDurationBasedAnimationSpec<V> vectorize(androidx.compose.animation.core.TwoWayConverter<T,V> converter);
+ property public final int delay;
}
public final class Spring {
@@ -385,6 +389,9 @@
method public float getStiffness();
method public T? getVisibilityThreshold();
method public <V extends androidx.compose.animation.core.AnimationVector> androidx.compose.animation.core.VectorizedSpringSpec<V> vectorize(androidx.compose.animation.core.TwoWayConverter<T,V> converter);
+ property public final float dampingRatio;
+ property public final float stiffness;
+ property public final T? visibilityThreshold;
}
public final class TargetAnimation {
@@ -394,6 +401,8 @@
method public androidx.compose.animation.core.TargetAnimation copy(float target, androidx.compose.animation.core.AnimationSpec<java.lang.Float> animation);
method public androidx.compose.animation.core.AnimationSpec<java.lang.Float> getAnimation();
method public float getTarget();
+ property public final androidx.compose.animation.core.AnimationSpec<java.lang.Float> animation;
+ property public final float target;
}
public final class TargetBasedAnimation<T, V extends androidx.compose.animation.core.AnimationVector> {
@@ -403,7 +412,9 @@
method public T! getEndValue();
method public T! getValue(long playTime);
method public V getVelocityVector(long playTime);
+ property public androidx.compose.animation.core.TwoWayConverter<T,V> converter;
property public long durationMillis;
+ property public final T! endValue;
}
public final class ToolingGlueKt {
@@ -421,6 +432,7 @@
method public void setOnUpdate(kotlin.jvm.functions.Function0<kotlin.Unit>? p);
method public void toState(T? name);
property public final boolean isRunning;
+ property public final String? label;
property public final kotlin.jvm.functions.Function1<T,kotlin.Unit>? onStateChangeFinished;
property public final kotlin.jvm.functions.Function0<kotlin.Unit>? onUpdate;
}
@@ -468,6 +480,9 @@
method public int getDurationMillis();
method public kotlin.jvm.functions.Function1<java.lang.Float,java.lang.Float> getEasing();
method public <V extends androidx.compose.animation.core.AnimationVector> androidx.compose.animation.core.VectorizedTweenSpec<V> vectorize(androidx.compose.animation.core.TwoWayConverter<T,V> converter);
+ property public final int delay;
+ property public final int durationMillis;
+ property public final kotlin.jvm.functions.Function1<java.lang.Float,java.lang.Float> easing;
}
public interface TwoWayConverter<T, V extends androidx.compose.animation.core.AnimationVector> {
@@ -508,6 +523,8 @@
method public int getDurationMillis();
method public V getValue(long playTime, V start, V end, V startVelocity);
method public V getVelocity(long playTime, V start, V end, V startVelocity);
+ property public int delayMillis;
+ property public int durationMillis;
}
public final class VectorizedRepeatableSpec<V extends androidx.compose.animation.core.AnimationVector> implements androidx.compose.animation.core.VectorizedAnimationSpec<V> {
@@ -524,6 +541,7 @@
method public int getDurationMillis();
method public V getValue(long playTime, V start, V end, V startVelocity);
method public V getVelocity(long playTime, V start, V end, V startVelocity);
+ property public int delayMillis;
property public int durationMillis;
}
@@ -531,6 +549,8 @@
ctor public VectorizedSpringSpec(float dampingRatio, float stiffness, V? visibilityThreshold);
method public float getDampingRatio();
method public float getStiffness();
+ property public final float dampingRatio;
+ property public final float stiffness;
}
public final class VectorizedTweenSpec<V extends androidx.compose.animation.core.AnimationVector> implements androidx.compose.animation.core.VectorizedDurationBasedAnimationSpec<V> {
@@ -541,6 +561,9 @@
method public kotlin.jvm.functions.Function1<java.lang.Float,java.lang.Float> getEasing();
method public V getValue(long playTime, V start, V end, V startVelocity);
method public V getVelocity(long playTime, V start, V end, V startVelocity);
+ property public int delayMillis;
+ property public int durationMillis;
+ property public final kotlin.jvm.functions.Function1<java.lang.Float,java.lang.Float> easing;
}
}
diff --git a/compose/animation/animation-core/api/public_plus_experimental_current.txt b/compose/animation/animation-core/api/public_plus_experimental_current.txt
index 5e94f3d..77ec2481 100644
--- a/compose/animation/animation-core/api/public_plus_experimental_current.txt
+++ b/compose/animation/animation-core/api/public_plus_experimental_current.txt
@@ -27,8 +27,8 @@
method public static androidx.compose.animation.core.AnimatedFloat AnimatedFloat(float initVal, androidx.compose.animation.core.AnimationClockObservable clock, float visibilityThreshold = 0.01f);
method public static <T, V extends androidx.compose.animation.core.AnimationVector> androidx.compose.animation.core.AnimatedValue<T,V> AnimatedValue(T? initVal, androidx.compose.animation.core.TwoWayConverter<T,V> typeConverter, androidx.compose.animation.core.AnimationClockObservable clock, T? visibilityThreshold = null);
method public static <V extends androidx.compose.animation.core.AnimationVector> androidx.compose.animation.core.AnimatedValue<V,V> AnimatedVector(V initVal, androidx.compose.animation.core.AnimationClockObservable clock, V visibilityThreshold = initVal.newInstanceOfValue(Spring.DefaultDisplacementThreshold));
- method public static void fling(androidx.compose.animation.core.AnimatedFloat, float startVelocity, androidx.compose.animation.core.FloatDecayAnimationSpec decay = androidx.compose.animation.core.ExponentialDecay(), kotlin.jvm.functions.Function3<? super androidx.compose.animation.core.AnimationEndReason,? super java.lang.Float,? super java.lang.Float,kotlin.Unit>? onEnd = null);
- method public static void fling(androidx.compose.animation.core.AnimatedFloat, float startVelocity, androidx.compose.animation.core.FloatDecayAnimationSpec decay = androidx.compose.animation.core.ExponentialDecay(), kotlin.jvm.functions.Function1<? super java.lang.Float,androidx.compose.animation.core.TargetAnimation> adjustTarget, kotlin.jvm.functions.Function3<? super androidx.compose.animation.core.AnimationEndReason,? super java.lang.Float,? super java.lang.Float,kotlin.Unit>? onEnd = null);
+ method public static void fling(androidx.compose.animation.core.AnimatedFloat, float startVelocity, androidx.compose.animation.core.FloatDecayAnimationSpec decay = ExponentialDecay(), kotlin.jvm.functions.Function3<? super androidx.compose.animation.core.AnimationEndReason,? super java.lang.Float,? super java.lang.Float,kotlin.Unit>? onEnd = null);
+ method public static void fling(androidx.compose.animation.core.AnimatedFloat, float startVelocity, androidx.compose.animation.core.FloatDecayAnimationSpec decay = ExponentialDecay(), kotlin.jvm.functions.Function1<? super java.lang.Float,androidx.compose.animation.core.TargetAnimation> adjustTarget, kotlin.jvm.functions.Function3<? super androidx.compose.animation.core.AnimationEndReason,? super java.lang.Float,? super java.lang.Float,kotlin.Unit>? onEnd = null);
}
public interface AnimationClockObservable {
@@ -47,8 +47,6 @@
}
public enum AnimationEndReason {
- method public static androidx.compose.animation.core.AnimationEndReason valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.animation.core.AnimationEndReason[] values();
enum_constant public static final androidx.compose.animation.core.AnimationEndReason BoundReached;
enum_constant public static final androidx.compose.animation.core.AnimationEndReason Interrupted;
enum_constant public static final androidx.compose.animation.core.AnimationEndReason TargetReached;
@@ -153,7 +151,6 @@
ctor public BaseAnimationClock();
method public void subscribe(androidx.compose.animation.core.AnimationClockObserver observer);
method public void unsubscribe(androidx.compose.animation.core.AnimationClockObserver observer);
- field @Deprecated public static final androidx.compose.animation.core.BaseAnimationClock.Companion Companion;
}
public final class ComplexDoubleKt {
@@ -225,6 +222,7 @@
ctor public FloatPropKey(String label);
ctor public FloatPropKey();
method public androidx.compose.animation.core.TwoWayConverter<java.lang.Float,androidx.compose.animation.core.AnimationVector1D> getTypeConverter();
+ property public String label;
property public androidx.compose.animation.core.TwoWayConverter<java.lang.Float,androidx.compose.animation.core.AnimationVector1D> typeConverter;
}
@@ -236,6 +234,8 @@
method public float getStiffness();
method public float getValue(long playTime, float start, float end, float startVelocity);
method public float getVelocity(long playTime, float start, float end, float startVelocity);
+ property public final float dampingRatio;
+ property public final float stiffness;
}
public final class FloatTweenSpec implements androidx.compose.animation.core.FloatAnimationSpec {
@@ -246,21 +246,22 @@
method public long getDurationMillis(float start, float end, float startVelocity);
method public float getValue(long playTime, float start, float end, float startVelocity);
method public float getVelocity(long playTime, float start, float end, float startVelocity);
+ property public final int delay;
+ property public final int duration;
}
public final class IntPropKey implements androidx.compose.animation.core.PropKey<java.lang.Integer,androidx.compose.animation.core.AnimationVector1D> {
ctor public IntPropKey(String label);
ctor public IntPropKey();
method public androidx.compose.animation.core.TwoWayConverter<java.lang.Integer,androidx.compose.animation.core.AnimationVector1D> getTypeConverter();
+ property public String label;
property public androidx.compose.animation.core.TwoWayConverter<java.lang.Integer,androidx.compose.animation.core.AnimationVector1D> typeConverter;
}
- @kotlin.RequiresOptIn(message="This API is internal to library.") @kotlin.annotation.Target(allowedTargets={AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY}) public @interface InternalAnimationApi {
+ @kotlin.RequiresOptIn(message="This API is internal to library.") @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface InternalAnimationApi {
}
public enum InterruptionHandling {
- method public static androidx.compose.animation.core.InterruptionHandling valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.animation.core.InterruptionHandling[] values();
enum_constant public static final androidx.compose.animation.core.InterruptionHandling PHYSICS;
enum_constant public static final androidx.compose.animation.core.InterruptionHandling SNAP_TO_END;
enum_constant public static final androidx.compose.animation.core.InterruptionHandling TWEEN;
@@ -271,6 +272,7 @@
ctor public KeyframesSpec(androidx.compose.animation.core.KeyframesSpec.KeyframesSpecConfig<T> config);
method public androidx.compose.animation.core.KeyframesSpec.KeyframesSpecConfig<T> getConfig();
method public <V extends androidx.compose.animation.core.AnimationVector> androidx.compose.animation.core.VectorizedKeyframesSpec<V> vectorize(androidx.compose.animation.core.TwoWayConverter<T,V> converter);
+ property public final androidx.compose.animation.core.KeyframesSpec.KeyframesSpecConfig<T> config;
}
public static final class KeyframesSpec.KeyframeEntity<T> {
@@ -338,8 +340,6 @@
}
public enum RepeatMode {
- method public static androidx.compose.animation.core.RepeatMode valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.animation.core.RepeatMode[] values();
enum_constant public static final androidx.compose.animation.core.RepeatMode Restart;
enum_constant public static final androidx.compose.animation.core.RepeatMode Reverse;
}
@@ -350,6 +350,9 @@
method public int getIterations();
method public androidx.compose.animation.core.RepeatMode getRepeatMode();
method public <V extends androidx.compose.animation.core.AnimationVector> androidx.compose.animation.core.VectorizedAnimationSpec<V> vectorize(androidx.compose.animation.core.TwoWayConverter<T,V> converter);
+ property public final androidx.compose.animation.core.DurationBasedAnimationSpec<T> animation;
+ property public final int iterations;
+ property public final androidx.compose.animation.core.RepeatMode repeatMode;
}
@androidx.compose.runtime.Immutable public final class SnapSpec<T> implements androidx.compose.animation.core.AnimationSpec<T> {
@@ -357,6 +360,7 @@
ctor public SnapSpec();
method public int getDelay();
method public <V extends androidx.compose.animation.core.AnimationVector> androidx.compose.animation.core.VectorizedDurationBasedAnimationSpec<V> vectorize(androidx.compose.animation.core.TwoWayConverter<T,V> converter);
+ property public final int delay;
}
public final class Spring {
@@ -385,6 +389,9 @@
method public float getStiffness();
method public T? getVisibilityThreshold();
method public <V extends androidx.compose.animation.core.AnimationVector> androidx.compose.animation.core.VectorizedSpringSpec<V> vectorize(androidx.compose.animation.core.TwoWayConverter<T,V> converter);
+ property public final float dampingRatio;
+ property public final float stiffness;
+ property public final T? visibilityThreshold;
}
public final class TargetAnimation {
@@ -394,6 +401,8 @@
method public androidx.compose.animation.core.TargetAnimation copy(float target, androidx.compose.animation.core.AnimationSpec<java.lang.Float> animation);
method public androidx.compose.animation.core.AnimationSpec<java.lang.Float> getAnimation();
method public float getTarget();
+ property public final androidx.compose.animation.core.AnimationSpec<java.lang.Float> animation;
+ property public final float target;
}
public final class TargetBasedAnimation<T, V extends androidx.compose.animation.core.AnimationVector> {
@@ -403,7 +412,9 @@
method public T! getEndValue();
method public T! getValue(long playTime);
method public V getVelocityVector(long playTime);
+ property public androidx.compose.animation.core.TwoWayConverter<T,V> converter;
property public long durationMillis;
+ property public final T! endValue;
}
public final class ToolingGlueKt {
@@ -421,6 +432,7 @@
method public void setOnUpdate(kotlin.jvm.functions.Function0<kotlin.Unit>? p);
method public void toState(T? name);
property public final boolean isRunning;
+ property public final String? label;
property public final kotlin.jvm.functions.Function1<T,kotlin.Unit>? onStateChangeFinished;
property public final kotlin.jvm.functions.Function0<kotlin.Unit>? onUpdate;
}
@@ -468,6 +480,9 @@
method public int getDurationMillis();
method public kotlin.jvm.functions.Function1<java.lang.Float,java.lang.Float> getEasing();
method public <V extends androidx.compose.animation.core.AnimationVector> androidx.compose.animation.core.VectorizedTweenSpec<V> vectorize(androidx.compose.animation.core.TwoWayConverter<T,V> converter);
+ property public final int delay;
+ property public final int durationMillis;
+ property public final kotlin.jvm.functions.Function1<java.lang.Float,java.lang.Float> easing;
}
public interface TwoWayConverter<T, V extends androidx.compose.animation.core.AnimationVector> {
@@ -508,6 +523,8 @@
method public int getDurationMillis();
method public V getValue(long playTime, V start, V end, V startVelocity);
method public V getVelocity(long playTime, V start, V end, V startVelocity);
+ property public int delayMillis;
+ property public int durationMillis;
}
public final class VectorizedRepeatableSpec<V extends androidx.compose.animation.core.AnimationVector> implements androidx.compose.animation.core.VectorizedAnimationSpec<V> {
@@ -524,6 +541,7 @@
method public int getDurationMillis();
method public V getValue(long playTime, V start, V end, V startVelocity);
method public V getVelocity(long playTime, V start, V end, V startVelocity);
+ property public int delayMillis;
property public int durationMillis;
}
@@ -531,6 +549,8 @@
ctor public VectorizedSpringSpec(float dampingRatio, float stiffness, V? visibilityThreshold);
method public float getDampingRatio();
method public float getStiffness();
+ property public final float dampingRatio;
+ property public final float stiffness;
}
public final class VectorizedTweenSpec<V extends androidx.compose.animation.core.AnimationVector> implements androidx.compose.animation.core.VectorizedDurationBasedAnimationSpec<V> {
@@ -541,6 +561,9 @@
method public kotlin.jvm.functions.Function1<java.lang.Float,java.lang.Float> getEasing();
method public V getValue(long playTime, V start, V end, V startVelocity);
method public V getVelocity(long playTime, V start, V end, V startVelocity);
+ property public int delayMillis;
+ property public int durationMillis;
+ property public final kotlin.jvm.functions.Function1<java.lang.Float,java.lang.Float> easing;
}
}
diff --git a/compose/animation/animation-core/api/restricted_current.txt b/compose/animation/animation-core/api/restricted_current.txt
index 5e94f3d..77ec2481 100644
--- a/compose/animation/animation-core/api/restricted_current.txt
+++ b/compose/animation/animation-core/api/restricted_current.txt
@@ -27,8 +27,8 @@
method public static androidx.compose.animation.core.AnimatedFloat AnimatedFloat(float initVal, androidx.compose.animation.core.AnimationClockObservable clock, float visibilityThreshold = 0.01f);
method public static <T, V extends androidx.compose.animation.core.AnimationVector> androidx.compose.animation.core.AnimatedValue<T,V> AnimatedValue(T? initVal, androidx.compose.animation.core.TwoWayConverter<T,V> typeConverter, androidx.compose.animation.core.AnimationClockObservable clock, T? visibilityThreshold = null);
method public static <V extends androidx.compose.animation.core.AnimationVector> androidx.compose.animation.core.AnimatedValue<V,V> AnimatedVector(V initVal, androidx.compose.animation.core.AnimationClockObservable clock, V visibilityThreshold = initVal.newInstanceOfValue(Spring.DefaultDisplacementThreshold));
- method public static void fling(androidx.compose.animation.core.AnimatedFloat, float startVelocity, androidx.compose.animation.core.FloatDecayAnimationSpec decay = androidx.compose.animation.core.ExponentialDecay(), kotlin.jvm.functions.Function3<? super androidx.compose.animation.core.AnimationEndReason,? super java.lang.Float,? super java.lang.Float,kotlin.Unit>? onEnd = null);
- method public static void fling(androidx.compose.animation.core.AnimatedFloat, float startVelocity, androidx.compose.animation.core.FloatDecayAnimationSpec decay = androidx.compose.animation.core.ExponentialDecay(), kotlin.jvm.functions.Function1<? super java.lang.Float,androidx.compose.animation.core.TargetAnimation> adjustTarget, kotlin.jvm.functions.Function3<? super androidx.compose.animation.core.AnimationEndReason,? super java.lang.Float,? super java.lang.Float,kotlin.Unit>? onEnd = null);
+ method public static void fling(androidx.compose.animation.core.AnimatedFloat, float startVelocity, androidx.compose.animation.core.FloatDecayAnimationSpec decay = ExponentialDecay(), kotlin.jvm.functions.Function3<? super androidx.compose.animation.core.AnimationEndReason,? super java.lang.Float,? super java.lang.Float,kotlin.Unit>? onEnd = null);
+ method public static void fling(androidx.compose.animation.core.AnimatedFloat, float startVelocity, androidx.compose.animation.core.FloatDecayAnimationSpec decay = ExponentialDecay(), kotlin.jvm.functions.Function1<? super java.lang.Float,androidx.compose.animation.core.TargetAnimation> adjustTarget, kotlin.jvm.functions.Function3<? super androidx.compose.animation.core.AnimationEndReason,? super java.lang.Float,? super java.lang.Float,kotlin.Unit>? onEnd = null);
}
public interface AnimationClockObservable {
@@ -47,8 +47,6 @@
}
public enum AnimationEndReason {
- method public static androidx.compose.animation.core.AnimationEndReason valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.animation.core.AnimationEndReason[] values();
enum_constant public static final androidx.compose.animation.core.AnimationEndReason BoundReached;
enum_constant public static final androidx.compose.animation.core.AnimationEndReason Interrupted;
enum_constant public static final androidx.compose.animation.core.AnimationEndReason TargetReached;
@@ -153,7 +151,6 @@
ctor public BaseAnimationClock();
method public void subscribe(androidx.compose.animation.core.AnimationClockObserver observer);
method public void unsubscribe(androidx.compose.animation.core.AnimationClockObserver observer);
- field @Deprecated public static final androidx.compose.animation.core.BaseAnimationClock.Companion Companion;
}
public final class ComplexDoubleKt {
@@ -225,6 +222,7 @@
ctor public FloatPropKey(String label);
ctor public FloatPropKey();
method public androidx.compose.animation.core.TwoWayConverter<java.lang.Float,androidx.compose.animation.core.AnimationVector1D> getTypeConverter();
+ property public String label;
property public androidx.compose.animation.core.TwoWayConverter<java.lang.Float,androidx.compose.animation.core.AnimationVector1D> typeConverter;
}
@@ -236,6 +234,8 @@
method public float getStiffness();
method public float getValue(long playTime, float start, float end, float startVelocity);
method public float getVelocity(long playTime, float start, float end, float startVelocity);
+ property public final float dampingRatio;
+ property public final float stiffness;
}
public final class FloatTweenSpec implements androidx.compose.animation.core.FloatAnimationSpec {
@@ -246,21 +246,22 @@
method public long getDurationMillis(float start, float end, float startVelocity);
method public float getValue(long playTime, float start, float end, float startVelocity);
method public float getVelocity(long playTime, float start, float end, float startVelocity);
+ property public final int delay;
+ property public final int duration;
}
public final class IntPropKey implements androidx.compose.animation.core.PropKey<java.lang.Integer,androidx.compose.animation.core.AnimationVector1D> {
ctor public IntPropKey(String label);
ctor public IntPropKey();
method public androidx.compose.animation.core.TwoWayConverter<java.lang.Integer,androidx.compose.animation.core.AnimationVector1D> getTypeConverter();
+ property public String label;
property public androidx.compose.animation.core.TwoWayConverter<java.lang.Integer,androidx.compose.animation.core.AnimationVector1D> typeConverter;
}
- @kotlin.RequiresOptIn(message="This API is internal to library.") @kotlin.annotation.Target(allowedTargets={AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY}) public @interface InternalAnimationApi {
+ @kotlin.RequiresOptIn(message="This API is internal to library.") @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface InternalAnimationApi {
}
public enum InterruptionHandling {
- method public static androidx.compose.animation.core.InterruptionHandling valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.animation.core.InterruptionHandling[] values();
enum_constant public static final androidx.compose.animation.core.InterruptionHandling PHYSICS;
enum_constant public static final androidx.compose.animation.core.InterruptionHandling SNAP_TO_END;
enum_constant public static final androidx.compose.animation.core.InterruptionHandling TWEEN;
@@ -271,6 +272,7 @@
ctor public KeyframesSpec(androidx.compose.animation.core.KeyframesSpec.KeyframesSpecConfig<T> config);
method public androidx.compose.animation.core.KeyframesSpec.KeyframesSpecConfig<T> getConfig();
method public <V extends androidx.compose.animation.core.AnimationVector> androidx.compose.animation.core.VectorizedKeyframesSpec<V> vectorize(androidx.compose.animation.core.TwoWayConverter<T,V> converter);
+ property public final androidx.compose.animation.core.KeyframesSpec.KeyframesSpecConfig<T> config;
}
public static final class KeyframesSpec.KeyframeEntity<T> {
@@ -338,8 +340,6 @@
}
public enum RepeatMode {
- method public static androidx.compose.animation.core.RepeatMode valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.animation.core.RepeatMode[] values();
enum_constant public static final androidx.compose.animation.core.RepeatMode Restart;
enum_constant public static final androidx.compose.animation.core.RepeatMode Reverse;
}
@@ -350,6 +350,9 @@
method public int getIterations();
method public androidx.compose.animation.core.RepeatMode getRepeatMode();
method public <V extends androidx.compose.animation.core.AnimationVector> androidx.compose.animation.core.VectorizedAnimationSpec<V> vectorize(androidx.compose.animation.core.TwoWayConverter<T,V> converter);
+ property public final androidx.compose.animation.core.DurationBasedAnimationSpec<T> animation;
+ property public final int iterations;
+ property public final androidx.compose.animation.core.RepeatMode repeatMode;
}
@androidx.compose.runtime.Immutable public final class SnapSpec<T> implements androidx.compose.animation.core.AnimationSpec<T> {
@@ -357,6 +360,7 @@
ctor public SnapSpec();
method public int getDelay();
method public <V extends androidx.compose.animation.core.AnimationVector> androidx.compose.animation.core.VectorizedDurationBasedAnimationSpec<V> vectorize(androidx.compose.animation.core.TwoWayConverter<T,V> converter);
+ property public final int delay;
}
public final class Spring {
@@ -385,6 +389,9 @@
method public float getStiffness();
method public T? getVisibilityThreshold();
method public <V extends androidx.compose.animation.core.AnimationVector> androidx.compose.animation.core.VectorizedSpringSpec<V> vectorize(androidx.compose.animation.core.TwoWayConverter<T,V> converter);
+ property public final float dampingRatio;
+ property public final float stiffness;
+ property public final T? visibilityThreshold;
}
public final class TargetAnimation {
@@ -394,6 +401,8 @@
method public androidx.compose.animation.core.TargetAnimation copy(float target, androidx.compose.animation.core.AnimationSpec<java.lang.Float> animation);
method public androidx.compose.animation.core.AnimationSpec<java.lang.Float> getAnimation();
method public float getTarget();
+ property public final androidx.compose.animation.core.AnimationSpec<java.lang.Float> animation;
+ property public final float target;
}
public final class TargetBasedAnimation<T, V extends androidx.compose.animation.core.AnimationVector> {
@@ -403,7 +412,9 @@
method public T! getEndValue();
method public T! getValue(long playTime);
method public V getVelocityVector(long playTime);
+ property public androidx.compose.animation.core.TwoWayConverter<T,V> converter;
property public long durationMillis;
+ property public final T! endValue;
}
public final class ToolingGlueKt {
@@ -421,6 +432,7 @@
method public void setOnUpdate(kotlin.jvm.functions.Function0<kotlin.Unit>? p);
method public void toState(T? name);
property public final boolean isRunning;
+ property public final String? label;
property public final kotlin.jvm.functions.Function1<T,kotlin.Unit>? onStateChangeFinished;
property public final kotlin.jvm.functions.Function0<kotlin.Unit>? onUpdate;
}
@@ -468,6 +480,9 @@
method public int getDurationMillis();
method public kotlin.jvm.functions.Function1<java.lang.Float,java.lang.Float> getEasing();
method public <V extends androidx.compose.animation.core.AnimationVector> androidx.compose.animation.core.VectorizedTweenSpec<V> vectorize(androidx.compose.animation.core.TwoWayConverter<T,V> converter);
+ property public final int delay;
+ property public final int durationMillis;
+ property public final kotlin.jvm.functions.Function1<java.lang.Float,java.lang.Float> easing;
}
public interface TwoWayConverter<T, V extends androidx.compose.animation.core.AnimationVector> {
@@ -508,6 +523,8 @@
method public int getDurationMillis();
method public V getValue(long playTime, V start, V end, V startVelocity);
method public V getVelocity(long playTime, V start, V end, V startVelocity);
+ property public int delayMillis;
+ property public int durationMillis;
}
public final class VectorizedRepeatableSpec<V extends androidx.compose.animation.core.AnimationVector> implements androidx.compose.animation.core.VectorizedAnimationSpec<V> {
@@ -524,6 +541,7 @@
method public int getDurationMillis();
method public V getValue(long playTime, V start, V end, V startVelocity);
method public V getVelocity(long playTime, V start, V end, V startVelocity);
+ property public int delayMillis;
property public int durationMillis;
}
@@ -531,6 +549,8 @@
ctor public VectorizedSpringSpec(float dampingRatio, float stiffness, V? visibilityThreshold);
method public float getDampingRatio();
method public float getStiffness();
+ property public final float dampingRatio;
+ property public final float stiffness;
}
public final class VectorizedTweenSpec<V extends androidx.compose.animation.core.AnimationVector> implements androidx.compose.animation.core.VectorizedDurationBasedAnimationSpec<V> {
@@ -541,6 +561,9 @@
method public kotlin.jvm.functions.Function1<java.lang.Float,java.lang.Float> getEasing();
method public V getValue(long playTime, V start, V end, V startVelocity);
method public V getVelocity(long playTime, V start, V end, V startVelocity);
+ property public int delayMillis;
+ property public int durationMillis;
+ property public final kotlin.jvm.functions.Function1<java.lang.Float,java.lang.Float> easing;
}
}
diff --git a/compose/animation/animation/api/current.txt b/compose/animation/animation/api/current.txt
index d2ef2a3..60636ae 100644
--- a/compose/animation/animation/api/current.txt
+++ b/compose/animation/animation/api/current.txt
@@ -36,6 +36,7 @@
ctor public ColorPropKey();
method public String getLabel();
method public androidx.compose.animation.core.TwoWayConverter<androidx.compose.ui.graphics.Color,androidx.compose.animation.core.AnimationVector4D> getTypeConverter();
+ property public String label;
property public androidx.compose.animation.core.TwoWayConverter<androidx.compose.ui.graphics.Color,androidx.compose.animation.core.AnimationVector4D> typeConverter;
}
@@ -61,24 +62,25 @@
ctor public DpPropKey();
method public String getLabel();
method public androidx.compose.animation.core.TwoWayConverter<androidx.compose.ui.unit.Dp,androidx.compose.animation.core.AnimationVector1D> getTypeConverter();
+ property public String label;
property public androidx.compose.animation.core.TwoWayConverter<androidx.compose.ui.unit.Dp,androidx.compose.animation.core.AnimationVector1D> typeConverter;
}
public final class EnterExitTransitionKt {
- method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.EnterTransition expandHorizontally(androidx.compose.ui.Alignment.Horizontal expandFrom = Alignment.End, kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialWidth = { return 0 }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntSize> animSpec = spring(), boolean clip = true);
- method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.EnterTransition expandIn(androidx.compose.ui.Alignment expandFrom = Alignment.BottomEnd, kotlin.jvm.functions.Function1<? super androidx.compose.ui.unit.IntSize,androidx.compose.ui.unit.IntSize> initialSize = { return IntSize(0, 0) }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntSize> animSpec = spring(), boolean clip = true);
- method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.EnterTransition expandVertically(androidx.compose.ui.Alignment.Vertical expandFrom = Alignment.Bottom, kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialHeight = { return 0 }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntSize> animSpec = spring(), boolean clip = true);
+ method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.EnterTransition expandHorizontally(androidx.compose.ui.Alignment.Horizontal expandFrom = androidx.compose.ui.Alignment.Companion.End, kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialWidth = { it -> return 0 }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntSize> animSpec = spring(), boolean clip = true);
+ method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.EnterTransition expandIn(androidx.compose.ui.Alignment expandFrom = androidx.compose.ui.Alignment.Companion.BottomEnd, kotlin.jvm.functions.Function1<? super androidx.compose.ui.unit.IntSize,androidx.compose.ui.unit.IntSize> initialSize = { it -> return IntSize(0, 0) }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntSize> animSpec = spring(), boolean clip = true);
+ method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.EnterTransition expandVertically(androidx.compose.ui.Alignment.Vertical expandFrom = androidx.compose.ui.Alignment.Companion.Bottom, kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialHeight = { it -> return 0 }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntSize> animSpec = spring(), boolean clip = true);
method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.EnterTransition fadeIn(float initialAlpha = 0f, androidx.compose.animation.core.AnimationSpec<java.lang.Float> animSpec = spring());
method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.ExitTransition fadeOut(float targetAlpha = 0f, androidx.compose.animation.core.AnimationSpec<java.lang.Float> animSpec = spring());
- method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.ExitTransition shrinkHorizontally(androidx.compose.ui.Alignment.Horizontal shrinkTowards = Alignment.End, kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> targetWidth = { return 0 }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntSize> animSpec = spring(), boolean clip = true);
- method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.ExitTransition shrinkOut(androidx.compose.ui.Alignment shrinkTowards = Alignment.BottomEnd, kotlin.jvm.functions.Function1<? super androidx.compose.ui.unit.IntSize,androidx.compose.ui.unit.IntSize> targetSize = { return IntSize(0, 0) }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntSize> animSpec = spring(), boolean clip = true);
- method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.ExitTransition shrinkVertically(androidx.compose.ui.Alignment.Vertical shrinkTowards = Alignment.Bottom, kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> targetHeight = { return 0 }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntSize> animSpec = spring(), boolean clip = true);
+ method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.ExitTransition shrinkHorizontally(androidx.compose.ui.Alignment.Horizontal shrinkTowards = androidx.compose.ui.Alignment.Companion.End, kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> targetWidth = { it -> return 0 }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntSize> animSpec = spring(), boolean clip = true);
+ method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.ExitTransition shrinkOut(androidx.compose.ui.Alignment shrinkTowards = androidx.compose.ui.Alignment.Companion.BottomEnd, kotlin.jvm.functions.Function1<? super androidx.compose.ui.unit.IntSize,androidx.compose.ui.unit.IntSize> targetSize = { it -> return IntSize(0, 0) }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntSize> animSpec = spring(), boolean clip = true);
+ method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.ExitTransition shrinkVertically(androidx.compose.ui.Alignment.Vertical shrinkTowards = androidx.compose.ui.Alignment.Companion.Bottom, kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> targetHeight = { it -> return 0 }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntSize> animSpec = spring(), boolean clip = true);
method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.EnterTransition slideIn(kotlin.jvm.functions.Function1<? super androidx.compose.ui.unit.IntSize,androidx.compose.ui.unit.IntOffset> initialOffset, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntOffset> animSpec = spring());
- method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.EnterTransition slideInHorizontally(kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialOffsetX = { return -it / 2 }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntOffset> animSpec = spring());
- method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.EnterTransition slideInVertically(kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialOffsetY = { return -it / 2 }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntOffset> animSpec = spring());
+ method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.EnterTransition slideInHorizontally(kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialOffsetX = { it -> return -it / 2 }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntOffset> animSpec = spring());
+ method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.EnterTransition slideInVertically(kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialOffsetY = { it -> return -it / 2 }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntOffset> animSpec = spring());
method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.ExitTransition slideOut(kotlin.jvm.functions.Function1<? super androidx.compose.ui.unit.IntSize,androidx.compose.ui.unit.IntOffset> targetOffset, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntOffset> animSpec = spring());
- method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.ExitTransition slideOutHorizontally(kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> targetOffsetX = { return -it / 2 }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntOffset> animSpec = spring());
- method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.ExitTransition slideOutVertically(kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> targetOffsetY = { return -it / 2 }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntOffset> animSpec = spring());
+ method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.ExitTransition slideOutHorizontally(kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> targetOffsetX = { it -> return -it / 2 }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntOffset> animSpec = spring());
+ method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.ExitTransition slideOutVertically(kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> targetOffsetY = { it -> return -it / 2 }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntOffset> animSpec = spring());
}
@androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Immutable public abstract sealed class EnterTransition {
@@ -89,7 +91,7 @@
method @androidx.compose.runtime.Stable public final operator androidx.compose.animation.ExitTransition plus(androidx.compose.animation.ExitTransition exit);
}
- @kotlin.RequiresOptIn(message="This is an experimental animation API.") @kotlin.annotation.Target(allowedTargets={AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY}) public @interface ExperimentalAnimationApi {
+ @kotlin.RequiresOptIn(message="This is an experimental animation API.") @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface ExperimentalAnimationApi {
}
public final class LegacyTransitionKt {
@@ -101,6 +103,7 @@
ctor public OffsetPropKey();
method public String getLabel();
method public androidx.compose.animation.core.TwoWayConverter<androidx.compose.ui.geometry.Offset,androidx.compose.animation.core.AnimationVector2D> getTypeConverter();
+ property public String label;
property public androidx.compose.animation.core.TwoWayConverter<androidx.compose.ui.geometry.Offset,androidx.compose.animation.core.AnimationVector2D> typeConverter;
}
@@ -132,6 +135,7 @@
ctor public PxPropKey();
method public String getLabel();
method public androidx.compose.animation.core.TwoWayConverter<java.lang.Float,androidx.compose.animation.core.AnimationVector1D> getTypeConverter();
+ property public String label;
property public androidx.compose.animation.core.TwoWayConverter<java.lang.Float,androidx.compose.animation.core.AnimationVector1D> typeConverter;
}
@@ -140,6 +144,7 @@
ctor public RectPropKey();
method public String getLabel();
method public androidx.compose.animation.core.TwoWayConverter<androidx.compose.ui.geometry.Rect,androidx.compose.animation.core.AnimationVector4D> getTypeConverter();
+ property public String label;
property public androidx.compose.animation.core.TwoWayConverter<androidx.compose.ui.geometry.Rect,androidx.compose.animation.core.AnimationVector4D> typeConverter;
}
diff --git a/compose/animation/animation/api/public_plus_experimental_current.txt b/compose/animation/animation/api/public_plus_experimental_current.txt
index d2ef2a3..60636ae 100644
--- a/compose/animation/animation/api/public_plus_experimental_current.txt
+++ b/compose/animation/animation/api/public_plus_experimental_current.txt
@@ -36,6 +36,7 @@
ctor public ColorPropKey();
method public String getLabel();
method public androidx.compose.animation.core.TwoWayConverter<androidx.compose.ui.graphics.Color,androidx.compose.animation.core.AnimationVector4D> getTypeConverter();
+ property public String label;
property public androidx.compose.animation.core.TwoWayConverter<androidx.compose.ui.graphics.Color,androidx.compose.animation.core.AnimationVector4D> typeConverter;
}
@@ -61,24 +62,25 @@
ctor public DpPropKey();
method public String getLabel();
method public androidx.compose.animation.core.TwoWayConverter<androidx.compose.ui.unit.Dp,androidx.compose.animation.core.AnimationVector1D> getTypeConverter();
+ property public String label;
property public androidx.compose.animation.core.TwoWayConverter<androidx.compose.ui.unit.Dp,androidx.compose.animation.core.AnimationVector1D> typeConverter;
}
public final class EnterExitTransitionKt {
- method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.EnterTransition expandHorizontally(androidx.compose.ui.Alignment.Horizontal expandFrom = Alignment.End, kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialWidth = { return 0 }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntSize> animSpec = spring(), boolean clip = true);
- method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.EnterTransition expandIn(androidx.compose.ui.Alignment expandFrom = Alignment.BottomEnd, kotlin.jvm.functions.Function1<? super androidx.compose.ui.unit.IntSize,androidx.compose.ui.unit.IntSize> initialSize = { return IntSize(0, 0) }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntSize> animSpec = spring(), boolean clip = true);
- method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.EnterTransition expandVertically(androidx.compose.ui.Alignment.Vertical expandFrom = Alignment.Bottom, kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialHeight = { return 0 }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntSize> animSpec = spring(), boolean clip = true);
+ method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.EnterTransition expandHorizontally(androidx.compose.ui.Alignment.Horizontal expandFrom = androidx.compose.ui.Alignment.Companion.End, kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialWidth = { it -> return 0 }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntSize> animSpec = spring(), boolean clip = true);
+ method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.EnterTransition expandIn(androidx.compose.ui.Alignment expandFrom = androidx.compose.ui.Alignment.Companion.BottomEnd, kotlin.jvm.functions.Function1<? super androidx.compose.ui.unit.IntSize,androidx.compose.ui.unit.IntSize> initialSize = { it -> return IntSize(0, 0) }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntSize> animSpec = spring(), boolean clip = true);
+ method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.EnterTransition expandVertically(androidx.compose.ui.Alignment.Vertical expandFrom = androidx.compose.ui.Alignment.Companion.Bottom, kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialHeight = { it -> return 0 }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntSize> animSpec = spring(), boolean clip = true);
method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.EnterTransition fadeIn(float initialAlpha = 0f, androidx.compose.animation.core.AnimationSpec<java.lang.Float> animSpec = spring());
method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.ExitTransition fadeOut(float targetAlpha = 0f, androidx.compose.animation.core.AnimationSpec<java.lang.Float> animSpec = spring());
- method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.ExitTransition shrinkHorizontally(androidx.compose.ui.Alignment.Horizontal shrinkTowards = Alignment.End, kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> targetWidth = { return 0 }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntSize> animSpec = spring(), boolean clip = true);
- method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.ExitTransition shrinkOut(androidx.compose.ui.Alignment shrinkTowards = Alignment.BottomEnd, kotlin.jvm.functions.Function1<? super androidx.compose.ui.unit.IntSize,androidx.compose.ui.unit.IntSize> targetSize = { return IntSize(0, 0) }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntSize> animSpec = spring(), boolean clip = true);
- method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.ExitTransition shrinkVertically(androidx.compose.ui.Alignment.Vertical shrinkTowards = Alignment.Bottom, kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> targetHeight = { return 0 }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntSize> animSpec = spring(), boolean clip = true);
+ method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.ExitTransition shrinkHorizontally(androidx.compose.ui.Alignment.Horizontal shrinkTowards = androidx.compose.ui.Alignment.Companion.End, kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> targetWidth = { it -> return 0 }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntSize> animSpec = spring(), boolean clip = true);
+ method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.ExitTransition shrinkOut(androidx.compose.ui.Alignment shrinkTowards = androidx.compose.ui.Alignment.Companion.BottomEnd, kotlin.jvm.functions.Function1<? super androidx.compose.ui.unit.IntSize,androidx.compose.ui.unit.IntSize> targetSize = { it -> return IntSize(0, 0) }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntSize> animSpec = spring(), boolean clip = true);
+ method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.ExitTransition shrinkVertically(androidx.compose.ui.Alignment.Vertical shrinkTowards = androidx.compose.ui.Alignment.Companion.Bottom, kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> targetHeight = { it -> return 0 }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntSize> animSpec = spring(), boolean clip = true);
method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.EnterTransition slideIn(kotlin.jvm.functions.Function1<? super androidx.compose.ui.unit.IntSize,androidx.compose.ui.unit.IntOffset> initialOffset, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntOffset> animSpec = spring());
- method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.EnterTransition slideInHorizontally(kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialOffsetX = { return -it / 2 }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntOffset> animSpec = spring());
- method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.EnterTransition slideInVertically(kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialOffsetY = { return -it / 2 }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntOffset> animSpec = spring());
+ method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.EnterTransition slideInHorizontally(kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialOffsetX = { it -> return -it / 2 }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntOffset> animSpec = spring());
+ method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.EnterTransition slideInVertically(kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialOffsetY = { it -> return -it / 2 }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntOffset> animSpec = spring());
method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.ExitTransition slideOut(kotlin.jvm.functions.Function1<? super androidx.compose.ui.unit.IntSize,androidx.compose.ui.unit.IntOffset> targetOffset, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntOffset> animSpec = spring());
- method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.ExitTransition slideOutHorizontally(kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> targetOffsetX = { return -it / 2 }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntOffset> animSpec = spring());
- method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.ExitTransition slideOutVertically(kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> targetOffsetY = { return -it / 2 }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntOffset> animSpec = spring());
+ method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.ExitTransition slideOutHorizontally(kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> targetOffsetX = { it -> return -it / 2 }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntOffset> animSpec = spring());
+ method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.ExitTransition slideOutVertically(kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> targetOffsetY = { it -> return -it / 2 }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntOffset> animSpec = spring());
}
@androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Immutable public abstract sealed class EnterTransition {
@@ -89,7 +91,7 @@
method @androidx.compose.runtime.Stable public final operator androidx.compose.animation.ExitTransition plus(androidx.compose.animation.ExitTransition exit);
}
- @kotlin.RequiresOptIn(message="This is an experimental animation API.") @kotlin.annotation.Target(allowedTargets={AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY}) public @interface ExperimentalAnimationApi {
+ @kotlin.RequiresOptIn(message="This is an experimental animation API.") @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface ExperimentalAnimationApi {
}
public final class LegacyTransitionKt {
@@ -101,6 +103,7 @@
ctor public OffsetPropKey();
method public String getLabel();
method public androidx.compose.animation.core.TwoWayConverter<androidx.compose.ui.geometry.Offset,androidx.compose.animation.core.AnimationVector2D> getTypeConverter();
+ property public String label;
property public androidx.compose.animation.core.TwoWayConverter<androidx.compose.ui.geometry.Offset,androidx.compose.animation.core.AnimationVector2D> typeConverter;
}
@@ -132,6 +135,7 @@
ctor public PxPropKey();
method public String getLabel();
method public androidx.compose.animation.core.TwoWayConverter<java.lang.Float,androidx.compose.animation.core.AnimationVector1D> getTypeConverter();
+ property public String label;
property public androidx.compose.animation.core.TwoWayConverter<java.lang.Float,androidx.compose.animation.core.AnimationVector1D> typeConverter;
}
@@ -140,6 +144,7 @@
ctor public RectPropKey();
method public String getLabel();
method public androidx.compose.animation.core.TwoWayConverter<androidx.compose.ui.geometry.Rect,androidx.compose.animation.core.AnimationVector4D> getTypeConverter();
+ property public String label;
property public androidx.compose.animation.core.TwoWayConverter<androidx.compose.ui.geometry.Rect,androidx.compose.animation.core.AnimationVector4D> typeConverter;
}
diff --git a/compose/animation/animation/api/restricted_current.txt b/compose/animation/animation/api/restricted_current.txt
index d2ef2a3..60636ae 100644
--- a/compose/animation/animation/api/restricted_current.txt
+++ b/compose/animation/animation/api/restricted_current.txt
@@ -36,6 +36,7 @@
ctor public ColorPropKey();
method public String getLabel();
method public androidx.compose.animation.core.TwoWayConverter<androidx.compose.ui.graphics.Color,androidx.compose.animation.core.AnimationVector4D> getTypeConverter();
+ property public String label;
property public androidx.compose.animation.core.TwoWayConverter<androidx.compose.ui.graphics.Color,androidx.compose.animation.core.AnimationVector4D> typeConverter;
}
@@ -61,24 +62,25 @@
ctor public DpPropKey();
method public String getLabel();
method public androidx.compose.animation.core.TwoWayConverter<androidx.compose.ui.unit.Dp,androidx.compose.animation.core.AnimationVector1D> getTypeConverter();
+ property public String label;
property public androidx.compose.animation.core.TwoWayConverter<androidx.compose.ui.unit.Dp,androidx.compose.animation.core.AnimationVector1D> typeConverter;
}
public final class EnterExitTransitionKt {
- method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.EnterTransition expandHorizontally(androidx.compose.ui.Alignment.Horizontal expandFrom = Alignment.End, kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialWidth = { return 0 }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntSize> animSpec = spring(), boolean clip = true);
- method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.EnterTransition expandIn(androidx.compose.ui.Alignment expandFrom = Alignment.BottomEnd, kotlin.jvm.functions.Function1<? super androidx.compose.ui.unit.IntSize,androidx.compose.ui.unit.IntSize> initialSize = { return IntSize(0, 0) }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntSize> animSpec = spring(), boolean clip = true);
- method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.EnterTransition expandVertically(androidx.compose.ui.Alignment.Vertical expandFrom = Alignment.Bottom, kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialHeight = { return 0 }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntSize> animSpec = spring(), boolean clip = true);
+ method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.EnterTransition expandHorizontally(androidx.compose.ui.Alignment.Horizontal expandFrom = androidx.compose.ui.Alignment.Companion.End, kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialWidth = { it -> return 0 }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntSize> animSpec = spring(), boolean clip = true);
+ method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.EnterTransition expandIn(androidx.compose.ui.Alignment expandFrom = androidx.compose.ui.Alignment.Companion.BottomEnd, kotlin.jvm.functions.Function1<? super androidx.compose.ui.unit.IntSize,androidx.compose.ui.unit.IntSize> initialSize = { it -> return IntSize(0, 0) }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntSize> animSpec = spring(), boolean clip = true);
+ method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.EnterTransition expandVertically(androidx.compose.ui.Alignment.Vertical expandFrom = androidx.compose.ui.Alignment.Companion.Bottom, kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialHeight = { it -> return 0 }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntSize> animSpec = spring(), boolean clip = true);
method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.EnterTransition fadeIn(float initialAlpha = 0f, androidx.compose.animation.core.AnimationSpec<java.lang.Float> animSpec = spring());
method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.ExitTransition fadeOut(float targetAlpha = 0f, androidx.compose.animation.core.AnimationSpec<java.lang.Float> animSpec = spring());
- method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.ExitTransition shrinkHorizontally(androidx.compose.ui.Alignment.Horizontal shrinkTowards = Alignment.End, kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> targetWidth = { return 0 }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntSize> animSpec = spring(), boolean clip = true);
- method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.ExitTransition shrinkOut(androidx.compose.ui.Alignment shrinkTowards = Alignment.BottomEnd, kotlin.jvm.functions.Function1<? super androidx.compose.ui.unit.IntSize,androidx.compose.ui.unit.IntSize> targetSize = { return IntSize(0, 0) }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntSize> animSpec = spring(), boolean clip = true);
- method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.ExitTransition shrinkVertically(androidx.compose.ui.Alignment.Vertical shrinkTowards = Alignment.Bottom, kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> targetHeight = { return 0 }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntSize> animSpec = spring(), boolean clip = true);
+ method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.ExitTransition shrinkHorizontally(androidx.compose.ui.Alignment.Horizontal shrinkTowards = androidx.compose.ui.Alignment.Companion.End, kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> targetWidth = { it -> return 0 }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntSize> animSpec = spring(), boolean clip = true);
+ method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.ExitTransition shrinkOut(androidx.compose.ui.Alignment shrinkTowards = androidx.compose.ui.Alignment.Companion.BottomEnd, kotlin.jvm.functions.Function1<? super androidx.compose.ui.unit.IntSize,androidx.compose.ui.unit.IntSize> targetSize = { it -> return IntSize(0, 0) }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntSize> animSpec = spring(), boolean clip = true);
+ method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.ExitTransition shrinkVertically(androidx.compose.ui.Alignment.Vertical shrinkTowards = androidx.compose.ui.Alignment.Companion.Bottom, kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> targetHeight = { it -> return 0 }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntSize> animSpec = spring(), boolean clip = true);
method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.EnterTransition slideIn(kotlin.jvm.functions.Function1<? super androidx.compose.ui.unit.IntSize,androidx.compose.ui.unit.IntOffset> initialOffset, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntOffset> animSpec = spring());
- method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.EnterTransition slideInHorizontally(kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialOffsetX = { return -it / 2 }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntOffset> animSpec = spring());
- method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.EnterTransition slideInVertically(kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialOffsetY = { return -it / 2 }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntOffset> animSpec = spring());
+ method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.EnterTransition slideInHorizontally(kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialOffsetX = { it -> return -it / 2 }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntOffset> animSpec = spring());
+ method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.EnterTransition slideInVertically(kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> initialOffsetY = { it -> return -it / 2 }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntOffset> animSpec = spring());
method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.ExitTransition slideOut(kotlin.jvm.functions.Function1<? super androidx.compose.ui.unit.IntSize,androidx.compose.ui.unit.IntOffset> targetOffset, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntOffset> animSpec = spring());
- method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.ExitTransition slideOutHorizontally(kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> targetOffsetX = { return -it / 2 }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntOffset> animSpec = spring());
- method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.ExitTransition slideOutVertically(kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> targetOffsetY = { return -it / 2 }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntOffset> animSpec = spring());
+ method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.ExitTransition slideOutHorizontally(kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> targetOffsetX = { it -> return -it / 2 }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntOffset> animSpec = spring());
+ method @androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Stable public static androidx.compose.animation.ExitTransition slideOutVertically(kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Integer> targetOffsetY = { it -> return -it / 2 }, androidx.compose.animation.core.AnimationSpec<androidx.compose.ui.unit.IntOffset> animSpec = spring());
}
@androidx.compose.animation.ExperimentalAnimationApi @androidx.compose.runtime.Immutable public abstract sealed class EnterTransition {
@@ -89,7 +91,7 @@
method @androidx.compose.runtime.Stable public final operator androidx.compose.animation.ExitTransition plus(androidx.compose.animation.ExitTransition exit);
}
- @kotlin.RequiresOptIn(message="This is an experimental animation API.") @kotlin.annotation.Target(allowedTargets={AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY}) public @interface ExperimentalAnimationApi {
+ @kotlin.RequiresOptIn(message="This is an experimental animation API.") @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface ExperimentalAnimationApi {
}
public final class LegacyTransitionKt {
@@ -101,6 +103,7 @@
ctor public OffsetPropKey();
method public String getLabel();
method public androidx.compose.animation.core.TwoWayConverter<androidx.compose.ui.geometry.Offset,androidx.compose.animation.core.AnimationVector2D> getTypeConverter();
+ property public String label;
property public androidx.compose.animation.core.TwoWayConverter<androidx.compose.ui.geometry.Offset,androidx.compose.animation.core.AnimationVector2D> typeConverter;
}
@@ -132,6 +135,7 @@
ctor public PxPropKey();
method public String getLabel();
method public androidx.compose.animation.core.TwoWayConverter<java.lang.Float,androidx.compose.animation.core.AnimationVector1D> getTypeConverter();
+ property public String label;
property public androidx.compose.animation.core.TwoWayConverter<java.lang.Float,androidx.compose.animation.core.AnimationVector1D> typeConverter;
}
@@ -140,6 +144,7 @@
ctor public RectPropKey();
method public String getLabel();
method public androidx.compose.animation.core.TwoWayConverter<androidx.compose.ui.geometry.Rect,androidx.compose.animation.core.AnimationVector4D> getTypeConverter();
+ property public String label;
property public androidx.compose.animation.core.TwoWayConverter<androidx.compose.ui.geometry.Rect,androidx.compose.animation.core.AnimationVector4D> typeConverter;
}
diff --git a/compose/foundation/foundation-layout/api/api_lint.ignore b/compose/foundation/foundation-layout/api/api_lint.ignore
index 4b72fc5..24317cc 100644
--- a/compose/foundation/foundation-layout/api/api_lint.ignore
+++ b/compose/foundation/foundation-layout/api/api_lint.ignore
@@ -19,5 +19,3 @@
MutableBareField: androidx.compose.foundation.layout.State#layoutDirection:
Bare field layoutDirection must be marked final, or moved behind accessors if mutable
-MutableBareField: androidx.compose.foundation.layout.State#rootIncomingConstraints:
- Bare field rootIncomingConstraints must be marked final, or moved behind accessors if mutable
diff --git a/compose/foundation/foundation-layout/api/current.txt b/compose/foundation/foundation-layout/api/current.txt
index 1fe61aa..01263abb 100644
--- a/compose/foundation/foundation-layout/api/current.txt
+++ b/compose/foundation/foundation-layout/api/current.txt
@@ -52,7 +52,7 @@
@androidx.compose.foundation.layout.InternalLayoutApi public static interface Arrangement.Horizontal {
method public void arrange(int totalSize, int[] size, androidx.compose.ui.unit.LayoutDirection layoutDirection, androidx.compose.ui.unit.Density density, int[] outPosition);
- method public default float getSpacing();
+ method public default float getSpacing-D9Ej5fM();
property public default float spacing;
}
@@ -62,14 +62,14 @@
@androidx.compose.foundation.layout.InternalLayoutApi public static interface Arrangement.Vertical {
method public void arrange(int totalSize, int[] size, androidx.compose.ui.unit.Density density, int[] outPosition);
- method public default float getSpacing();
+ method public default float getSpacing-D9Ej5fM();
property public default float spacing;
}
public final class BoxKt {
- method @androidx.compose.runtime.Composable public static void Box(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.Alignment alignment = Alignment.TopStart, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit> children);
+ method @androidx.compose.runtime.Composable public static void Box(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.Alignment alignment = androidx.compose.ui.Alignment.Companion.TopStart, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit> children);
method @androidx.compose.runtime.Composable public static void Box(androidx.compose.ui.Modifier modifier);
- method @Deprecated @androidx.compose.runtime.Composable public static void Stack(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.Alignment alignment = Alignment.TopStart, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit> children);
+ method @Deprecated @androidx.compose.runtime.Composable public static void Stack(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.Alignment alignment = androidx.compose.ui.Alignment.Companion.TopStart, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit> children);
}
@androidx.compose.foundation.layout.LayoutScopeMarker @androidx.compose.runtime.Immutable public interface BoxScope {
@@ -97,7 +97,7 @@
}
public final class ColumnKt {
- method @androidx.compose.runtime.Composable public static inline void Column(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.layout.Arrangement.Vertical verticalArrangement = Arrangement.Top, androidx.compose.ui.Alignment.Horizontal horizontalAlignment = Alignment.Start, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ColumnScope,kotlin.Unit> children);
+ method @androidx.compose.runtime.Composable public static inline void Column(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.layout.Arrangement.Vertical verticalArrangement = Arrangement.Top, androidx.compose.ui.Alignment.Horizontal horizontalAlignment = androidx.compose.ui.Alignment.Companion.Start, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ColumnScope,kotlin.Unit> children);
}
@androidx.compose.foundation.layout.LayoutScopeMarker @androidx.compose.runtime.Immutable public interface ColumnScope {
@@ -172,6 +172,7 @@
property public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.BaselineAnchor baseline;
property public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.HorizontalAnchor bottom;
property public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor end;
+ property public final Object id;
property public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor start;
property public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.HorizontalAnchor top;
}
@@ -290,15 +291,19 @@
}
@Deprecated @androidx.compose.runtime.Immutable public final class DpConstraints {
- method @Deprecated public float component1();
- method @Deprecated public float component2();
- method @Deprecated public float component3();
- method @Deprecated public float component4();
+ method @Deprecated public float component1-D9Ej5fM();
+ method @Deprecated public float component2-D9Ej5fM();
+ method @Deprecated public float component3-D9Ej5fM();
+ method @Deprecated public float component4-D9Ej5fM();
method @Deprecated @androidx.compose.runtime.Immutable public androidx.compose.foundation.layout.DpConstraints copy-ZmiikuI(float minWidth, float maxWidth, float minHeight, float maxHeight);
- method @Deprecated public float getMaxHeight();
- method @Deprecated public float getMaxWidth();
- method @Deprecated public float getMinHeight();
- method @Deprecated public float getMinWidth();
+ method @Deprecated public float getMaxHeight-D9Ej5fM();
+ method @Deprecated public float getMaxWidth-D9Ej5fM();
+ method @Deprecated public float getMinHeight-D9Ej5fM();
+ method @Deprecated public float getMinWidth-D9Ej5fM();
+ property public final float maxHeight;
+ property public final float maxWidth;
+ property public final float minHeight;
+ property public final float minWidth;
field @Deprecated public static final androidx.compose.foundation.layout.DpConstraints.Companion Companion;
}
@@ -325,8 +330,6 @@
}
public enum FlowCrossAxisAlignment {
- method public static androidx.compose.foundation.layout.FlowCrossAxisAlignment valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.foundation.layout.FlowCrossAxisAlignment[] values();
enum_constant public static final androidx.compose.foundation.layout.FlowCrossAxisAlignment Center;
enum_constant public static final androidx.compose.foundation.layout.FlowCrossAxisAlignment End;
enum_constant public static final androidx.compose.foundation.layout.FlowCrossAxisAlignment Start;
@@ -350,8 +353,6 @@
}
public enum IntrinsicSize {
- method public static androidx.compose.foundation.layout.IntrinsicSize valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.foundation.layout.IntrinsicSize[] values();
enum_constant public static final androidx.compose.foundation.layout.IntrinsicSize Max;
enum_constant public static final androidx.compose.foundation.layout.IntrinsicSize Min;
}
@@ -399,14 +400,12 @@
method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier sizeIn-w2-DAAU(androidx.compose.ui.Modifier, float minWidth = Dp.Unspecified, float minHeight = Dp.Unspecified, float maxWidth = Dp.Unspecified, float maxHeight = Dp.Unspecified);
method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier width-wxomhCo(androidx.compose.ui.Modifier, float width);
method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier widthIn-S2lCeAQ(androidx.compose.ui.Modifier, float min = Dp.Unspecified, float max = Dp.Unspecified);
- method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier wrapContentHeight(androidx.compose.ui.Modifier, androidx.compose.ui.Alignment.Vertical align = Alignment.CenterVertically, boolean unbounded = false);
- method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier wrapContentSize(androidx.compose.ui.Modifier, androidx.compose.ui.Alignment align = Alignment.Center, boolean unbounded = false);
- method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier wrapContentWidth(androidx.compose.ui.Modifier, androidx.compose.ui.Alignment.Horizontal align = Alignment.CenterHorizontally, boolean unbounded = false);
+ method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier wrapContentHeight(androidx.compose.ui.Modifier, androidx.compose.ui.Alignment.Vertical align = androidx.compose.ui.Alignment.Companion.CenterVertically, boolean unbounded = false);
+ method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier wrapContentSize(androidx.compose.ui.Modifier, androidx.compose.ui.Alignment align = androidx.compose.ui.Alignment.Companion.Center, boolean unbounded = false);
+ method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier wrapContentWidth(androidx.compose.ui.Modifier, androidx.compose.ui.Alignment.Horizontal align = androidx.compose.ui.Alignment.Companion.CenterHorizontally, boolean unbounded = false);
}
public enum MainAxisAlignment {
- method public static androidx.compose.foundation.layout.MainAxisAlignment valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.foundation.layout.MainAxisAlignment[] values();
enum_constant public static final androidx.compose.foundation.layout.MainAxisAlignment Center;
enum_constant public static final androidx.compose.foundation.layout.MainAxisAlignment End;
enum_constant public static final androidx.compose.foundation.layout.MainAxisAlignment SpaceAround;
@@ -416,22 +415,26 @@
}
@androidx.compose.runtime.Immutable public final class PaddingValues {
- method public float component1();
- method public float component2();
- method public float component3();
- method public float component4();
+ method public float component1-D9Ej5fM();
+ method public float component2-D9Ej5fM();
+ method public float component3-D9Ej5fM();
+ method public float component4-D9Ej5fM();
method @androidx.compose.runtime.Immutable public androidx.compose.foundation.layout.PaddingValues copy-ZmiikuI(float start, float top, float end, float bottom);
- method public float getBottom();
- method public float getEnd();
- method public float getStart();
- method public float getTop();
+ method public float getBottom-D9Ej5fM();
+ method public float getEnd-D9Ej5fM();
+ method public float getStart-D9Ej5fM();
+ method public float getTop-D9Ej5fM();
+ property public final float bottom;
+ property public final float end;
+ property public final float start;
+ property public final float top;
}
public final class RowColumnImplKt {
}
public final class RowKt {
- method @androidx.compose.runtime.Composable public static inline void Row(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.layout.Arrangement.Horizontal horizontalArrangement = Arrangement.Start, androidx.compose.ui.Alignment.Vertical verticalAlignment = Alignment.Top, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> children);
+ method @androidx.compose.runtime.Composable public static inline void Row(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.layout.Arrangement.Horizontal horizontalArrangement = Arrangement.Start, androidx.compose.ui.Alignment.Vertical verticalAlignment = androidx.compose.ui.Alignment.Companion.Top, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> children);
}
@androidx.compose.foundation.layout.LayoutScopeMarker @androidx.compose.runtime.Immutable public interface RowScope {
@@ -447,8 +450,6 @@
}
public enum SizeMode {
- method public static androidx.compose.foundation.layout.SizeMode valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.foundation.layout.SizeMode[] values();
enum_constant public static final androidx.compose.foundation.layout.SizeMode Expand;
enum_constant public static final androidx.compose.foundation.layout.SizeMode Wrap;
}
@@ -461,9 +462,10 @@
ctor public State(androidx.compose.ui.unit.Density density);
method public androidx.compose.ui.unit.Density getDensity();
method public androidx.compose.ui.unit.LayoutDirection getLayoutDirection();
- method public long getRootIncomingConstraints();
+ method public long getRootIncomingConstraints-msEJaDk();
method public void setLayoutDirection(androidx.compose.ui.unit.LayoutDirection p);
method public void setRootIncomingConstraints-BRTryo0(long p);
+ property public final androidx.compose.ui.unit.Density density;
property public final androidx.compose.ui.unit.LayoutDirection layoutDirection;
property public final long rootIncomingConstraints;
field public androidx.compose.ui.unit.LayoutDirection layoutDirection;
diff --git a/compose/foundation/foundation-layout/api/public_plus_experimental_current.txt b/compose/foundation/foundation-layout/api/public_plus_experimental_current.txt
index 1fe61aa..01263abb 100644
--- a/compose/foundation/foundation-layout/api/public_plus_experimental_current.txt
+++ b/compose/foundation/foundation-layout/api/public_plus_experimental_current.txt
@@ -52,7 +52,7 @@
@androidx.compose.foundation.layout.InternalLayoutApi public static interface Arrangement.Horizontal {
method public void arrange(int totalSize, int[] size, androidx.compose.ui.unit.LayoutDirection layoutDirection, androidx.compose.ui.unit.Density density, int[] outPosition);
- method public default float getSpacing();
+ method public default float getSpacing-D9Ej5fM();
property public default float spacing;
}
@@ -62,14 +62,14 @@
@androidx.compose.foundation.layout.InternalLayoutApi public static interface Arrangement.Vertical {
method public void arrange(int totalSize, int[] size, androidx.compose.ui.unit.Density density, int[] outPosition);
- method public default float getSpacing();
+ method public default float getSpacing-D9Ej5fM();
property public default float spacing;
}
public final class BoxKt {
- method @androidx.compose.runtime.Composable public static void Box(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.Alignment alignment = Alignment.TopStart, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit> children);
+ method @androidx.compose.runtime.Composable public static void Box(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.Alignment alignment = androidx.compose.ui.Alignment.Companion.TopStart, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit> children);
method @androidx.compose.runtime.Composable public static void Box(androidx.compose.ui.Modifier modifier);
- method @Deprecated @androidx.compose.runtime.Composable public static void Stack(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.Alignment alignment = Alignment.TopStart, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit> children);
+ method @Deprecated @androidx.compose.runtime.Composable public static void Stack(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.Alignment alignment = androidx.compose.ui.Alignment.Companion.TopStart, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit> children);
}
@androidx.compose.foundation.layout.LayoutScopeMarker @androidx.compose.runtime.Immutable public interface BoxScope {
@@ -97,7 +97,7 @@
}
public final class ColumnKt {
- method @androidx.compose.runtime.Composable public static inline void Column(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.layout.Arrangement.Vertical verticalArrangement = Arrangement.Top, androidx.compose.ui.Alignment.Horizontal horizontalAlignment = Alignment.Start, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ColumnScope,kotlin.Unit> children);
+ method @androidx.compose.runtime.Composable public static inline void Column(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.layout.Arrangement.Vertical verticalArrangement = Arrangement.Top, androidx.compose.ui.Alignment.Horizontal horizontalAlignment = androidx.compose.ui.Alignment.Companion.Start, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ColumnScope,kotlin.Unit> children);
}
@androidx.compose.foundation.layout.LayoutScopeMarker @androidx.compose.runtime.Immutable public interface ColumnScope {
@@ -172,6 +172,7 @@
property public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.BaselineAnchor baseline;
property public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.HorizontalAnchor bottom;
property public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor end;
+ property public final Object id;
property public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor start;
property public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.HorizontalAnchor top;
}
@@ -290,15 +291,19 @@
}
@Deprecated @androidx.compose.runtime.Immutable public final class DpConstraints {
- method @Deprecated public float component1();
- method @Deprecated public float component2();
- method @Deprecated public float component3();
- method @Deprecated public float component4();
+ method @Deprecated public float component1-D9Ej5fM();
+ method @Deprecated public float component2-D9Ej5fM();
+ method @Deprecated public float component3-D9Ej5fM();
+ method @Deprecated public float component4-D9Ej5fM();
method @Deprecated @androidx.compose.runtime.Immutable public androidx.compose.foundation.layout.DpConstraints copy-ZmiikuI(float minWidth, float maxWidth, float minHeight, float maxHeight);
- method @Deprecated public float getMaxHeight();
- method @Deprecated public float getMaxWidth();
- method @Deprecated public float getMinHeight();
- method @Deprecated public float getMinWidth();
+ method @Deprecated public float getMaxHeight-D9Ej5fM();
+ method @Deprecated public float getMaxWidth-D9Ej5fM();
+ method @Deprecated public float getMinHeight-D9Ej5fM();
+ method @Deprecated public float getMinWidth-D9Ej5fM();
+ property public final float maxHeight;
+ property public final float maxWidth;
+ property public final float minHeight;
+ property public final float minWidth;
field @Deprecated public static final androidx.compose.foundation.layout.DpConstraints.Companion Companion;
}
@@ -325,8 +330,6 @@
}
public enum FlowCrossAxisAlignment {
- method public static androidx.compose.foundation.layout.FlowCrossAxisAlignment valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.foundation.layout.FlowCrossAxisAlignment[] values();
enum_constant public static final androidx.compose.foundation.layout.FlowCrossAxisAlignment Center;
enum_constant public static final androidx.compose.foundation.layout.FlowCrossAxisAlignment End;
enum_constant public static final androidx.compose.foundation.layout.FlowCrossAxisAlignment Start;
@@ -350,8 +353,6 @@
}
public enum IntrinsicSize {
- method public static androidx.compose.foundation.layout.IntrinsicSize valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.foundation.layout.IntrinsicSize[] values();
enum_constant public static final androidx.compose.foundation.layout.IntrinsicSize Max;
enum_constant public static final androidx.compose.foundation.layout.IntrinsicSize Min;
}
@@ -399,14 +400,12 @@
method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier sizeIn-w2-DAAU(androidx.compose.ui.Modifier, float minWidth = Dp.Unspecified, float minHeight = Dp.Unspecified, float maxWidth = Dp.Unspecified, float maxHeight = Dp.Unspecified);
method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier width-wxomhCo(androidx.compose.ui.Modifier, float width);
method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier widthIn-S2lCeAQ(androidx.compose.ui.Modifier, float min = Dp.Unspecified, float max = Dp.Unspecified);
- method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier wrapContentHeight(androidx.compose.ui.Modifier, androidx.compose.ui.Alignment.Vertical align = Alignment.CenterVertically, boolean unbounded = false);
- method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier wrapContentSize(androidx.compose.ui.Modifier, androidx.compose.ui.Alignment align = Alignment.Center, boolean unbounded = false);
- method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier wrapContentWidth(androidx.compose.ui.Modifier, androidx.compose.ui.Alignment.Horizontal align = Alignment.CenterHorizontally, boolean unbounded = false);
+ method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier wrapContentHeight(androidx.compose.ui.Modifier, androidx.compose.ui.Alignment.Vertical align = androidx.compose.ui.Alignment.Companion.CenterVertically, boolean unbounded = false);
+ method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier wrapContentSize(androidx.compose.ui.Modifier, androidx.compose.ui.Alignment align = androidx.compose.ui.Alignment.Companion.Center, boolean unbounded = false);
+ method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier wrapContentWidth(androidx.compose.ui.Modifier, androidx.compose.ui.Alignment.Horizontal align = androidx.compose.ui.Alignment.Companion.CenterHorizontally, boolean unbounded = false);
}
public enum MainAxisAlignment {
- method public static androidx.compose.foundation.layout.MainAxisAlignment valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.foundation.layout.MainAxisAlignment[] values();
enum_constant public static final androidx.compose.foundation.layout.MainAxisAlignment Center;
enum_constant public static final androidx.compose.foundation.layout.MainAxisAlignment End;
enum_constant public static final androidx.compose.foundation.layout.MainAxisAlignment SpaceAround;
@@ -416,22 +415,26 @@
}
@androidx.compose.runtime.Immutable public final class PaddingValues {
- method public float component1();
- method public float component2();
- method public float component3();
- method public float component4();
+ method public float component1-D9Ej5fM();
+ method public float component2-D9Ej5fM();
+ method public float component3-D9Ej5fM();
+ method public float component4-D9Ej5fM();
method @androidx.compose.runtime.Immutable public androidx.compose.foundation.layout.PaddingValues copy-ZmiikuI(float start, float top, float end, float bottom);
- method public float getBottom();
- method public float getEnd();
- method public float getStart();
- method public float getTop();
+ method public float getBottom-D9Ej5fM();
+ method public float getEnd-D9Ej5fM();
+ method public float getStart-D9Ej5fM();
+ method public float getTop-D9Ej5fM();
+ property public final float bottom;
+ property public final float end;
+ property public final float start;
+ property public final float top;
}
public final class RowColumnImplKt {
}
public final class RowKt {
- method @androidx.compose.runtime.Composable public static inline void Row(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.layout.Arrangement.Horizontal horizontalArrangement = Arrangement.Start, androidx.compose.ui.Alignment.Vertical verticalAlignment = Alignment.Top, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> children);
+ method @androidx.compose.runtime.Composable public static inline void Row(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.layout.Arrangement.Horizontal horizontalArrangement = Arrangement.Start, androidx.compose.ui.Alignment.Vertical verticalAlignment = androidx.compose.ui.Alignment.Companion.Top, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> children);
}
@androidx.compose.foundation.layout.LayoutScopeMarker @androidx.compose.runtime.Immutable public interface RowScope {
@@ -447,8 +450,6 @@
}
public enum SizeMode {
- method public static androidx.compose.foundation.layout.SizeMode valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.foundation.layout.SizeMode[] values();
enum_constant public static final androidx.compose.foundation.layout.SizeMode Expand;
enum_constant public static final androidx.compose.foundation.layout.SizeMode Wrap;
}
@@ -461,9 +462,10 @@
ctor public State(androidx.compose.ui.unit.Density density);
method public androidx.compose.ui.unit.Density getDensity();
method public androidx.compose.ui.unit.LayoutDirection getLayoutDirection();
- method public long getRootIncomingConstraints();
+ method public long getRootIncomingConstraints-msEJaDk();
method public void setLayoutDirection(androidx.compose.ui.unit.LayoutDirection p);
method public void setRootIncomingConstraints-BRTryo0(long p);
+ property public final androidx.compose.ui.unit.Density density;
property public final androidx.compose.ui.unit.LayoutDirection layoutDirection;
property public final long rootIncomingConstraints;
field public androidx.compose.ui.unit.LayoutDirection layoutDirection;
diff --git a/compose/foundation/foundation-layout/api/restricted_current.txt b/compose/foundation/foundation-layout/api/restricted_current.txt
index f9ab6a4..1ab87c7 100644
--- a/compose/foundation/foundation-layout/api/restricted_current.txt
+++ b/compose/foundation/foundation-layout/api/restricted_current.txt
@@ -52,7 +52,7 @@
@androidx.compose.foundation.layout.InternalLayoutApi public static interface Arrangement.Horizontal {
method public void arrange(int totalSize, int[] size, androidx.compose.ui.unit.LayoutDirection layoutDirection, androidx.compose.ui.unit.Density density, int[] outPosition);
- method public default float getSpacing();
+ method public default float getSpacing-D9Ej5fM();
property public default float spacing;
}
@@ -62,14 +62,14 @@
@androidx.compose.foundation.layout.InternalLayoutApi public static interface Arrangement.Vertical {
method public void arrange(int totalSize, int[] size, androidx.compose.ui.unit.Density density, int[] outPosition);
- method public default float getSpacing();
+ method public default float getSpacing-D9Ej5fM();
property public default float spacing;
}
public final class BoxKt {
- method @androidx.compose.runtime.Composable public static void Box(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.Alignment alignment = Alignment.TopStart, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit> children);
+ method @androidx.compose.runtime.Composable public static void Box(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.Alignment alignment = androidx.compose.ui.Alignment.Companion.TopStart, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit> children);
method @androidx.compose.runtime.Composable public static void Box(androidx.compose.ui.Modifier modifier);
- method @Deprecated @androidx.compose.runtime.Composable public static void Stack(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.Alignment alignment = Alignment.TopStart, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit> children);
+ method @Deprecated @androidx.compose.runtime.Composable public static void Stack(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.Alignment alignment = androidx.compose.ui.Alignment.Companion.TopStart, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit> children);
}
@androidx.compose.foundation.layout.LayoutScopeMarker @androidx.compose.runtime.Immutable public interface BoxScope {
@@ -97,7 +97,7 @@
}
public final class ColumnKt {
- method @androidx.compose.runtime.Composable public static inline void Column(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.layout.Arrangement.Vertical verticalArrangement = Arrangement.Top, androidx.compose.ui.Alignment.Horizontal horizontalAlignment = Alignment.Start, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ColumnScope,kotlin.Unit> children);
+ method @androidx.compose.runtime.Composable public static inline void Column(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.layout.Arrangement.Vertical verticalArrangement = Arrangement.Top, androidx.compose.ui.Alignment.Horizontal horizontalAlignment = androidx.compose.ui.Alignment.Companion.Start, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ColumnScope,kotlin.Unit> children);
method @androidx.compose.runtime.Composable @kotlin.PublishedApi internal static androidx.compose.ui.node.LayoutNode.MeasureBlocks columnMeasureBlocks(androidx.compose.foundation.layout.Arrangement.Vertical verticalArrangement, androidx.compose.ui.Alignment.Horizontal horizontalAlignment);
field @kotlin.PublishedApi internal static final androidx.compose.ui.node.LayoutNode.MeasureBlocks DefaultColumnMeasureBlocks;
}
@@ -174,6 +174,7 @@
property public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.BaselineAnchor baseline;
property public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.HorizontalAnchor bottom;
property public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor end;
+ property public final Object id;
property public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.VerticalAnchor start;
property public final androidx.compose.foundation.layout.ConstraintLayoutBaseScope.HorizontalAnchor top;
}
@@ -292,15 +293,19 @@
}
@Deprecated @androidx.compose.runtime.Immutable public final class DpConstraints {
- method @Deprecated public float component1();
- method @Deprecated public float component2();
- method @Deprecated public float component3();
- method @Deprecated public float component4();
+ method @Deprecated public float component1-D9Ej5fM();
+ method @Deprecated public float component2-D9Ej5fM();
+ method @Deprecated public float component3-D9Ej5fM();
+ method @Deprecated public float component4-D9Ej5fM();
method @Deprecated @androidx.compose.runtime.Immutable public androidx.compose.foundation.layout.DpConstraints copy-ZmiikuI(float minWidth, float maxWidth, float minHeight, float maxHeight);
- method @Deprecated public float getMaxHeight();
- method @Deprecated public float getMaxWidth();
- method @Deprecated public float getMinHeight();
- method @Deprecated public float getMinWidth();
+ method @Deprecated public float getMaxHeight-D9Ej5fM();
+ method @Deprecated public float getMaxWidth-D9Ej5fM();
+ method @Deprecated public float getMinHeight-D9Ej5fM();
+ method @Deprecated public float getMinWidth-D9Ej5fM();
+ property public final float maxHeight;
+ property public final float maxWidth;
+ property public final float minHeight;
+ property public final float minWidth;
field @Deprecated public static final androidx.compose.foundation.layout.DpConstraints.Companion Companion;
}
@@ -327,8 +332,6 @@
}
public enum FlowCrossAxisAlignment {
- method public static androidx.compose.foundation.layout.FlowCrossAxisAlignment valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.foundation.layout.FlowCrossAxisAlignment[] values();
enum_constant public static final androidx.compose.foundation.layout.FlowCrossAxisAlignment Center;
enum_constant public static final androidx.compose.foundation.layout.FlowCrossAxisAlignment End;
enum_constant public static final androidx.compose.foundation.layout.FlowCrossAxisAlignment Start;
@@ -352,8 +355,6 @@
}
public enum IntrinsicSize {
- method public static androidx.compose.foundation.layout.IntrinsicSize valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.foundation.layout.IntrinsicSize[] values();
enum_constant public static final androidx.compose.foundation.layout.IntrinsicSize Max;
enum_constant public static final androidx.compose.foundation.layout.IntrinsicSize Min;
}
@@ -401,14 +402,12 @@
method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier sizeIn-w2-DAAU(androidx.compose.ui.Modifier, float minWidth = Dp.Unspecified, float minHeight = Dp.Unspecified, float maxWidth = Dp.Unspecified, float maxHeight = Dp.Unspecified);
method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier width-wxomhCo(androidx.compose.ui.Modifier, float width);
method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier widthIn-S2lCeAQ(androidx.compose.ui.Modifier, float min = Dp.Unspecified, float max = Dp.Unspecified);
- method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier wrapContentHeight(androidx.compose.ui.Modifier, androidx.compose.ui.Alignment.Vertical align = Alignment.CenterVertically, boolean unbounded = false);
- method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier wrapContentSize(androidx.compose.ui.Modifier, androidx.compose.ui.Alignment align = Alignment.Center, boolean unbounded = false);
- method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier wrapContentWidth(androidx.compose.ui.Modifier, androidx.compose.ui.Alignment.Horizontal align = Alignment.CenterHorizontally, boolean unbounded = false);
+ method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier wrapContentHeight(androidx.compose.ui.Modifier, androidx.compose.ui.Alignment.Vertical align = androidx.compose.ui.Alignment.Companion.CenterVertically, boolean unbounded = false);
+ method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier wrapContentSize(androidx.compose.ui.Modifier, androidx.compose.ui.Alignment align = androidx.compose.ui.Alignment.Companion.Center, boolean unbounded = false);
+ method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier wrapContentWidth(androidx.compose.ui.Modifier, androidx.compose.ui.Alignment.Horizontal align = androidx.compose.ui.Alignment.Companion.CenterHorizontally, boolean unbounded = false);
}
public enum MainAxisAlignment {
- method public static androidx.compose.foundation.layout.MainAxisAlignment valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.foundation.layout.MainAxisAlignment[] values();
enum_constant public static final androidx.compose.foundation.layout.MainAxisAlignment Center;
enum_constant public static final androidx.compose.foundation.layout.MainAxisAlignment End;
enum_constant public static final androidx.compose.foundation.layout.MainAxisAlignment SpaceAround;
@@ -418,15 +417,19 @@
}
@androidx.compose.runtime.Immutable public final class PaddingValues {
- method public float component1();
- method public float component2();
- method public float component3();
- method public float component4();
+ method public float component1-D9Ej5fM();
+ method public float component2-D9Ej5fM();
+ method public float component3-D9Ej5fM();
+ method public float component4-D9Ej5fM();
method @androidx.compose.runtime.Immutable public androidx.compose.foundation.layout.PaddingValues copy-ZmiikuI(float start, float top, float end, float bottom);
- method public float getBottom();
- method public float getEnd();
- method public float getStart();
- method public float getTop();
+ method public float getBottom-D9Ej5fM();
+ method public float getEnd-D9Ej5fM();
+ method public float getStart-D9Ej5fM();
+ method public float getTop-D9Ej5fM();
+ property public final float bottom;
+ property public final float end;
+ property public final float start;
+ property public final float top;
}
public final class RowColumnImplKt {
@@ -434,7 +437,7 @@
}
public final class RowKt {
- method @androidx.compose.runtime.Composable public static inline void Row(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.layout.Arrangement.Horizontal horizontalArrangement = Arrangement.Start, androidx.compose.ui.Alignment.Vertical verticalAlignment = Alignment.Top, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> children);
+ method @androidx.compose.runtime.Composable public static inline void Row(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.layout.Arrangement.Horizontal horizontalArrangement = Arrangement.Start, androidx.compose.ui.Alignment.Vertical verticalAlignment = androidx.compose.ui.Alignment.Companion.Top, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> children);
method @androidx.compose.runtime.Composable @kotlin.PublishedApi internal static androidx.compose.ui.node.LayoutNode.MeasureBlocks rowMeasureBlocks(androidx.compose.foundation.layout.Arrangement.Horizontal horizontalArrangement, androidx.compose.ui.Alignment.Vertical verticalAlignment);
field @kotlin.PublishedApi internal static final androidx.compose.ui.node.LayoutNode.MeasureBlocks DefaultRowMeasureBlocks;
}
@@ -452,8 +455,6 @@
}
public enum SizeMode {
- method public static androidx.compose.foundation.layout.SizeMode valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.foundation.layout.SizeMode[] values();
enum_constant public static final androidx.compose.foundation.layout.SizeMode Expand;
enum_constant public static final androidx.compose.foundation.layout.SizeMode Wrap;
}
@@ -466,9 +467,10 @@
ctor public State(androidx.compose.ui.unit.Density density);
method public androidx.compose.ui.unit.Density getDensity();
method public androidx.compose.ui.unit.LayoutDirection getLayoutDirection();
- method public long getRootIncomingConstraints();
+ method public long getRootIncomingConstraints-msEJaDk();
method public void setLayoutDirection(androidx.compose.ui.unit.LayoutDirection p);
method public void setRootIncomingConstraints-BRTryo0(long p);
+ property public final androidx.compose.ui.unit.Density density;
property public final androidx.compose.ui.unit.LayoutDirection layoutDirection;
property public final long rootIncomingConstraints;
field public androidx.compose.ui.unit.LayoutDirection layoutDirection;
diff --git a/compose/foundation/foundation-text/api/current.txt b/compose/foundation/foundation-text/api/current.txt
index 86590d0..2da8675 100644
--- a/compose/foundation/foundation-text/api/current.txt
+++ b/compose/foundation/foundation-text/api/current.txt
@@ -2,7 +2,7 @@
package androidx.compose.foundation.text {
public final class CoreTextFieldKt {
- method @androidx.compose.runtime.Composable public static void CoreTextField(androidx.compose.ui.text.input.TextFieldValue value, androidx.compose.ui.Modifier modifier = Modifier, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.input.TextFieldValue,kotlin.Unit> onValueChange, androidx.compose.ui.text.TextStyle textStyle = TextStyle.Default, androidx.compose.ui.text.input.KeyboardType keyboardType = KeyboardType.Text, androidx.compose.ui.text.input.ImeAction imeAction = ImeAction.Unspecified, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.input.ImeAction,kotlin.Unit> onImeActionPerformed = {}, androidx.compose.ui.text.input.VisualTransformation visualTransformation = VisualTransformation.None, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.TextLayoutResult,kotlin.Unit> onTextLayout = {}, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onTextInputStarted = {});
+ method @androidx.compose.runtime.Composable public static void CoreTextField(androidx.compose.ui.text.input.TextFieldValue value, androidx.compose.ui.Modifier modifier = Modifier, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.input.TextFieldValue,kotlin.Unit> onValueChange, androidx.compose.ui.text.TextStyle textStyle = TextStyle.Default, androidx.compose.ui.text.input.KeyboardType keyboardType = KeyboardType.Text, androidx.compose.ui.text.input.ImeAction imeAction = ImeAction.Unspecified, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.input.ImeAction,kotlin.Unit> onImeActionPerformed = { it -> }, androidx.compose.ui.text.input.VisualTransformation visualTransformation = androidx.compose.ui.text.input.VisualTransformation.Companion.None, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.TextLayoutResult,kotlin.Unit> onTextLayout = { it -> }, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onTextInputStarted = { it -> });
}
public final class CoreTextKt {
@@ -18,6 +18,8 @@
method @androidx.compose.runtime.Immutable public androidx.compose.foundation.text.InlineTextContent copy(androidx.compose.ui.text.Placeholder placeholder, kotlin.jvm.functions.Function1<? super java.lang.String,kotlin.Unit> children);
method public kotlin.jvm.functions.Function1<java.lang.String,kotlin.Unit> getChildren();
method public androidx.compose.ui.text.Placeholder getPlaceholder();
+ property public final kotlin.jvm.functions.Function1<java.lang.String,kotlin.Unit> children;
+ property public final androidx.compose.ui.text.Placeholder placeholder;
}
public final class InlineTextContentKt {
diff --git a/compose/foundation/foundation-text/api/public_plus_experimental_current.txt b/compose/foundation/foundation-text/api/public_plus_experimental_current.txt
index 86590d0..2da8675 100644
--- a/compose/foundation/foundation-text/api/public_plus_experimental_current.txt
+++ b/compose/foundation/foundation-text/api/public_plus_experimental_current.txt
@@ -2,7 +2,7 @@
package androidx.compose.foundation.text {
public final class CoreTextFieldKt {
- method @androidx.compose.runtime.Composable public static void CoreTextField(androidx.compose.ui.text.input.TextFieldValue value, androidx.compose.ui.Modifier modifier = Modifier, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.input.TextFieldValue,kotlin.Unit> onValueChange, androidx.compose.ui.text.TextStyle textStyle = TextStyle.Default, androidx.compose.ui.text.input.KeyboardType keyboardType = KeyboardType.Text, androidx.compose.ui.text.input.ImeAction imeAction = ImeAction.Unspecified, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.input.ImeAction,kotlin.Unit> onImeActionPerformed = {}, androidx.compose.ui.text.input.VisualTransformation visualTransformation = VisualTransformation.None, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.TextLayoutResult,kotlin.Unit> onTextLayout = {}, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onTextInputStarted = {});
+ method @androidx.compose.runtime.Composable public static void CoreTextField(androidx.compose.ui.text.input.TextFieldValue value, androidx.compose.ui.Modifier modifier = Modifier, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.input.TextFieldValue,kotlin.Unit> onValueChange, androidx.compose.ui.text.TextStyle textStyle = TextStyle.Default, androidx.compose.ui.text.input.KeyboardType keyboardType = KeyboardType.Text, androidx.compose.ui.text.input.ImeAction imeAction = ImeAction.Unspecified, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.input.ImeAction,kotlin.Unit> onImeActionPerformed = { it -> }, androidx.compose.ui.text.input.VisualTransformation visualTransformation = androidx.compose.ui.text.input.VisualTransformation.Companion.None, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.TextLayoutResult,kotlin.Unit> onTextLayout = { it -> }, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onTextInputStarted = { it -> });
}
public final class CoreTextKt {
@@ -18,6 +18,8 @@
method @androidx.compose.runtime.Immutable public androidx.compose.foundation.text.InlineTextContent copy(androidx.compose.ui.text.Placeholder placeholder, kotlin.jvm.functions.Function1<? super java.lang.String,kotlin.Unit> children);
method public kotlin.jvm.functions.Function1<java.lang.String,kotlin.Unit> getChildren();
method public androidx.compose.ui.text.Placeholder getPlaceholder();
+ property public final kotlin.jvm.functions.Function1<java.lang.String,kotlin.Unit> children;
+ property public final androidx.compose.ui.text.Placeholder placeholder;
}
public final class InlineTextContentKt {
diff --git a/compose/foundation/foundation-text/api/restricted_current.txt b/compose/foundation/foundation-text/api/restricted_current.txt
index 86590d0..2da8675 100644
--- a/compose/foundation/foundation-text/api/restricted_current.txt
+++ b/compose/foundation/foundation-text/api/restricted_current.txt
@@ -2,7 +2,7 @@
package androidx.compose.foundation.text {
public final class CoreTextFieldKt {
- method @androidx.compose.runtime.Composable public static void CoreTextField(androidx.compose.ui.text.input.TextFieldValue value, androidx.compose.ui.Modifier modifier = Modifier, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.input.TextFieldValue,kotlin.Unit> onValueChange, androidx.compose.ui.text.TextStyle textStyle = TextStyle.Default, androidx.compose.ui.text.input.KeyboardType keyboardType = KeyboardType.Text, androidx.compose.ui.text.input.ImeAction imeAction = ImeAction.Unspecified, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.input.ImeAction,kotlin.Unit> onImeActionPerformed = {}, androidx.compose.ui.text.input.VisualTransformation visualTransformation = VisualTransformation.None, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.TextLayoutResult,kotlin.Unit> onTextLayout = {}, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onTextInputStarted = {});
+ method @androidx.compose.runtime.Composable public static void CoreTextField(androidx.compose.ui.text.input.TextFieldValue value, androidx.compose.ui.Modifier modifier = Modifier, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.input.TextFieldValue,kotlin.Unit> onValueChange, androidx.compose.ui.text.TextStyle textStyle = TextStyle.Default, androidx.compose.ui.text.input.KeyboardType keyboardType = KeyboardType.Text, androidx.compose.ui.text.input.ImeAction imeAction = ImeAction.Unspecified, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.input.ImeAction,kotlin.Unit> onImeActionPerformed = { it -> }, androidx.compose.ui.text.input.VisualTransformation visualTransformation = androidx.compose.ui.text.input.VisualTransformation.Companion.None, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.TextLayoutResult,kotlin.Unit> onTextLayout = { it -> }, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onTextInputStarted = { it -> });
}
public final class CoreTextKt {
@@ -18,6 +18,8 @@
method @androidx.compose.runtime.Immutable public androidx.compose.foundation.text.InlineTextContent copy(androidx.compose.ui.text.Placeholder placeholder, kotlin.jvm.functions.Function1<? super java.lang.String,kotlin.Unit> children);
method public kotlin.jvm.functions.Function1<java.lang.String,kotlin.Unit> getChildren();
method public androidx.compose.ui.text.Placeholder getPlaceholder();
+ property public final kotlin.jvm.functions.Function1<java.lang.String,kotlin.Unit> children;
+ property public final androidx.compose.ui.text.Placeholder placeholder;
}
public final class InlineTextContentKt {
diff --git a/compose/foundation/foundation/api/current.txt b/compose/foundation/foundation/api/current.txt
index f0aedcb..49b723b 100644
--- a/compose/foundation/foundation/api/current.txt
+++ b/compose/foundation/foundation/api/current.txt
@@ -7,16 +7,18 @@
}
public final class BaseTextFieldKt {
- method @androidx.compose.foundation.ExperimentalFoundationApi @androidx.compose.runtime.Composable public static void BaseTextField-ngE-tqQ(androidx.compose.ui.text.input.TextFieldValue value, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.input.TextFieldValue,kotlin.Unit> onValueChange, androidx.compose.ui.Modifier modifier = Modifier, long textColor = Color.Unset, androidx.compose.ui.text.TextStyle textStyle = AmbientTextStyle.current, androidx.compose.ui.text.input.KeyboardType keyboardType = KeyboardType.Text, androidx.compose.ui.text.input.ImeAction imeAction = ImeAction.Unspecified, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.input.ImeAction,kotlin.Unit> onImeActionPerformed = {}, androidx.compose.ui.text.input.VisualTransformation visualTransformation = VisualTransformation.None, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.TextLayoutResult,kotlin.Unit> onTextLayout = {}, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onTextInputStarted = {}, long cursorColor = AmbientContentColor.current);
+ method @androidx.compose.foundation.ExperimentalFoundationApi @androidx.compose.runtime.Composable public static void BaseTextField-ngE-tqQ(androidx.compose.ui.text.input.TextFieldValue value, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.input.TextFieldValue,kotlin.Unit> onValueChange, androidx.compose.ui.Modifier modifier = Modifier, long textColor = Color.Unset, androidx.compose.ui.text.TextStyle textStyle = AmbientTextStyle.current, androidx.compose.ui.text.input.KeyboardType keyboardType = KeyboardType.Text, androidx.compose.ui.text.input.ImeAction imeAction = ImeAction.Unspecified, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.input.ImeAction,kotlin.Unit> onImeActionPerformed = { it -> }, androidx.compose.ui.text.input.VisualTransformation visualTransformation = androidx.compose.ui.text.input.VisualTransformation.Companion.None, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.TextLayoutResult,kotlin.Unit> onTextLayout = { it -> }, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onTextInputStarted = { it -> }, long cursorColor = AmbientContentColor.current);
method @VisibleForTesting public static void setBlinkingCursorEnabled(boolean p);
}
@Deprecated @androidx.compose.runtime.Immutable public final class Border {
- method @Deprecated public float component1();
+ method @Deprecated public float component1-D9Ej5fM();
method @Deprecated public androidx.compose.ui.graphics.Brush component2();
method @Deprecated @androidx.compose.runtime.Immutable public androidx.compose.foundation.Border copy-v_fYJzc(float size, androidx.compose.ui.graphics.Brush brush);
method @Deprecated public androidx.compose.ui.graphics.Brush getBrush();
- method @Deprecated public float getSize();
+ method @Deprecated public float getSize-D9Ej5fM();
+ property public final androidx.compose.ui.graphics.Brush brush;
+ property public final float size;
}
public final class BorderKt {
@@ -29,11 +31,13 @@
}
@androidx.compose.runtime.Immutable public final class BorderStroke {
- method public float component1();
+ method public float component1-D9Ej5fM();
method public androidx.compose.ui.graphics.Brush component2();
method @androidx.compose.runtime.Immutable public androidx.compose.foundation.BorderStroke copy-v_fYJzc(float width, androidx.compose.ui.graphics.Brush brush);
method public androidx.compose.ui.graphics.Brush getBrush();
- method public float getWidth();
+ method public float getWidth-D9Ej5fM();
+ property public final androidx.compose.ui.graphics.Brush brush;
+ property public final float width;
}
public final class BorderStrokeKt {
@@ -45,7 +49,7 @@
method @Deprecated @androidx.compose.runtime.Composable public static void Box-0SX22z8(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.graphics.Shape shape = androidx.compose.ui.graphics.RectangleShapeKt.RectangleShape, long backgroundColor = Color.Transparent, androidx.compose.foundation.BorderStroke? border = null, float padding = elvis {
var var8dc44ff7: androidx.compose.ui.unit.Dp = border?.width
if (var8dc44ff7 != null) var8dc44ff7 else 0.dp
-}, float paddingStart = Dp.Unspecified, float paddingTop = Dp.Unspecified, float paddingEnd = Dp.Unspecified, float paddingBottom = Dp.Unspecified, androidx.compose.ui.Alignment gravity = ContentGravity.TopStart, kotlin.jvm.functions.Function0<kotlin.Unit> children = emptyContent());
+}, float paddingStart = Dp.Unspecified, float paddingTop = Dp.Unspecified, float paddingEnd = Dp.Unspecified, float paddingBottom = Dp.Unspecified, androidx.compose.ui.Alignment gravity = androidx.compose.ui.Alignment.Companion.TopStart, kotlin.jvm.functions.Function0<kotlin.Unit> children = emptyContent());
}
public final class CanvasKt {
@@ -59,7 +63,7 @@
}
public final class ClickableTextKt {
- method @androidx.compose.runtime.Composable public static void ClickableText(androidx.compose.ui.text.AnnotatedString text, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.text.TextStyle style = TextStyle.Default, boolean softWrap = true, androidx.compose.ui.text.style.TextOverflow overflow = TextOverflow.Clip, int maxLines = 2147483647, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.TextLayoutResult,kotlin.Unit> onTextLayout = {}, kotlin.jvm.functions.Function1<? super java.lang.Integer,kotlin.Unit> onClick);
+ method @androidx.compose.runtime.Composable public static void ClickableText(androidx.compose.ui.text.AnnotatedString text, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.text.TextStyle style = TextStyle.Default, boolean softWrap = true, androidx.compose.ui.text.style.TextOverflow overflow = TextOverflow.Clip, int maxLines = 2147483647, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.TextLayoutResult,kotlin.Unit> onTextLayout = { it -> }, kotlin.jvm.functions.Function1<? super java.lang.Integer,kotlin.Unit> onClick);
}
public final class ContentColorKt {
@@ -81,9 +85,9 @@
}
public final class ImageKt {
- method @androidx.compose.runtime.Composable public static inline void Image(androidx.compose.ui.graphics.ImageAsset asset, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.Alignment alignment = Alignment.Center, androidx.compose.ui.layout.ContentScale contentScale = ContentScale.Fit, float alpha = 1.0f, androidx.compose.ui.graphics.ColorFilter? colorFilter = null);
- method @androidx.compose.runtime.Composable public static inline void Image(androidx.compose.ui.graphics.vector.VectorAsset asset, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.Alignment alignment = Alignment.Center, androidx.compose.ui.layout.ContentScale contentScale = ContentScale.Fit, float alpha = 1.0f, androidx.compose.ui.graphics.ColorFilter? colorFilter = null);
- method @androidx.compose.runtime.Composable public static void Image(androidx.compose.ui.graphics.painter.Painter painter, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.Alignment alignment = Alignment.Center, androidx.compose.ui.layout.ContentScale contentScale = ContentScale.Fit, float alpha = 1.0f, androidx.compose.ui.graphics.ColorFilter? colorFilter = null);
+ method @androidx.compose.runtime.Composable public static inline void Image(androidx.compose.ui.graphics.ImageAsset asset, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.Alignment alignment = androidx.compose.ui.Alignment.Companion.Center, androidx.compose.ui.layout.ContentScale contentScale = androidx.compose.ui.layout.ContentScale.Companion.Fit, float alpha = 1.0f, androidx.compose.ui.graphics.ColorFilter? colorFilter = null);
+ method @androidx.compose.runtime.Composable public static inline void Image(androidx.compose.ui.graphics.vector.VectorAsset asset, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.Alignment alignment = androidx.compose.ui.Alignment.Companion.Center, androidx.compose.ui.layout.ContentScale contentScale = androidx.compose.ui.layout.ContentScale.Companion.Fit, float alpha = 1.0f, androidx.compose.ui.graphics.ColorFilter? colorFilter = null);
+ method @androidx.compose.runtime.Composable public static void Image(androidx.compose.ui.graphics.painter.Painter painter, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.Alignment alignment = androidx.compose.ui.Alignment.Companion.Center, androidx.compose.ui.layout.ContentScale contentScale = androidx.compose.ui.layout.ContentScale.Companion.Fit, float alpha = 1.0f, androidx.compose.ui.graphics.ColorFilter? colorFilter = null);
}
@androidx.compose.runtime.Stable public interface Indication {
@@ -116,17 +120,15 @@
method public void addInteraction-Jgxim6Q(androidx.compose.foundation.Interaction interaction, androidx.compose.ui.geometry.Offset? position = null);
method public operator boolean contains(androidx.compose.foundation.Interaction interaction);
method public java.util.Set<androidx.compose.foundation.Interaction> getValue();
- method public androidx.compose.ui.geometry.Offset? interactionPositionFor(androidx.compose.foundation.Interaction interaction);
+ method public androidx.compose.ui.geometry.Offset? interactionPositionFor-_m7T9-E(androidx.compose.foundation.Interaction interaction);
method public void removeInteraction(androidx.compose.foundation.Interaction interaction);
property public java.util.Set<androidx.compose.foundation.Interaction> value;
}
- @kotlin.RequiresOptIn(message="This API is internal to library.") @kotlin.annotation.Target(allowedTargets={AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER}) public @interface InternalFoundationApi {
+ @kotlin.RequiresOptIn(message="This API is internal to library.") @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface InternalFoundationApi {
}
public enum MutatePriority {
- method public static androidx.compose.foundation.MutatePriority valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.foundation.MutatePriority[] values();
enum_constant public static final androidx.compose.foundation.MutatePriority Default;
enum_constant public static final androidx.compose.foundation.MutatePriority PreventUserInput;
enum_constant public static final androidx.compose.foundation.MutatePriority UserInput;
@@ -144,8 +146,8 @@
}
public final class ScrollKt {
- method @androidx.compose.runtime.Composable public static void ScrollableColumn(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.ScrollState scrollState = rememberScrollState(0.0), androidx.compose.foundation.layout.Arrangement.Vertical verticalArrangement = Arrangement.Top, androidx.compose.ui.Alignment.Horizontal horizontalAlignment = Alignment.Start, boolean reverseScrollDirection = false, boolean isScrollEnabled = true, androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ColumnScope,kotlin.Unit> children);
- method @androidx.compose.runtime.Composable public static void ScrollableRow(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.ScrollState scrollState = rememberScrollState(0.0), androidx.compose.foundation.layout.Arrangement.Horizontal horizontalArrangement = Arrangement.Start, androidx.compose.ui.Alignment.Vertical verticalAlignment = Alignment.Top, boolean reverseScrollDirection = false, boolean isScrollEnabled = true, androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> children);
+ method @androidx.compose.runtime.Composable public static void ScrollableColumn(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.ScrollState scrollState = rememberScrollState(0.0), androidx.compose.foundation.layout.Arrangement.Vertical verticalArrangement = androidx.compose.foundation.layout.Arrangement.Top, androidx.compose.ui.Alignment.Horizontal horizontalAlignment = androidx.compose.ui.Alignment.Companion.Start, boolean reverseScrollDirection = false, boolean isScrollEnabled = true, androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ColumnScope,kotlin.Unit> children);
+ method @androidx.compose.runtime.Composable public static void ScrollableRow(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.ScrollState scrollState = rememberScrollState(0.0), androidx.compose.foundation.layout.Arrangement.Horizontal horizontalArrangement = androidx.compose.foundation.layout.Arrangement.Start, androidx.compose.ui.Alignment.Vertical verticalAlignment = androidx.compose.ui.Alignment.Companion.Top, boolean reverseScrollDirection = false, boolean isScrollEnabled = true, androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> children);
method public static androidx.compose.ui.Modifier horizontalScroll(androidx.compose.ui.Modifier, androidx.compose.foundation.ScrollState state, boolean enabled = true, boolean reverseScrolling = false);
method @androidx.compose.runtime.Composable public static androidx.compose.foundation.ScrollState rememberScrollState(float initial = 0f);
method public static androidx.compose.ui.Modifier verticalScroll(androidx.compose.ui.Modifier, androidx.compose.foundation.ScrollState state, boolean enabled = true, boolean reverseScrolling = false);
@@ -191,8 +193,8 @@
public final class TextKt {
method @androidx.compose.runtime.Composable public static void ProvideTextStyle(androidx.compose.ui.text.TextStyle value, kotlin.jvm.functions.Function0<kotlin.Unit> children);
- method @androidx.compose.runtime.Composable public static void Text-TPAwlIA(androidx.compose.ui.text.AnnotatedString text, androidx.compose.ui.Modifier modifier = Modifier, long color = Color.Unset, long fontSize = TextUnit.Inherit, androidx.compose.ui.text.font.FontStyle? fontStyle = null, androidx.compose.ui.text.font.FontWeight? fontWeight = null, androidx.compose.ui.text.font.FontFamily? fontFamily = null, long letterSpacing = TextUnit.Inherit, androidx.compose.ui.text.style.TextDecoration? textDecoration = null, androidx.compose.ui.text.style.TextAlign? textAlign = null, long lineHeight = TextUnit.Inherit, androidx.compose.ui.text.style.TextOverflow overflow = TextOverflow.Clip, boolean softWrap = true, int maxLines = 2147483647, java.util.Map<java.lang.String,androidx.compose.foundation.text.InlineTextContent> inlineContent = mapOf(), kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.TextLayoutResult,kotlin.Unit> onTextLayout = {}, androidx.compose.ui.text.TextStyle style = AmbientTextStyle.current);
- method @androidx.compose.runtime.Composable public static void Text-Vh6c2nE(String text, androidx.compose.ui.Modifier modifier = Modifier, long color = Color.Unset, long fontSize = TextUnit.Inherit, androidx.compose.ui.text.font.FontStyle? fontStyle = null, androidx.compose.ui.text.font.FontWeight? fontWeight = null, androidx.compose.ui.text.font.FontFamily? fontFamily = null, long letterSpacing = TextUnit.Inherit, androidx.compose.ui.text.style.TextDecoration? textDecoration = null, androidx.compose.ui.text.style.TextAlign? textAlign = null, long lineHeight = TextUnit.Inherit, androidx.compose.ui.text.style.TextOverflow overflow = TextOverflow.Clip, boolean softWrap = true, int maxLines = 2147483647, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.TextLayoutResult,kotlin.Unit> onTextLayout = {}, androidx.compose.ui.text.TextStyle style = AmbientTextStyle.current);
+ method @androidx.compose.runtime.Composable public static void Text-TPAwlIA(androidx.compose.ui.text.AnnotatedString text, androidx.compose.ui.Modifier modifier = Modifier, long color = Color.Unset, long fontSize = TextUnit.Inherit, androidx.compose.ui.text.font.FontStyle? fontStyle = null, androidx.compose.ui.text.font.FontWeight? fontWeight = null, androidx.compose.ui.text.font.FontFamily? fontFamily = null, long letterSpacing = TextUnit.Inherit, androidx.compose.ui.text.style.TextDecoration? textDecoration = null, androidx.compose.ui.text.style.TextAlign? textAlign = null, long lineHeight = TextUnit.Inherit, androidx.compose.ui.text.style.TextOverflow overflow = TextOverflow.Clip, boolean softWrap = true, int maxLines = 2147483647, java.util.Map<java.lang.String,androidx.compose.foundation.text.InlineTextContent> inlineContent = mapOf(), kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.TextLayoutResult,kotlin.Unit> onTextLayout = { it -> }, androidx.compose.ui.text.TextStyle style = AmbientTextStyle.current);
+ method @androidx.compose.runtime.Composable public static void Text-Vh6c2nE(String text, androidx.compose.ui.Modifier modifier = Modifier, long color = Color.Unset, long fontSize = TextUnit.Inherit, androidx.compose.ui.text.font.FontStyle? fontStyle = null, androidx.compose.ui.text.font.FontWeight? fontWeight = null, androidx.compose.ui.text.font.FontFamily? fontFamily = null, long letterSpacing = TextUnit.Inherit, androidx.compose.ui.text.style.TextDecoration? textDecoration = null, androidx.compose.ui.text.style.TextAlign? textAlign = null, long lineHeight = TextUnit.Inherit, androidx.compose.ui.text.style.TextOverflow overflow = TextOverflow.Clip, boolean softWrap = true, int maxLines = 2147483647, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.TextLayoutResult,kotlin.Unit> onTextLayout = { it -> }, androidx.compose.ui.text.TextStyle style = AmbientTextStyle.current);
method @Deprecated @androidx.compose.runtime.Composable @androidx.compose.runtime.ComposableContract(readonly=true) public static androidx.compose.ui.text.TextStyle currentTextStyle();
method public static androidx.compose.runtime.ProvidableAmbient<androidx.compose.ui.text.TextStyle> getAmbientTextStyle();
}
@@ -227,11 +229,13 @@
method @androidx.compose.runtime.Immutable public androidx.compose.foundation.animation.FlingConfig copy(androidx.compose.animation.core.FloatDecayAnimationSpec decayAnimation, kotlin.jvm.functions.Function1<? super java.lang.Float,androidx.compose.animation.core.TargetAnimation> adjustTarget);
method public kotlin.jvm.functions.Function1<java.lang.Float,androidx.compose.animation.core.TargetAnimation> getAdjustTarget();
method public androidx.compose.animation.core.FloatDecayAnimationSpec getDecayAnimation();
+ property public final kotlin.jvm.functions.Function1<java.lang.Float,androidx.compose.animation.core.TargetAnimation> adjustTarget;
+ property public final androidx.compose.animation.core.FloatDecayAnimationSpec decayAnimation;
}
public final class FlingConfigKt {
method public static androidx.compose.foundation.animation.FlingConfig FlingConfig(java.util.List<java.lang.Float> anchors, androidx.compose.animation.core.AnimationSpec<java.lang.Float> animationSpec = androidx.compose.animation.core.SpringSpec(), androidx.compose.animation.core.FloatDecayAnimationSpec decayAnimation = androidx.compose.animation.core.ExponentialDecay());
- method @androidx.compose.runtime.Composable public static androidx.compose.foundation.animation.FlingConfig defaultFlingConfig(kotlin.jvm.functions.Function1<? super java.lang.Float,androidx.compose.animation.core.TargetAnimation> adjustTarget = { return null });
+ method @androidx.compose.runtime.Composable public static androidx.compose.foundation.animation.FlingConfig defaultFlingConfig(kotlin.jvm.functions.Function1<? super java.lang.Float,androidx.compose.animation.core.TargetAnimation> adjustTarget = { it -> return null });
method public static void fling(androidx.compose.animation.core.AnimatedFloat, float startVelocity, androidx.compose.foundation.animation.FlingConfig config, kotlin.jvm.functions.Function3<? super androidx.compose.animation.core.AnimationEndReason,? super java.lang.Float,? super java.lang.Float,kotlin.Unit>? onAnimationEnd = null);
}
@@ -243,7 +247,7 @@
}
public final class DraggableKt {
- method public static androidx.compose.ui.Modifier draggable(androidx.compose.ui.Modifier, androidx.compose.ui.gesture.scrollorientationlocking.Orientation orientation, boolean enabled = true, boolean reverseDirection = false, androidx.compose.foundation.InteractionState? interactionState = null, boolean startDragImmediately = false, kotlin.jvm.functions.Function1<? super androidx.compose.ui.gesture.Direction,java.lang.Boolean> canDrag = { return enabled }, kotlin.jvm.functions.Function1<? super androidx.compose.ui.geometry.Offset,kotlin.Unit> onDragStarted = {}, kotlin.jvm.functions.Function1<? super java.lang.Float,kotlin.Unit> onDragStopped = {}, kotlin.jvm.functions.Function2<? super androidx.compose.ui.unit.Density,? super java.lang.Float,kotlin.Unit> onDrag);
+ method public static androidx.compose.ui.Modifier draggable(androidx.compose.ui.Modifier, androidx.compose.ui.gesture.scrollorientationlocking.Orientation orientation, boolean enabled = true, boolean reverseDirection = false, androidx.compose.foundation.InteractionState? interactionState = null, boolean startDragImmediately = false, kotlin.jvm.functions.Function1<? super androidx.compose.ui.gesture.Direction,java.lang.Boolean> canDrag = { it -> return enabled }, kotlin.jvm.functions.Function1<? super androidx.compose.ui.geometry.Offset,kotlin.Unit> onDragStarted = { it -> }, kotlin.jvm.functions.Function1<? super java.lang.Float,kotlin.Unit> onDragStopped = { it -> }, kotlin.jvm.functions.Function2<? super androidx.compose.ui.unit.Density,? super java.lang.Float,kotlin.Unit> onDrag);
}
public final class ScrollableController {
@@ -253,19 +257,22 @@
method public boolean isAnimationRunning();
method public void smoothScrollBy(float value, androidx.compose.animation.core.AnimationSpec<java.lang.Float> spec = androidx.compose.animation.core.SpringSpec(), kotlin.jvm.functions.Function2<? super androidx.compose.animation.core.AnimationEndReason,? super java.lang.Float,kotlin.Unit> onEnd = { _, _ -> });
method public void stopAnimation();
+ property public final kotlin.jvm.functions.Function1<java.lang.Float,java.lang.Float> consumeScrollDelta;
+ property public final androidx.compose.foundation.animation.FlingConfig flingConfig;
property public final boolean isAnimationRunning;
}
public final class ScrollableKt {
method @androidx.compose.runtime.Composable public static androidx.compose.foundation.gestures.ScrollableController rememberScrollableController(kotlin.jvm.functions.Function1<? super java.lang.Float,java.lang.Float> consumeScrollDelta);
- method public static androidx.compose.ui.Modifier scrollable(androidx.compose.ui.Modifier, androidx.compose.ui.gesture.scrollorientationlocking.Orientation orientation, androidx.compose.foundation.gestures.ScrollableController controller, boolean enabled = true, boolean reverseDirection = false, kotlin.jvm.functions.Function1<? super androidx.compose.ui.gesture.Direction,java.lang.Boolean> canScroll = { return enabled }, kotlin.jvm.functions.Function1<? super androidx.compose.ui.geometry.Offset,kotlin.Unit> onScrollStarted = {}, kotlin.jvm.functions.Function1<? super java.lang.Float,kotlin.Unit> onScrollStopped = {});
+ method public static androidx.compose.ui.Modifier scrollable(androidx.compose.ui.Modifier, androidx.compose.ui.gesture.scrollorientationlocking.Orientation orientation, androidx.compose.foundation.gestures.ScrollableController controller, boolean enabled = true, boolean reverseDirection = false, kotlin.jvm.functions.Function1<? super androidx.compose.ui.gesture.Direction,java.lang.Boolean> canScroll = { it -> return enabled }, kotlin.jvm.functions.Function1<? super androidx.compose.ui.geometry.Offset,kotlin.Unit> onScrollStarted = { it -> }, kotlin.jvm.functions.Function1<? super java.lang.Float,kotlin.Unit> onScrollStopped = { it -> });
}
public final class ZoomableController {
ctor public ZoomableController(androidx.compose.animation.core.AnimationClockObservable animationClock, kotlin.jvm.functions.Function1<? super java.lang.Float,kotlin.Unit> onZoomDelta);
method public kotlin.jvm.functions.Function1<java.lang.Float,kotlin.Unit> getOnZoomDelta();
- method public void smoothScaleBy(float value, androidx.compose.animation.core.AnimationSpec<java.lang.Float> spec = androidx.compose.animation.core.SpringSpec(Spring.StiffnessLow), kotlin.jvm.functions.Function2<? super androidx.compose.animation.core.AnimationEndReason,? super java.lang.Float,kotlin.Unit>? onEnd = null);
+ method public void smoothScaleBy(float value, androidx.compose.animation.core.AnimationSpec<java.lang.Float> spec = androidx.compose.animation.core.SpringSpec(androidx.compose.animation.core.Spring.StiffnessLow), kotlin.jvm.functions.Function2<? super androidx.compose.animation.core.AnimationEndReason,? super java.lang.Float,kotlin.Unit>? onEnd = null);
method public void stopAnimation();
+ property public final kotlin.jvm.functions.Function1<java.lang.Float,kotlin.Unit> onZoomDelta;
}
public final class ZoomableKt {
@@ -285,17 +292,17 @@
}
public final class LazyDslKt {
- method @androidx.compose.foundation.lazy.ExperimentalLazyDsl @androidx.compose.runtime.Composable public static void LazyColumn(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.lazy.LazyListState state = rememberLazyListState(), androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), androidx.compose.ui.Alignment.Horizontal horizontalAlignment = Alignment.Start, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.lazy.LazyListScope,kotlin.Unit> content);
- method @androidx.compose.foundation.lazy.ExperimentalLazyDsl @androidx.compose.runtime.Composable public static void LazyRow(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.lazy.LazyListState state = rememberLazyListState(), androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), androidx.compose.ui.Alignment.Vertical verticalAlignment = Alignment.Top, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.lazy.LazyListScope,kotlin.Unit> content);
+ method @androidx.compose.foundation.lazy.ExperimentalLazyDsl @androidx.compose.runtime.Composable public static void LazyColumn(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.lazy.LazyListState state = rememberLazyListState(), androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), androidx.compose.ui.Alignment.Horizontal horizontalAlignment = androidx.compose.ui.Alignment.Companion.Start, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.lazy.LazyListScope,kotlin.Unit> content);
+ method @androidx.compose.foundation.lazy.ExperimentalLazyDsl @androidx.compose.runtime.Composable public static void LazyRow(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.lazy.LazyListState state = rememberLazyListState(), androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), androidx.compose.ui.Alignment.Vertical verticalAlignment = androidx.compose.ui.Alignment.Companion.Top, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.lazy.LazyListScope,kotlin.Unit> content);
}
public final class LazyForKt {
- method @androidx.compose.runtime.Composable public static <T> void LazyColumnFor(java.util.List<? extends T> items, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.lazy.LazyListState state = rememberLazyListState(), androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), androidx.compose.ui.Alignment.Horizontal horizontalAlignment = Alignment.Start, kotlin.jvm.functions.Function2<? super androidx.compose.foundation.lazy.LazyItemScope,? super T,kotlin.Unit> itemContent);
- method @androidx.compose.runtime.Composable public static <T> void LazyColumnForIndexed(java.util.List<? extends T> items, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.lazy.LazyListState state = rememberLazyListState(), androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), androidx.compose.ui.Alignment.Horizontal horizontalAlignment = Alignment.Start, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.lazy.LazyItemScope,? super java.lang.Integer,? super T,kotlin.Unit> itemContent);
- method @Deprecated @androidx.compose.runtime.Composable public static <T> void LazyColumnItems(java.util.List<? extends T> items, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), androidx.compose.ui.Alignment.Horizontal horizontalGravity = Alignment.Start, kotlin.jvm.functions.Function1<? super T,kotlin.Unit> itemContent);
- method @androidx.compose.runtime.Composable public static <T> void LazyRowFor(java.util.List<? extends T> items, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.lazy.LazyListState state = rememberLazyListState(), androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), androidx.compose.ui.Alignment.Vertical verticalAlignment = Alignment.Top, kotlin.jvm.functions.Function2<? super androidx.compose.foundation.lazy.LazyItemScope,? super T,kotlin.Unit> itemContent);
- method @androidx.compose.runtime.Composable public static <T> void LazyRowForIndexed(java.util.List<? extends T> items, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.lazy.LazyListState state = rememberLazyListState(), androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), androidx.compose.ui.Alignment.Vertical verticalAlignment = Alignment.Top, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.lazy.LazyItemScope,? super java.lang.Integer,? super T,kotlin.Unit> itemContent);
- method @Deprecated @androidx.compose.runtime.Composable public static <T> void LazyRowItems(java.util.List<? extends T> items, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), androidx.compose.ui.Alignment.Vertical verticalGravity = Alignment.Top, kotlin.jvm.functions.Function1<? super T,kotlin.Unit> itemContent);
+ method @androidx.compose.runtime.Composable public static <T> void LazyColumnFor(java.util.List<? extends T> items, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.lazy.LazyListState state = rememberLazyListState(), androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), androidx.compose.ui.Alignment.Horizontal horizontalAlignment = androidx.compose.ui.Alignment.Companion.Start, kotlin.jvm.functions.Function2<? super androidx.compose.foundation.lazy.LazyItemScope,? super T,kotlin.Unit> itemContent);
+ method @androidx.compose.runtime.Composable public static <T> void LazyColumnForIndexed(java.util.List<? extends T> items, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.lazy.LazyListState state = rememberLazyListState(), androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), androidx.compose.ui.Alignment.Horizontal horizontalAlignment = androidx.compose.ui.Alignment.Companion.Start, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.lazy.LazyItemScope,? super java.lang.Integer,? super T,kotlin.Unit> itemContent);
+ method @Deprecated @androidx.compose.runtime.Composable public static <T> void LazyColumnItems(java.util.List<? extends T> items, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), androidx.compose.ui.Alignment.Horizontal horizontalGravity = androidx.compose.ui.Alignment.Companion.Start, kotlin.jvm.functions.Function1<? super T,kotlin.Unit> itemContent);
+ method @androidx.compose.runtime.Composable public static <T> void LazyRowFor(java.util.List<? extends T> items, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.lazy.LazyListState state = rememberLazyListState(), androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), androidx.compose.ui.Alignment.Vertical verticalAlignment = androidx.compose.ui.Alignment.Companion.Top, kotlin.jvm.functions.Function2<? super androidx.compose.foundation.lazy.LazyItemScope,? super T,kotlin.Unit> itemContent);
+ method @androidx.compose.runtime.Composable public static <T> void LazyRowForIndexed(java.util.List<? extends T> items, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.lazy.LazyListState state = rememberLazyListState(), androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), androidx.compose.ui.Alignment.Vertical verticalAlignment = androidx.compose.ui.Alignment.Companion.Top, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.lazy.LazyItemScope,? super java.lang.Integer,? super T,kotlin.Unit> itemContent);
+ method @Deprecated @androidx.compose.runtime.Composable public static <T> void LazyRowItems(java.util.List<? extends T> items, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), androidx.compose.ui.Alignment.Vertical verticalGravity = androidx.compose.ui.Alignment.Companion.Top, kotlin.jvm.functions.Function1<? super T,kotlin.Unit> itemContent);
}
public final class LazyGridKt {
@@ -351,8 +358,6 @@
}
public enum ToggleableState {
- method public static androidx.compose.foundation.selection.ToggleableState valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.foundation.selection.ToggleableState[] values();
enum_constant public static final androidx.compose.foundation.selection.ToggleableState Indeterminate;
enum_constant public static final androidx.compose.foundation.selection.ToggleableState Off;
enum_constant public static final androidx.compose.foundation.selection.ToggleableState On;
@@ -395,6 +400,10 @@
method public final androidx.compose.foundation.shape.CornerSize getBottomRight();
method public final androidx.compose.foundation.shape.CornerSize getTopLeft();
method public final androidx.compose.foundation.shape.CornerSize getTopRight();
+ property public final androidx.compose.foundation.shape.CornerSize bottomLeft;
+ property public final androidx.compose.foundation.shape.CornerSize bottomRight;
+ property public final androidx.compose.foundation.shape.CornerSize topLeft;
+ property public final androidx.compose.foundation.shape.CornerSize topRight;
}
@androidx.compose.runtime.Immutable public interface CornerSize {
diff --git a/compose/foundation/foundation/api/public_plus_experimental_current.txt b/compose/foundation/foundation/api/public_plus_experimental_current.txt
index f0aedcb..49b723b 100644
--- a/compose/foundation/foundation/api/public_plus_experimental_current.txt
+++ b/compose/foundation/foundation/api/public_plus_experimental_current.txt
@@ -7,16 +7,18 @@
}
public final class BaseTextFieldKt {
- method @androidx.compose.foundation.ExperimentalFoundationApi @androidx.compose.runtime.Composable public static void BaseTextField-ngE-tqQ(androidx.compose.ui.text.input.TextFieldValue value, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.input.TextFieldValue,kotlin.Unit> onValueChange, androidx.compose.ui.Modifier modifier = Modifier, long textColor = Color.Unset, androidx.compose.ui.text.TextStyle textStyle = AmbientTextStyle.current, androidx.compose.ui.text.input.KeyboardType keyboardType = KeyboardType.Text, androidx.compose.ui.text.input.ImeAction imeAction = ImeAction.Unspecified, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.input.ImeAction,kotlin.Unit> onImeActionPerformed = {}, androidx.compose.ui.text.input.VisualTransformation visualTransformation = VisualTransformation.None, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.TextLayoutResult,kotlin.Unit> onTextLayout = {}, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onTextInputStarted = {}, long cursorColor = AmbientContentColor.current);
+ method @androidx.compose.foundation.ExperimentalFoundationApi @androidx.compose.runtime.Composable public static void BaseTextField-ngE-tqQ(androidx.compose.ui.text.input.TextFieldValue value, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.input.TextFieldValue,kotlin.Unit> onValueChange, androidx.compose.ui.Modifier modifier = Modifier, long textColor = Color.Unset, androidx.compose.ui.text.TextStyle textStyle = AmbientTextStyle.current, androidx.compose.ui.text.input.KeyboardType keyboardType = KeyboardType.Text, androidx.compose.ui.text.input.ImeAction imeAction = ImeAction.Unspecified, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.input.ImeAction,kotlin.Unit> onImeActionPerformed = { it -> }, androidx.compose.ui.text.input.VisualTransformation visualTransformation = androidx.compose.ui.text.input.VisualTransformation.Companion.None, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.TextLayoutResult,kotlin.Unit> onTextLayout = { it -> }, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onTextInputStarted = { it -> }, long cursorColor = AmbientContentColor.current);
method @VisibleForTesting public static void setBlinkingCursorEnabled(boolean p);
}
@Deprecated @androidx.compose.runtime.Immutable public final class Border {
- method @Deprecated public float component1();
+ method @Deprecated public float component1-D9Ej5fM();
method @Deprecated public androidx.compose.ui.graphics.Brush component2();
method @Deprecated @androidx.compose.runtime.Immutable public androidx.compose.foundation.Border copy-v_fYJzc(float size, androidx.compose.ui.graphics.Brush brush);
method @Deprecated public androidx.compose.ui.graphics.Brush getBrush();
- method @Deprecated public float getSize();
+ method @Deprecated public float getSize-D9Ej5fM();
+ property public final androidx.compose.ui.graphics.Brush brush;
+ property public final float size;
}
public final class BorderKt {
@@ -29,11 +31,13 @@
}
@androidx.compose.runtime.Immutable public final class BorderStroke {
- method public float component1();
+ method public float component1-D9Ej5fM();
method public androidx.compose.ui.graphics.Brush component2();
method @androidx.compose.runtime.Immutable public androidx.compose.foundation.BorderStroke copy-v_fYJzc(float width, androidx.compose.ui.graphics.Brush brush);
method public androidx.compose.ui.graphics.Brush getBrush();
- method public float getWidth();
+ method public float getWidth-D9Ej5fM();
+ property public final androidx.compose.ui.graphics.Brush brush;
+ property public final float width;
}
public final class BorderStrokeKt {
@@ -45,7 +49,7 @@
method @Deprecated @androidx.compose.runtime.Composable public static void Box-0SX22z8(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.graphics.Shape shape = androidx.compose.ui.graphics.RectangleShapeKt.RectangleShape, long backgroundColor = Color.Transparent, androidx.compose.foundation.BorderStroke? border = null, float padding = elvis {
var var8dc44ff7: androidx.compose.ui.unit.Dp = border?.width
if (var8dc44ff7 != null) var8dc44ff7 else 0.dp
-}, float paddingStart = Dp.Unspecified, float paddingTop = Dp.Unspecified, float paddingEnd = Dp.Unspecified, float paddingBottom = Dp.Unspecified, androidx.compose.ui.Alignment gravity = ContentGravity.TopStart, kotlin.jvm.functions.Function0<kotlin.Unit> children = emptyContent());
+}, float paddingStart = Dp.Unspecified, float paddingTop = Dp.Unspecified, float paddingEnd = Dp.Unspecified, float paddingBottom = Dp.Unspecified, androidx.compose.ui.Alignment gravity = androidx.compose.ui.Alignment.Companion.TopStart, kotlin.jvm.functions.Function0<kotlin.Unit> children = emptyContent());
}
public final class CanvasKt {
@@ -59,7 +63,7 @@
}
public final class ClickableTextKt {
- method @androidx.compose.runtime.Composable public static void ClickableText(androidx.compose.ui.text.AnnotatedString text, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.text.TextStyle style = TextStyle.Default, boolean softWrap = true, androidx.compose.ui.text.style.TextOverflow overflow = TextOverflow.Clip, int maxLines = 2147483647, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.TextLayoutResult,kotlin.Unit> onTextLayout = {}, kotlin.jvm.functions.Function1<? super java.lang.Integer,kotlin.Unit> onClick);
+ method @androidx.compose.runtime.Composable public static void ClickableText(androidx.compose.ui.text.AnnotatedString text, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.text.TextStyle style = TextStyle.Default, boolean softWrap = true, androidx.compose.ui.text.style.TextOverflow overflow = TextOverflow.Clip, int maxLines = 2147483647, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.TextLayoutResult,kotlin.Unit> onTextLayout = { it -> }, kotlin.jvm.functions.Function1<? super java.lang.Integer,kotlin.Unit> onClick);
}
public final class ContentColorKt {
@@ -81,9 +85,9 @@
}
public final class ImageKt {
- method @androidx.compose.runtime.Composable public static inline void Image(androidx.compose.ui.graphics.ImageAsset asset, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.Alignment alignment = Alignment.Center, androidx.compose.ui.layout.ContentScale contentScale = ContentScale.Fit, float alpha = 1.0f, androidx.compose.ui.graphics.ColorFilter? colorFilter = null);
- method @androidx.compose.runtime.Composable public static inline void Image(androidx.compose.ui.graphics.vector.VectorAsset asset, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.Alignment alignment = Alignment.Center, androidx.compose.ui.layout.ContentScale contentScale = ContentScale.Fit, float alpha = 1.0f, androidx.compose.ui.graphics.ColorFilter? colorFilter = null);
- method @androidx.compose.runtime.Composable public static void Image(androidx.compose.ui.graphics.painter.Painter painter, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.Alignment alignment = Alignment.Center, androidx.compose.ui.layout.ContentScale contentScale = ContentScale.Fit, float alpha = 1.0f, androidx.compose.ui.graphics.ColorFilter? colorFilter = null);
+ method @androidx.compose.runtime.Composable public static inline void Image(androidx.compose.ui.graphics.ImageAsset asset, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.Alignment alignment = androidx.compose.ui.Alignment.Companion.Center, androidx.compose.ui.layout.ContentScale contentScale = androidx.compose.ui.layout.ContentScale.Companion.Fit, float alpha = 1.0f, androidx.compose.ui.graphics.ColorFilter? colorFilter = null);
+ method @androidx.compose.runtime.Composable public static inline void Image(androidx.compose.ui.graphics.vector.VectorAsset asset, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.Alignment alignment = androidx.compose.ui.Alignment.Companion.Center, androidx.compose.ui.layout.ContentScale contentScale = androidx.compose.ui.layout.ContentScale.Companion.Fit, float alpha = 1.0f, androidx.compose.ui.graphics.ColorFilter? colorFilter = null);
+ method @androidx.compose.runtime.Composable public static void Image(androidx.compose.ui.graphics.painter.Painter painter, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.Alignment alignment = androidx.compose.ui.Alignment.Companion.Center, androidx.compose.ui.layout.ContentScale contentScale = androidx.compose.ui.layout.ContentScale.Companion.Fit, float alpha = 1.0f, androidx.compose.ui.graphics.ColorFilter? colorFilter = null);
}
@androidx.compose.runtime.Stable public interface Indication {
@@ -116,17 +120,15 @@
method public void addInteraction-Jgxim6Q(androidx.compose.foundation.Interaction interaction, androidx.compose.ui.geometry.Offset? position = null);
method public operator boolean contains(androidx.compose.foundation.Interaction interaction);
method public java.util.Set<androidx.compose.foundation.Interaction> getValue();
- method public androidx.compose.ui.geometry.Offset? interactionPositionFor(androidx.compose.foundation.Interaction interaction);
+ method public androidx.compose.ui.geometry.Offset? interactionPositionFor-_m7T9-E(androidx.compose.foundation.Interaction interaction);
method public void removeInteraction(androidx.compose.foundation.Interaction interaction);
property public java.util.Set<androidx.compose.foundation.Interaction> value;
}
- @kotlin.RequiresOptIn(message="This API is internal to library.") @kotlin.annotation.Target(allowedTargets={AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER}) public @interface InternalFoundationApi {
+ @kotlin.RequiresOptIn(message="This API is internal to library.") @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface InternalFoundationApi {
}
public enum MutatePriority {
- method public static androidx.compose.foundation.MutatePriority valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.foundation.MutatePriority[] values();
enum_constant public static final androidx.compose.foundation.MutatePriority Default;
enum_constant public static final androidx.compose.foundation.MutatePriority PreventUserInput;
enum_constant public static final androidx.compose.foundation.MutatePriority UserInput;
@@ -144,8 +146,8 @@
}
public final class ScrollKt {
- method @androidx.compose.runtime.Composable public static void ScrollableColumn(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.ScrollState scrollState = rememberScrollState(0.0), androidx.compose.foundation.layout.Arrangement.Vertical verticalArrangement = Arrangement.Top, androidx.compose.ui.Alignment.Horizontal horizontalAlignment = Alignment.Start, boolean reverseScrollDirection = false, boolean isScrollEnabled = true, androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ColumnScope,kotlin.Unit> children);
- method @androidx.compose.runtime.Composable public static void ScrollableRow(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.ScrollState scrollState = rememberScrollState(0.0), androidx.compose.foundation.layout.Arrangement.Horizontal horizontalArrangement = Arrangement.Start, androidx.compose.ui.Alignment.Vertical verticalAlignment = Alignment.Top, boolean reverseScrollDirection = false, boolean isScrollEnabled = true, androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> children);
+ method @androidx.compose.runtime.Composable public static void ScrollableColumn(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.ScrollState scrollState = rememberScrollState(0.0), androidx.compose.foundation.layout.Arrangement.Vertical verticalArrangement = androidx.compose.foundation.layout.Arrangement.Top, androidx.compose.ui.Alignment.Horizontal horizontalAlignment = androidx.compose.ui.Alignment.Companion.Start, boolean reverseScrollDirection = false, boolean isScrollEnabled = true, androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ColumnScope,kotlin.Unit> children);
+ method @androidx.compose.runtime.Composable public static void ScrollableRow(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.ScrollState scrollState = rememberScrollState(0.0), androidx.compose.foundation.layout.Arrangement.Horizontal horizontalArrangement = androidx.compose.foundation.layout.Arrangement.Start, androidx.compose.ui.Alignment.Vertical verticalAlignment = androidx.compose.ui.Alignment.Companion.Top, boolean reverseScrollDirection = false, boolean isScrollEnabled = true, androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> children);
method public static androidx.compose.ui.Modifier horizontalScroll(androidx.compose.ui.Modifier, androidx.compose.foundation.ScrollState state, boolean enabled = true, boolean reverseScrolling = false);
method @androidx.compose.runtime.Composable public static androidx.compose.foundation.ScrollState rememberScrollState(float initial = 0f);
method public static androidx.compose.ui.Modifier verticalScroll(androidx.compose.ui.Modifier, androidx.compose.foundation.ScrollState state, boolean enabled = true, boolean reverseScrolling = false);
@@ -191,8 +193,8 @@
public final class TextKt {
method @androidx.compose.runtime.Composable public static void ProvideTextStyle(androidx.compose.ui.text.TextStyle value, kotlin.jvm.functions.Function0<kotlin.Unit> children);
- method @androidx.compose.runtime.Composable public static void Text-TPAwlIA(androidx.compose.ui.text.AnnotatedString text, androidx.compose.ui.Modifier modifier = Modifier, long color = Color.Unset, long fontSize = TextUnit.Inherit, androidx.compose.ui.text.font.FontStyle? fontStyle = null, androidx.compose.ui.text.font.FontWeight? fontWeight = null, androidx.compose.ui.text.font.FontFamily? fontFamily = null, long letterSpacing = TextUnit.Inherit, androidx.compose.ui.text.style.TextDecoration? textDecoration = null, androidx.compose.ui.text.style.TextAlign? textAlign = null, long lineHeight = TextUnit.Inherit, androidx.compose.ui.text.style.TextOverflow overflow = TextOverflow.Clip, boolean softWrap = true, int maxLines = 2147483647, java.util.Map<java.lang.String,androidx.compose.foundation.text.InlineTextContent> inlineContent = mapOf(), kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.TextLayoutResult,kotlin.Unit> onTextLayout = {}, androidx.compose.ui.text.TextStyle style = AmbientTextStyle.current);
- method @androidx.compose.runtime.Composable public static void Text-Vh6c2nE(String text, androidx.compose.ui.Modifier modifier = Modifier, long color = Color.Unset, long fontSize = TextUnit.Inherit, androidx.compose.ui.text.font.FontStyle? fontStyle = null, androidx.compose.ui.text.font.FontWeight? fontWeight = null, androidx.compose.ui.text.font.FontFamily? fontFamily = null, long letterSpacing = TextUnit.Inherit, androidx.compose.ui.text.style.TextDecoration? textDecoration = null, androidx.compose.ui.text.style.TextAlign? textAlign = null, long lineHeight = TextUnit.Inherit, androidx.compose.ui.text.style.TextOverflow overflow = TextOverflow.Clip, boolean softWrap = true, int maxLines = 2147483647, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.TextLayoutResult,kotlin.Unit> onTextLayout = {}, androidx.compose.ui.text.TextStyle style = AmbientTextStyle.current);
+ method @androidx.compose.runtime.Composable public static void Text-TPAwlIA(androidx.compose.ui.text.AnnotatedString text, androidx.compose.ui.Modifier modifier = Modifier, long color = Color.Unset, long fontSize = TextUnit.Inherit, androidx.compose.ui.text.font.FontStyle? fontStyle = null, androidx.compose.ui.text.font.FontWeight? fontWeight = null, androidx.compose.ui.text.font.FontFamily? fontFamily = null, long letterSpacing = TextUnit.Inherit, androidx.compose.ui.text.style.TextDecoration? textDecoration = null, androidx.compose.ui.text.style.TextAlign? textAlign = null, long lineHeight = TextUnit.Inherit, androidx.compose.ui.text.style.TextOverflow overflow = TextOverflow.Clip, boolean softWrap = true, int maxLines = 2147483647, java.util.Map<java.lang.String,androidx.compose.foundation.text.InlineTextContent> inlineContent = mapOf(), kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.TextLayoutResult,kotlin.Unit> onTextLayout = { it -> }, androidx.compose.ui.text.TextStyle style = AmbientTextStyle.current);
+ method @androidx.compose.runtime.Composable public static void Text-Vh6c2nE(String text, androidx.compose.ui.Modifier modifier = Modifier, long color = Color.Unset, long fontSize = TextUnit.Inherit, androidx.compose.ui.text.font.FontStyle? fontStyle = null, androidx.compose.ui.text.font.FontWeight? fontWeight = null, androidx.compose.ui.text.font.FontFamily? fontFamily = null, long letterSpacing = TextUnit.Inherit, androidx.compose.ui.text.style.TextDecoration? textDecoration = null, androidx.compose.ui.text.style.TextAlign? textAlign = null, long lineHeight = TextUnit.Inherit, androidx.compose.ui.text.style.TextOverflow overflow = TextOverflow.Clip, boolean softWrap = true, int maxLines = 2147483647, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.TextLayoutResult,kotlin.Unit> onTextLayout = { it -> }, androidx.compose.ui.text.TextStyle style = AmbientTextStyle.current);
method @Deprecated @androidx.compose.runtime.Composable @androidx.compose.runtime.ComposableContract(readonly=true) public static androidx.compose.ui.text.TextStyle currentTextStyle();
method public static androidx.compose.runtime.ProvidableAmbient<androidx.compose.ui.text.TextStyle> getAmbientTextStyle();
}
@@ -227,11 +229,13 @@
method @androidx.compose.runtime.Immutable public androidx.compose.foundation.animation.FlingConfig copy(androidx.compose.animation.core.FloatDecayAnimationSpec decayAnimation, kotlin.jvm.functions.Function1<? super java.lang.Float,androidx.compose.animation.core.TargetAnimation> adjustTarget);
method public kotlin.jvm.functions.Function1<java.lang.Float,androidx.compose.animation.core.TargetAnimation> getAdjustTarget();
method public androidx.compose.animation.core.FloatDecayAnimationSpec getDecayAnimation();
+ property public final kotlin.jvm.functions.Function1<java.lang.Float,androidx.compose.animation.core.TargetAnimation> adjustTarget;
+ property public final androidx.compose.animation.core.FloatDecayAnimationSpec decayAnimation;
}
public final class FlingConfigKt {
method public static androidx.compose.foundation.animation.FlingConfig FlingConfig(java.util.List<java.lang.Float> anchors, androidx.compose.animation.core.AnimationSpec<java.lang.Float> animationSpec = androidx.compose.animation.core.SpringSpec(), androidx.compose.animation.core.FloatDecayAnimationSpec decayAnimation = androidx.compose.animation.core.ExponentialDecay());
- method @androidx.compose.runtime.Composable public static androidx.compose.foundation.animation.FlingConfig defaultFlingConfig(kotlin.jvm.functions.Function1<? super java.lang.Float,androidx.compose.animation.core.TargetAnimation> adjustTarget = { return null });
+ method @androidx.compose.runtime.Composable public static androidx.compose.foundation.animation.FlingConfig defaultFlingConfig(kotlin.jvm.functions.Function1<? super java.lang.Float,androidx.compose.animation.core.TargetAnimation> adjustTarget = { it -> return null });
method public static void fling(androidx.compose.animation.core.AnimatedFloat, float startVelocity, androidx.compose.foundation.animation.FlingConfig config, kotlin.jvm.functions.Function3<? super androidx.compose.animation.core.AnimationEndReason,? super java.lang.Float,? super java.lang.Float,kotlin.Unit>? onAnimationEnd = null);
}
@@ -243,7 +247,7 @@
}
public final class DraggableKt {
- method public static androidx.compose.ui.Modifier draggable(androidx.compose.ui.Modifier, androidx.compose.ui.gesture.scrollorientationlocking.Orientation orientation, boolean enabled = true, boolean reverseDirection = false, androidx.compose.foundation.InteractionState? interactionState = null, boolean startDragImmediately = false, kotlin.jvm.functions.Function1<? super androidx.compose.ui.gesture.Direction,java.lang.Boolean> canDrag = { return enabled }, kotlin.jvm.functions.Function1<? super androidx.compose.ui.geometry.Offset,kotlin.Unit> onDragStarted = {}, kotlin.jvm.functions.Function1<? super java.lang.Float,kotlin.Unit> onDragStopped = {}, kotlin.jvm.functions.Function2<? super androidx.compose.ui.unit.Density,? super java.lang.Float,kotlin.Unit> onDrag);
+ method public static androidx.compose.ui.Modifier draggable(androidx.compose.ui.Modifier, androidx.compose.ui.gesture.scrollorientationlocking.Orientation orientation, boolean enabled = true, boolean reverseDirection = false, androidx.compose.foundation.InteractionState? interactionState = null, boolean startDragImmediately = false, kotlin.jvm.functions.Function1<? super androidx.compose.ui.gesture.Direction,java.lang.Boolean> canDrag = { it -> return enabled }, kotlin.jvm.functions.Function1<? super androidx.compose.ui.geometry.Offset,kotlin.Unit> onDragStarted = { it -> }, kotlin.jvm.functions.Function1<? super java.lang.Float,kotlin.Unit> onDragStopped = { it -> }, kotlin.jvm.functions.Function2<? super androidx.compose.ui.unit.Density,? super java.lang.Float,kotlin.Unit> onDrag);
}
public final class ScrollableController {
@@ -253,19 +257,22 @@
method public boolean isAnimationRunning();
method public void smoothScrollBy(float value, androidx.compose.animation.core.AnimationSpec<java.lang.Float> spec = androidx.compose.animation.core.SpringSpec(), kotlin.jvm.functions.Function2<? super androidx.compose.animation.core.AnimationEndReason,? super java.lang.Float,kotlin.Unit> onEnd = { _, _ -> });
method public void stopAnimation();
+ property public final kotlin.jvm.functions.Function1<java.lang.Float,java.lang.Float> consumeScrollDelta;
+ property public final androidx.compose.foundation.animation.FlingConfig flingConfig;
property public final boolean isAnimationRunning;
}
public final class ScrollableKt {
method @androidx.compose.runtime.Composable public static androidx.compose.foundation.gestures.ScrollableController rememberScrollableController(kotlin.jvm.functions.Function1<? super java.lang.Float,java.lang.Float> consumeScrollDelta);
- method public static androidx.compose.ui.Modifier scrollable(androidx.compose.ui.Modifier, androidx.compose.ui.gesture.scrollorientationlocking.Orientation orientation, androidx.compose.foundation.gestures.ScrollableController controller, boolean enabled = true, boolean reverseDirection = false, kotlin.jvm.functions.Function1<? super androidx.compose.ui.gesture.Direction,java.lang.Boolean> canScroll = { return enabled }, kotlin.jvm.functions.Function1<? super androidx.compose.ui.geometry.Offset,kotlin.Unit> onScrollStarted = {}, kotlin.jvm.functions.Function1<? super java.lang.Float,kotlin.Unit> onScrollStopped = {});
+ method public static androidx.compose.ui.Modifier scrollable(androidx.compose.ui.Modifier, androidx.compose.ui.gesture.scrollorientationlocking.Orientation orientation, androidx.compose.foundation.gestures.ScrollableController controller, boolean enabled = true, boolean reverseDirection = false, kotlin.jvm.functions.Function1<? super androidx.compose.ui.gesture.Direction,java.lang.Boolean> canScroll = { it -> return enabled }, kotlin.jvm.functions.Function1<? super androidx.compose.ui.geometry.Offset,kotlin.Unit> onScrollStarted = { it -> }, kotlin.jvm.functions.Function1<? super java.lang.Float,kotlin.Unit> onScrollStopped = { it -> });
}
public final class ZoomableController {
ctor public ZoomableController(androidx.compose.animation.core.AnimationClockObservable animationClock, kotlin.jvm.functions.Function1<? super java.lang.Float,kotlin.Unit> onZoomDelta);
method public kotlin.jvm.functions.Function1<java.lang.Float,kotlin.Unit> getOnZoomDelta();
- method public void smoothScaleBy(float value, androidx.compose.animation.core.AnimationSpec<java.lang.Float> spec = androidx.compose.animation.core.SpringSpec(Spring.StiffnessLow), kotlin.jvm.functions.Function2<? super androidx.compose.animation.core.AnimationEndReason,? super java.lang.Float,kotlin.Unit>? onEnd = null);
+ method public void smoothScaleBy(float value, androidx.compose.animation.core.AnimationSpec<java.lang.Float> spec = androidx.compose.animation.core.SpringSpec(androidx.compose.animation.core.Spring.StiffnessLow), kotlin.jvm.functions.Function2<? super androidx.compose.animation.core.AnimationEndReason,? super java.lang.Float,kotlin.Unit>? onEnd = null);
method public void stopAnimation();
+ property public final kotlin.jvm.functions.Function1<java.lang.Float,kotlin.Unit> onZoomDelta;
}
public final class ZoomableKt {
@@ -285,17 +292,17 @@
}
public final class LazyDslKt {
- method @androidx.compose.foundation.lazy.ExperimentalLazyDsl @androidx.compose.runtime.Composable public static void LazyColumn(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.lazy.LazyListState state = rememberLazyListState(), androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), androidx.compose.ui.Alignment.Horizontal horizontalAlignment = Alignment.Start, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.lazy.LazyListScope,kotlin.Unit> content);
- method @androidx.compose.foundation.lazy.ExperimentalLazyDsl @androidx.compose.runtime.Composable public static void LazyRow(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.lazy.LazyListState state = rememberLazyListState(), androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), androidx.compose.ui.Alignment.Vertical verticalAlignment = Alignment.Top, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.lazy.LazyListScope,kotlin.Unit> content);
+ method @androidx.compose.foundation.lazy.ExperimentalLazyDsl @androidx.compose.runtime.Composable public static void LazyColumn(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.lazy.LazyListState state = rememberLazyListState(), androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), androidx.compose.ui.Alignment.Horizontal horizontalAlignment = androidx.compose.ui.Alignment.Companion.Start, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.lazy.LazyListScope,kotlin.Unit> content);
+ method @androidx.compose.foundation.lazy.ExperimentalLazyDsl @androidx.compose.runtime.Composable public static void LazyRow(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.lazy.LazyListState state = rememberLazyListState(), androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), androidx.compose.ui.Alignment.Vertical verticalAlignment = androidx.compose.ui.Alignment.Companion.Top, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.lazy.LazyListScope,kotlin.Unit> content);
}
public final class LazyForKt {
- method @androidx.compose.runtime.Composable public static <T> void LazyColumnFor(java.util.List<? extends T> items, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.lazy.LazyListState state = rememberLazyListState(), androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), androidx.compose.ui.Alignment.Horizontal horizontalAlignment = Alignment.Start, kotlin.jvm.functions.Function2<? super androidx.compose.foundation.lazy.LazyItemScope,? super T,kotlin.Unit> itemContent);
- method @androidx.compose.runtime.Composable public static <T> void LazyColumnForIndexed(java.util.List<? extends T> items, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.lazy.LazyListState state = rememberLazyListState(), androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), androidx.compose.ui.Alignment.Horizontal horizontalAlignment = Alignment.Start, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.lazy.LazyItemScope,? super java.lang.Integer,? super T,kotlin.Unit> itemContent);
- method @Deprecated @androidx.compose.runtime.Composable public static <T> void LazyColumnItems(java.util.List<? extends T> items, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), androidx.compose.ui.Alignment.Horizontal horizontalGravity = Alignment.Start, kotlin.jvm.functions.Function1<? super T,kotlin.Unit> itemContent);
- method @androidx.compose.runtime.Composable public static <T> void LazyRowFor(java.util.List<? extends T> items, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.lazy.LazyListState state = rememberLazyListState(), androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), androidx.compose.ui.Alignment.Vertical verticalAlignment = Alignment.Top, kotlin.jvm.functions.Function2<? super androidx.compose.foundation.lazy.LazyItemScope,? super T,kotlin.Unit> itemContent);
- method @androidx.compose.runtime.Composable public static <T> void LazyRowForIndexed(java.util.List<? extends T> items, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.lazy.LazyListState state = rememberLazyListState(), androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), androidx.compose.ui.Alignment.Vertical verticalAlignment = Alignment.Top, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.lazy.LazyItemScope,? super java.lang.Integer,? super T,kotlin.Unit> itemContent);
- method @Deprecated @androidx.compose.runtime.Composable public static <T> void LazyRowItems(java.util.List<? extends T> items, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), androidx.compose.ui.Alignment.Vertical verticalGravity = Alignment.Top, kotlin.jvm.functions.Function1<? super T,kotlin.Unit> itemContent);
+ method @androidx.compose.runtime.Composable public static <T> void LazyColumnFor(java.util.List<? extends T> items, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.lazy.LazyListState state = rememberLazyListState(), androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), androidx.compose.ui.Alignment.Horizontal horizontalAlignment = androidx.compose.ui.Alignment.Companion.Start, kotlin.jvm.functions.Function2<? super androidx.compose.foundation.lazy.LazyItemScope,? super T,kotlin.Unit> itemContent);
+ method @androidx.compose.runtime.Composable public static <T> void LazyColumnForIndexed(java.util.List<? extends T> items, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.lazy.LazyListState state = rememberLazyListState(), androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), androidx.compose.ui.Alignment.Horizontal horizontalAlignment = androidx.compose.ui.Alignment.Companion.Start, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.lazy.LazyItemScope,? super java.lang.Integer,? super T,kotlin.Unit> itemContent);
+ method @Deprecated @androidx.compose.runtime.Composable public static <T> void LazyColumnItems(java.util.List<? extends T> items, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), androidx.compose.ui.Alignment.Horizontal horizontalGravity = androidx.compose.ui.Alignment.Companion.Start, kotlin.jvm.functions.Function1<? super T,kotlin.Unit> itemContent);
+ method @androidx.compose.runtime.Composable public static <T> void LazyRowFor(java.util.List<? extends T> items, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.lazy.LazyListState state = rememberLazyListState(), androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), androidx.compose.ui.Alignment.Vertical verticalAlignment = androidx.compose.ui.Alignment.Companion.Top, kotlin.jvm.functions.Function2<? super androidx.compose.foundation.lazy.LazyItemScope,? super T,kotlin.Unit> itemContent);
+ method @androidx.compose.runtime.Composable public static <T> void LazyRowForIndexed(java.util.List<? extends T> items, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.lazy.LazyListState state = rememberLazyListState(), androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), androidx.compose.ui.Alignment.Vertical verticalAlignment = androidx.compose.ui.Alignment.Companion.Top, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.lazy.LazyItemScope,? super java.lang.Integer,? super T,kotlin.Unit> itemContent);
+ method @Deprecated @androidx.compose.runtime.Composable public static <T> void LazyRowItems(java.util.List<? extends T> items, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), androidx.compose.ui.Alignment.Vertical verticalGravity = androidx.compose.ui.Alignment.Companion.Top, kotlin.jvm.functions.Function1<? super T,kotlin.Unit> itemContent);
}
public final class LazyGridKt {
@@ -351,8 +358,6 @@
}
public enum ToggleableState {
- method public static androidx.compose.foundation.selection.ToggleableState valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.foundation.selection.ToggleableState[] values();
enum_constant public static final androidx.compose.foundation.selection.ToggleableState Indeterminate;
enum_constant public static final androidx.compose.foundation.selection.ToggleableState Off;
enum_constant public static final androidx.compose.foundation.selection.ToggleableState On;
@@ -395,6 +400,10 @@
method public final androidx.compose.foundation.shape.CornerSize getBottomRight();
method public final androidx.compose.foundation.shape.CornerSize getTopLeft();
method public final androidx.compose.foundation.shape.CornerSize getTopRight();
+ property public final androidx.compose.foundation.shape.CornerSize bottomLeft;
+ property public final androidx.compose.foundation.shape.CornerSize bottomRight;
+ property public final androidx.compose.foundation.shape.CornerSize topLeft;
+ property public final androidx.compose.foundation.shape.CornerSize topRight;
}
@androidx.compose.runtime.Immutable public interface CornerSize {
diff --git a/compose/foundation/foundation/api/restricted_current.txt b/compose/foundation/foundation/api/restricted_current.txt
index f0aedcb..49b723b 100644
--- a/compose/foundation/foundation/api/restricted_current.txt
+++ b/compose/foundation/foundation/api/restricted_current.txt
@@ -7,16 +7,18 @@
}
public final class BaseTextFieldKt {
- method @androidx.compose.foundation.ExperimentalFoundationApi @androidx.compose.runtime.Composable public static void BaseTextField-ngE-tqQ(androidx.compose.ui.text.input.TextFieldValue value, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.input.TextFieldValue,kotlin.Unit> onValueChange, androidx.compose.ui.Modifier modifier = Modifier, long textColor = Color.Unset, androidx.compose.ui.text.TextStyle textStyle = AmbientTextStyle.current, androidx.compose.ui.text.input.KeyboardType keyboardType = KeyboardType.Text, androidx.compose.ui.text.input.ImeAction imeAction = ImeAction.Unspecified, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.input.ImeAction,kotlin.Unit> onImeActionPerformed = {}, androidx.compose.ui.text.input.VisualTransformation visualTransformation = VisualTransformation.None, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.TextLayoutResult,kotlin.Unit> onTextLayout = {}, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onTextInputStarted = {}, long cursorColor = AmbientContentColor.current);
+ method @androidx.compose.foundation.ExperimentalFoundationApi @androidx.compose.runtime.Composable public static void BaseTextField-ngE-tqQ(androidx.compose.ui.text.input.TextFieldValue value, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.input.TextFieldValue,kotlin.Unit> onValueChange, androidx.compose.ui.Modifier modifier = Modifier, long textColor = Color.Unset, androidx.compose.ui.text.TextStyle textStyle = AmbientTextStyle.current, androidx.compose.ui.text.input.KeyboardType keyboardType = KeyboardType.Text, androidx.compose.ui.text.input.ImeAction imeAction = ImeAction.Unspecified, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.input.ImeAction,kotlin.Unit> onImeActionPerformed = { it -> }, androidx.compose.ui.text.input.VisualTransformation visualTransformation = androidx.compose.ui.text.input.VisualTransformation.Companion.None, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.TextLayoutResult,kotlin.Unit> onTextLayout = { it -> }, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onTextInputStarted = { it -> }, long cursorColor = AmbientContentColor.current);
method @VisibleForTesting public static void setBlinkingCursorEnabled(boolean p);
}
@Deprecated @androidx.compose.runtime.Immutable public final class Border {
- method @Deprecated public float component1();
+ method @Deprecated public float component1-D9Ej5fM();
method @Deprecated public androidx.compose.ui.graphics.Brush component2();
method @Deprecated @androidx.compose.runtime.Immutable public androidx.compose.foundation.Border copy-v_fYJzc(float size, androidx.compose.ui.graphics.Brush brush);
method @Deprecated public androidx.compose.ui.graphics.Brush getBrush();
- method @Deprecated public float getSize();
+ method @Deprecated public float getSize-D9Ej5fM();
+ property public final androidx.compose.ui.graphics.Brush brush;
+ property public final float size;
}
public final class BorderKt {
@@ -29,11 +31,13 @@
}
@androidx.compose.runtime.Immutable public final class BorderStroke {
- method public float component1();
+ method public float component1-D9Ej5fM();
method public androidx.compose.ui.graphics.Brush component2();
method @androidx.compose.runtime.Immutable public androidx.compose.foundation.BorderStroke copy-v_fYJzc(float width, androidx.compose.ui.graphics.Brush brush);
method public androidx.compose.ui.graphics.Brush getBrush();
- method public float getWidth();
+ method public float getWidth-D9Ej5fM();
+ property public final androidx.compose.ui.graphics.Brush brush;
+ property public final float width;
}
public final class BorderStrokeKt {
@@ -45,7 +49,7 @@
method @Deprecated @androidx.compose.runtime.Composable public static void Box-0SX22z8(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.graphics.Shape shape = androidx.compose.ui.graphics.RectangleShapeKt.RectangleShape, long backgroundColor = Color.Transparent, androidx.compose.foundation.BorderStroke? border = null, float padding = elvis {
var var8dc44ff7: androidx.compose.ui.unit.Dp = border?.width
if (var8dc44ff7 != null) var8dc44ff7 else 0.dp
-}, float paddingStart = Dp.Unspecified, float paddingTop = Dp.Unspecified, float paddingEnd = Dp.Unspecified, float paddingBottom = Dp.Unspecified, androidx.compose.ui.Alignment gravity = ContentGravity.TopStart, kotlin.jvm.functions.Function0<kotlin.Unit> children = emptyContent());
+}, float paddingStart = Dp.Unspecified, float paddingTop = Dp.Unspecified, float paddingEnd = Dp.Unspecified, float paddingBottom = Dp.Unspecified, androidx.compose.ui.Alignment gravity = androidx.compose.ui.Alignment.Companion.TopStart, kotlin.jvm.functions.Function0<kotlin.Unit> children = emptyContent());
}
public final class CanvasKt {
@@ -59,7 +63,7 @@
}
public final class ClickableTextKt {
- method @androidx.compose.runtime.Composable public static void ClickableText(androidx.compose.ui.text.AnnotatedString text, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.text.TextStyle style = TextStyle.Default, boolean softWrap = true, androidx.compose.ui.text.style.TextOverflow overflow = TextOverflow.Clip, int maxLines = 2147483647, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.TextLayoutResult,kotlin.Unit> onTextLayout = {}, kotlin.jvm.functions.Function1<? super java.lang.Integer,kotlin.Unit> onClick);
+ method @androidx.compose.runtime.Composable public static void ClickableText(androidx.compose.ui.text.AnnotatedString text, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.text.TextStyle style = TextStyle.Default, boolean softWrap = true, androidx.compose.ui.text.style.TextOverflow overflow = TextOverflow.Clip, int maxLines = 2147483647, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.TextLayoutResult,kotlin.Unit> onTextLayout = { it -> }, kotlin.jvm.functions.Function1<? super java.lang.Integer,kotlin.Unit> onClick);
}
public final class ContentColorKt {
@@ -81,9 +85,9 @@
}
public final class ImageKt {
- method @androidx.compose.runtime.Composable public static inline void Image(androidx.compose.ui.graphics.ImageAsset asset, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.Alignment alignment = Alignment.Center, androidx.compose.ui.layout.ContentScale contentScale = ContentScale.Fit, float alpha = 1.0f, androidx.compose.ui.graphics.ColorFilter? colorFilter = null);
- method @androidx.compose.runtime.Composable public static inline void Image(androidx.compose.ui.graphics.vector.VectorAsset asset, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.Alignment alignment = Alignment.Center, androidx.compose.ui.layout.ContentScale contentScale = ContentScale.Fit, float alpha = 1.0f, androidx.compose.ui.graphics.ColorFilter? colorFilter = null);
- method @androidx.compose.runtime.Composable public static void Image(androidx.compose.ui.graphics.painter.Painter painter, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.Alignment alignment = Alignment.Center, androidx.compose.ui.layout.ContentScale contentScale = ContentScale.Fit, float alpha = 1.0f, androidx.compose.ui.graphics.ColorFilter? colorFilter = null);
+ method @androidx.compose.runtime.Composable public static inline void Image(androidx.compose.ui.graphics.ImageAsset asset, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.Alignment alignment = androidx.compose.ui.Alignment.Companion.Center, androidx.compose.ui.layout.ContentScale contentScale = androidx.compose.ui.layout.ContentScale.Companion.Fit, float alpha = 1.0f, androidx.compose.ui.graphics.ColorFilter? colorFilter = null);
+ method @androidx.compose.runtime.Composable public static inline void Image(androidx.compose.ui.graphics.vector.VectorAsset asset, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.Alignment alignment = androidx.compose.ui.Alignment.Companion.Center, androidx.compose.ui.layout.ContentScale contentScale = androidx.compose.ui.layout.ContentScale.Companion.Fit, float alpha = 1.0f, androidx.compose.ui.graphics.ColorFilter? colorFilter = null);
+ method @androidx.compose.runtime.Composable public static void Image(androidx.compose.ui.graphics.painter.Painter painter, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.Alignment alignment = androidx.compose.ui.Alignment.Companion.Center, androidx.compose.ui.layout.ContentScale contentScale = androidx.compose.ui.layout.ContentScale.Companion.Fit, float alpha = 1.0f, androidx.compose.ui.graphics.ColorFilter? colorFilter = null);
}
@androidx.compose.runtime.Stable public interface Indication {
@@ -116,17 +120,15 @@
method public void addInteraction-Jgxim6Q(androidx.compose.foundation.Interaction interaction, androidx.compose.ui.geometry.Offset? position = null);
method public operator boolean contains(androidx.compose.foundation.Interaction interaction);
method public java.util.Set<androidx.compose.foundation.Interaction> getValue();
- method public androidx.compose.ui.geometry.Offset? interactionPositionFor(androidx.compose.foundation.Interaction interaction);
+ method public androidx.compose.ui.geometry.Offset? interactionPositionFor-_m7T9-E(androidx.compose.foundation.Interaction interaction);
method public void removeInteraction(androidx.compose.foundation.Interaction interaction);
property public java.util.Set<androidx.compose.foundation.Interaction> value;
}
- @kotlin.RequiresOptIn(message="This API is internal to library.") @kotlin.annotation.Target(allowedTargets={AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER}) public @interface InternalFoundationApi {
+ @kotlin.RequiresOptIn(message="This API is internal to library.") @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface InternalFoundationApi {
}
public enum MutatePriority {
- method public static androidx.compose.foundation.MutatePriority valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.foundation.MutatePriority[] values();
enum_constant public static final androidx.compose.foundation.MutatePriority Default;
enum_constant public static final androidx.compose.foundation.MutatePriority PreventUserInput;
enum_constant public static final androidx.compose.foundation.MutatePriority UserInput;
@@ -144,8 +146,8 @@
}
public final class ScrollKt {
- method @androidx.compose.runtime.Composable public static void ScrollableColumn(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.ScrollState scrollState = rememberScrollState(0.0), androidx.compose.foundation.layout.Arrangement.Vertical verticalArrangement = Arrangement.Top, androidx.compose.ui.Alignment.Horizontal horizontalAlignment = Alignment.Start, boolean reverseScrollDirection = false, boolean isScrollEnabled = true, androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ColumnScope,kotlin.Unit> children);
- method @androidx.compose.runtime.Composable public static void ScrollableRow(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.ScrollState scrollState = rememberScrollState(0.0), androidx.compose.foundation.layout.Arrangement.Horizontal horizontalArrangement = Arrangement.Start, androidx.compose.ui.Alignment.Vertical verticalAlignment = Alignment.Top, boolean reverseScrollDirection = false, boolean isScrollEnabled = true, androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> children);
+ method @androidx.compose.runtime.Composable public static void ScrollableColumn(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.ScrollState scrollState = rememberScrollState(0.0), androidx.compose.foundation.layout.Arrangement.Vertical verticalArrangement = androidx.compose.foundation.layout.Arrangement.Top, androidx.compose.ui.Alignment.Horizontal horizontalAlignment = androidx.compose.ui.Alignment.Companion.Start, boolean reverseScrollDirection = false, boolean isScrollEnabled = true, androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ColumnScope,kotlin.Unit> children);
+ method @androidx.compose.runtime.Composable public static void ScrollableRow(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.ScrollState scrollState = rememberScrollState(0.0), androidx.compose.foundation.layout.Arrangement.Horizontal horizontalArrangement = androidx.compose.foundation.layout.Arrangement.Start, androidx.compose.ui.Alignment.Vertical verticalAlignment = androidx.compose.ui.Alignment.Companion.Top, boolean reverseScrollDirection = false, boolean isScrollEnabled = true, androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> children);
method public static androidx.compose.ui.Modifier horizontalScroll(androidx.compose.ui.Modifier, androidx.compose.foundation.ScrollState state, boolean enabled = true, boolean reverseScrolling = false);
method @androidx.compose.runtime.Composable public static androidx.compose.foundation.ScrollState rememberScrollState(float initial = 0f);
method public static androidx.compose.ui.Modifier verticalScroll(androidx.compose.ui.Modifier, androidx.compose.foundation.ScrollState state, boolean enabled = true, boolean reverseScrolling = false);
@@ -191,8 +193,8 @@
public final class TextKt {
method @androidx.compose.runtime.Composable public static void ProvideTextStyle(androidx.compose.ui.text.TextStyle value, kotlin.jvm.functions.Function0<kotlin.Unit> children);
- method @androidx.compose.runtime.Composable public static void Text-TPAwlIA(androidx.compose.ui.text.AnnotatedString text, androidx.compose.ui.Modifier modifier = Modifier, long color = Color.Unset, long fontSize = TextUnit.Inherit, androidx.compose.ui.text.font.FontStyle? fontStyle = null, androidx.compose.ui.text.font.FontWeight? fontWeight = null, androidx.compose.ui.text.font.FontFamily? fontFamily = null, long letterSpacing = TextUnit.Inherit, androidx.compose.ui.text.style.TextDecoration? textDecoration = null, androidx.compose.ui.text.style.TextAlign? textAlign = null, long lineHeight = TextUnit.Inherit, androidx.compose.ui.text.style.TextOverflow overflow = TextOverflow.Clip, boolean softWrap = true, int maxLines = 2147483647, java.util.Map<java.lang.String,androidx.compose.foundation.text.InlineTextContent> inlineContent = mapOf(), kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.TextLayoutResult,kotlin.Unit> onTextLayout = {}, androidx.compose.ui.text.TextStyle style = AmbientTextStyle.current);
- method @androidx.compose.runtime.Composable public static void Text-Vh6c2nE(String text, androidx.compose.ui.Modifier modifier = Modifier, long color = Color.Unset, long fontSize = TextUnit.Inherit, androidx.compose.ui.text.font.FontStyle? fontStyle = null, androidx.compose.ui.text.font.FontWeight? fontWeight = null, androidx.compose.ui.text.font.FontFamily? fontFamily = null, long letterSpacing = TextUnit.Inherit, androidx.compose.ui.text.style.TextDecoration? textDecoration = null, androidx.compose.ui.text.style.TextAlign? textAlign = null, long lineHeight = TextUnit.Inherit, androidx.compose.ui.text.style.TextOverflow overflow = TextOverflow.Clip, boolean softWrap = true, int maxLines = 2147483647, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.TextLayoutResult,kotlin.Unit> onTextLayout = {}, androidx.compose.ui.text.TextStyle style = AmbientTextStyle.current);
+ method @androidx.compose.runtime.Composable public static void Text-TPAwlIA(androidx.compose.ui.text.AnnotatedString text, androidx.compose.ui.Modifier modifier = Modifier, long color = Color.Unset, long fontSize = TextUnit.Inherit, androidx.compose.ui.text.font.FontStyle? fontStyle = null, androidx.compose.ui.text.font.FontWeight? fontWeight = null, androidx.compose.ui.text.font.FontFamily? fontFamily = null, long letterSpacing = TextUnit.Inherit, androidx.compose.ui.text.style.TextDecoration? textDecoration = null, androidx.compose.ui.text.style.TextAlign? textAlign = null, long lineHeight = TextUnit.Inherit, androidx.compose.ui.text.style.TextOverflow overflow = TextOverflow.Clip, boolean softWrap = true, int maxLines = 2147483647, java.util.Map<java.lang.String,androidx.compose.foundation.text.InlineTextContent> inlineContent = mapOf(), kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.TextLayoutResult,kotlin.Unit> onTextLayout = { it -> }, androidx.compose.ui.text.TextStyle style = AmbientTextStyle.current);
+ method @androidx.compose.runtime.Composable public static void Text-Vh6c2nE(String text, androidx.compose.ui.Modifier modifier = Modifier, long color = Color.Unset, long fontSize = TextUnit.Inherit, androidx.compose.ui.text.font.FontStyle? fontStyle = null, androidx.compose.ui.text.font.FontWeight? fontWeight = null, androidx.compose.ui.text.font.FontFamily? fontFamily = null, long letterSpacing = TextUnit.Inherit, androidx.compose.ui.text.style.TextDecoration? textDecoration = null, androidx.compose.ui.text.style.TextAlign? textAlign = null, long lineHeight = TextUnit.Inherit, androidx.compose.ui.text.style.TextOverflow overflow = TextOverflow.Clip, boolean softWrap = true, int maxLines = 2147483647, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.TextLayoutResult,kotlin.Unit> onTextLayout = { it -> }, androidx.compose.ui.text.TextStyle style = AmbientTextStyle.current);
method @Deprecated @androidx.compose.runtime.Composable @androidx.compose.runtime.ComposableContract(readonly=true) public static androidx.compose.ui.text.TextStyle currentTextStyle();
method public static androidx.compose.runtime.ProvidableAmbient<androidx.compose.ui.text.TextStyle> getAmbientTextStyle();
}
@@ -227,11 +229,13 @@
method @androidx.compose.runtime.Immutable public androidx.compose.foundation.animation.FlingConfig copy(androidx.compose.animation.core.FloatDecayAnimationSpec decayAnimation, kotlin.jvm.functions.Function1<? super java.lang.Float,androidx.compose.animation.core.TargetAnimation> adjustTarget);
method public kotlin.jvm.functions.Function1<java.lang.Float,androidx.compose.animation.core.TargetAnimation> getAdjustTarget();
method public androidx.compose.animation.core.FloatDecayAnimationSpec getDecayAnimation();
+ property public final kotlin.jvm.functions.Function1<java.lang.Float,androidx.compose.animation.core.TargetAnimation> adjustTarget;
+ property public final androidx.compose.animation.core.FloatDecayAnimationSpec decayAnimation;
}
public final class FlingConfigKt {
method public static androidx.compose.foundation.animation.FlingConfig FlingConfig(java.util.List<java.lang.Float> anchors, androidx.compose.animation.core.AnimationSpec<java.lang.Float> animationSpec = androidx.compose.animation.core.SpringSpec(), androidx.compose.animation.core.FloatDecayAnimationSpec decayAnimation = androidx.compose.animation.core.ExponentialDecay());
- method @androidx.compose.runtime.Composable public static androidx.compose.foundation.animation.FlingConfig defaultFlingConfig(kotlin.jvm.functions.Function1<? super java.lang.Float,androidx.compose.animation.core.TargetAnimation> adjustTarget = { return null });
+ method @androidx.compose.runtime.Composable public static androidx.compose.foundation.animation.FlingConfig defaultFlingConfig(kotlin.jvm.functions.Function1<? super java.lang.Float,androidx.compose.animation.core.TargetAnimation> adjustTarget = { it -> return null });
method public static void fling(androidx.compose.animation.core.AnimatedFloat, float startVelocity, androidx.compose.foundation.animation.FlingConfig config, kotlin.jvm.functions.Function3<? super androidx.compose.animation.core.AnimationEndReason,? super java.lang.Float,? super java.lang.Float,kotlin.Unit>? onAnimationEnd = null);
}
@@ -243,7 +247,7 @@
}
public final class DraggableKt {
- method public static androidx.compose.ui.Modifier draggable(androidx.compose.ui.Modifier, androidx.compose.ui.gesture.scrollorientationlocking.Orientation orientation, boolean enabled = true, boolean reverseDirection = false, androidx.compose.foundation.InteractionState? interactionState = null, boolean startDragImmediately = false, kotlin.jvm.functions.Function1<? super androidx.compose.ui.gesture.Direction,java.lang.Boolean> canDrag = { return enabled }, kotlin.jvm.functions.Function1<? super androidx.compose.ui.geometry.Offset,kotlin.Unit> onDragStarted = {}, kotlin.jvm.functions.Function1<? super java.lang.Float,kotlin.Unit> onDragStopped = {}, kotlin.jvm.functions.Function2<? super androidx.compose.ui.unit.Density,? super java.lang.Float,kotlin.Unit> onDrag);
+ method public static androidx.compose.ui.Modifier draggable(androidx.compose.ui.Modifier, androidx.compose.ui.gesture.scrollorientationlocking.Orientation orientation, boolean enabled = true, boolean reverseDirection = false, androidx.compose.foundation.InteractionState? interactionState = null, boolean startDragImmediately = false, kotlin.jvm.functions.Function1<? super androidx.compose.ui.gesture.Direction,java.lang.Boolean> canDrag = { it -> return enabled }, kotlin.jvm.functions.Function1<? super androidx.compose.ui.geometry.Offset,kotlin.Unit> onDragStarted = { it -> }, kotlin.jvm.functions.Function1<? super java.lang.Float,kotlin.Unit> onDragStopped = { it -> }, kotlin.jvm.functions.Function2<? super androidx.compose.ui.unit.Density,? super java.lang.Float,kotlin.Unit> onDrag);
}
public final class ScrollableController {
@@ -253,19 +257,22 @@
method public boolean isAnimationRunning();
method public void smoothScrollBy(float value, androidx.compose.animation.core.AnimationSpec<java.lang.Float> spec = androidx.compose.animation.core.SpringSpec(), kotlin.jvm.functions.Function2<? super androidx.compose.animation.core.AnimationEndReason,? super java.lang.Float,kotlin.Unit> onEnd = { _, _ -> });
method public void stopAnimation();
+ property public final kotlin.jvm.functions.Function1<java.lang.Float,java.lang.Float> consumeScrollDelta;
+ property public final androidx.compose.foundation.animation.FlingConfig flingConfig;
property public final boolean isAnimationRunning;
}
public final class ScrollableKt {
method @androidx.compose.runtime.Composable public static androidx.compose.foundation.gestures.ScrollableController rememberScrollableController(kotlin.jvm.functions.Function1<? super java.lang.Float,java.lang.Float> consumeScrollDelta);
- method public static androidx.compose.ui.Modifier scrollable(androidx.compose.ui.Modifier, androidx.compose.ui.gesture.scrollorientationlocking.Orientation orientation, androidx.compose.foundation.gestures.ScrollableController controller, boolean enabled = true, boolean reverseDirection = false, kotlin.jvm.functions.Function1<? super androidx.compose.ui.gesture.Direction,java.lang.Boolean> canScroll = { return enabled }, kotlin.jvm.functions.Function1<? super androidx.compose.ui.geometry.Offset,kotlin.Unit> onScrollStarted = {}, kotlin.jvm.functions.Function1<? super java.lang.Float,kotlin.Unit> onScrollStopped = {});
+ method public static androidx.compose.ui.Modifier scrollable(androidx.compose.ui.Modifier, androidx.compose.ui.gesture.scrollorientationlocking.Orientation orientation, androidx.compose.foundation.gestures.ScrollableController controller, boolean enabled = true, boolean reverseDirection = false, kotlin.jvm.functions.Function1<? super androidx.compose.ui.gesture.Direction,java.lang.Boolean> canScroll = { it -> return enabled }, kotlin.jvm.functions.Function1<? super androidx.compose.ui.geometry.Offset,kotlin.Unit> onScrollStarted = { it -> }, kotlin.jvm.functions.Function1<? super java.lang.Float,kotlin.Unit> onScrollStopped = { it -> });
}
public final class ZoomableController {
ctor public ZoomableController(androidx.compose.animation.core.AnimationClockObservable animationClock, kotlin.jvm.functions.Function1<? super java.lang.Float,kotlin.Unit> onZoomDelta);
method public kotlin.jvm.functions.Function1<java.lang.Float,kotlin.Unit> getOnZoomDelta();
- method public void smoothScaleBy(float value, androidx.compose.animation.core.AnimationSpec<java.lang.Float> spec = androidx.compose.animation.core.SpringSpec(Spring.StiffnessLow), kotlin.jvm.functions.Function2<? super androidx.compose.animation.core.AnimationEndReason,? super java.lang.Float,kotlin.Unit>? onEnd = null);
+ method public void smoothScaleBy(float value, androidx.compose.animation.core.AnimationSpec<java.lang.Float> spec = androidx.compose.animation.core.SpringSpec(androidx.compose.animation.core.Spring.StiffnessLow), kotlin.jvm.functions.Function2<? super androidx.compose.animation.core.AnimationEndReason,? super java.lang.Float,kotlin.Unit>? onEnd = null);
method public void stopAnimation();
+ property public final kotlin.jvm.functions.Function1<java.lang.Float,kotlin.Unit> onZoomDelta;
}
public final class ZoomableKt {
@@ -285,17 +292,17 @@
}
public final class LazyDslKt {
- method @androidx.compose.foundation.lazy.ExperimentalLazyDsl @androidx.compose.runtime.Composable public static void LazyColumn(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.lazy.LazyListState state = rememberLazyListState(), androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), androidx.compose.ui.Alignment.Horizontal horizontalAlignment = Alignment.Start, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.lazy.LazyListScope,kotlin.Unit> content);
- method @androidx.compose.foundation.lazy.ExperimentalLazyDsl @androidx.compose.runtime.Composable public static void LazyRow(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.lazy.LazyListState state = rememberLazyListState(), androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), androidx.compose.ui.Alignment.Vertical verticalAlignment = Alignment.Top, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.lazy.LazyListScope,kotlin.Unit> content);
+ method @androidx.compose.foundation.lazy.ExperimentalLazyDsl @androidx.compose.runtime.Composable public static void LazyColumn(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.lazy.LazyListState state = rememberLazyListState(), androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), androidx.compose.ui.Alignment.Horizontal horizontalAlignment = androidx.compose.ui.Alignment.Companion.Start, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.lazy.LazyListScope,kotlin.Unit> content);
+ method @androidx.compose.foundation.lazy.ExperimentalLazyDsl @androidx.compose.runtime.Composable public static void LazyRow(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.lazy.LazyListState state = rememberLazyListState(), androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), androidx.compose.ui.Alignment.Vertical verticalAlignment = androidx.compose.ui.Alignment.Companion.Top, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.lazy.LazyListScope,kotlin.Unit> content);
}
public final class LazyForKt {
- method @androidx.compose.runtime.Composable public static <T> void LazyColumnFor(java.util.List<? extends T> items, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.lazy.LazyListState state = rememberLazyListState(), androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), androidx.compose.ui.Alignment.Horizontal horizontalAlignment = Alignment.Start, kotlin.jvm.functions.Function2<? super androidx.compose.foundation.lazy.LazyItemScope,? super T,kotlin.Unit> itemContent);
- method @androidx.compose.runtime.Composable public static <T> void LazyColumnForIndexed(java.util.List<? extends T> items, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.lazy.LazyListState state = rememberLazyListState(), androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), androidx.compose.ui.Alignment.Horizontal horizontalAlignment = Alignment.Start, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.lazy.LazyItemScope,? super java.lang.Integer,? super T,kotlin.Unit> itemContent);
- method @Deprecated @androidx.compose.runtime.Composable public static <T> void LazyColumnItems(java.util.List<? extends T> items, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), androidx.compose.ui.Alignment.Horizontal horizontalGravity = Alignment.Start, kotlin.jvm.functions.Function1<? super T,kotlin.Unit> itemContent);
- method @androidx.compose.runtime.Composable public static <T> void LazyRowFor(java.util.List<? extends T> items, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.lazy.LazyListState state = rememberLazyListState(), androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), androidx.compose.ui.Alignment.Vertical verticalAlignment = Alignment.Top, kotlin.jvm.functions.Function2<? super androidx.compose.foundation.lazy.LazyItemScope,? super T,kotlin.Unit> itemContent);
- method @androidx.compose.runtime.Composable public static <T> void LazyRowForIndexed(java.util.List<? extends T> items, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.lazy.LazyListState state = rememberLazyListState(), androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), androidx.compose.ui.Alignment.Vertical verticalAlignment = Alignment.Top, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.lazy.LazyItemScope,? super java.lang.Integer,? super T,kotlin.Unit> itemContent);
- method @Deprecated @androidx.compose.runtime.Composable public static <T> void LazyRowItems(java.util.List<? extends T> items, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), androidx.compose.ui.Alignment.Vertical verticalGravity = Alignment.Top, kotlin.jvm.functions.Function1<? super T,kotlin.Unit> itemContent);
+ method @androidx.compose.runtime.Composable public static <T> void LazyColumnFor(java.util.List<? extends T> items, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.lazy.LazyListState state = rememberLazyListState(), androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), androidx.compose.ui.Alignment.Horizontal horizontalAlignment = androidx.compose.ui.Alignment.Companion.Start, kotlin.jvm.functions.Function2<? super androidx.compose.foundation.lazy.LazyItemScope,? super T,kotlin.Unit> itemContent);
+ method @androidx.compose.runtime.Composable public static <T> void LazyColumnForIndexed(java.util.List<? extends T> items, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.lazy.LazyListState state = rememberLazyListState(), androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), androidx.compose.ui.Alignment.Horizontal horizontalAlignment = androidx.compose.ui.Alignment.Companion.Start, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.lazy.LazyItemScope,? super java.lang.Integer,? super T,kotlin.Unit> itemContent);
+ method @Deprecated @androidx.compose.runtime.Composable public static <T> void LazyColumnItems(java.util.List<? extends T> items, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), androidx.compose.ui.Alignment.Horizontal horizontalGravity = androidx.compose.ui.Alignment.Companion.Start, kotlin.jvm.functions.Function1<? super T,kotlin.Unit> itemContent);
+ method @androidx.compose.runtime.Composable public static <T> void LazyRowFor(java.util.List<? extends T> items, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.lazy.LazyListState state = rememberLazyListState(), androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), androidx.compose.ui.Alignment.Vertical verticalAlignment = androidx.compose.ui.Alignment.Companion.Top, kotlin.jvm.functions.Function2<? super androidx.compose.foundation.lazy.LazyItemScope,? super T,kotlin.Unit> itemContent);
+ method @androidx.compose.runtime.Composable public static <T> void LazyRowForIndexed(java.util.List<? extends T> items, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.lazy.LazyListState state = rememberLazyListState(), androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), androidx.compose.ui.Alignment.Vertical verticalAlignment = androidx.compose.ui.Alignment.Companion.Top, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.lazy.LazyItemScope,? super java.lang.Integer,? super T,kotlin.Unit> itemContent);
+ method @Deprecated @androidx.compose.runtime.Composable public static <T> void LazyRowItems(java.util.List<? extends T> items, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.foundation.layout.PaddingValues contentPadding = androidx.compose.foundation.layout.PaddingValues(0.dp), androidx.compose.ui.Alignment.Vertical verticalGravity = androidx.compose.ui.Alignment.Companion.Top, kotlin.jvm.functions.Function1<? super T,kotlin.Unit> itemContent);
}
public final class LazyGridKt {
@@ -351,8 +358,6 @@
}
public enum ToggleableState {
- method public static androidx.compose.foundation.selection.ToggleableState valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.foundation.selection.ToggleableState[] values();
enum_constant public static final androidx.compose.foundation.selection.ToggleableState Indeterminate;
enum_constant public static final androidx.compose.foundation.selection.ToggleableState Off;
enum_constant public static final androidx.compose.foundation.selection.ToggleableState On;
@@ -395,6 +400,10 @@
method public final androidx.compose.foundation.shape.CornerSize getBottomRight();
method public final androidx.compose.foundation.shape.CornerSize getTopLeft();
method public final androidx.compose.foundation.shape.CornerSize getTopRight();
+ property public final androidx.compose.foundation.shape.CornerSize bottomLeft;
+ property public final androidx.compose.foundation.shape.CornerSize bottomRight;
+ property public final androidx.compose.foundation.shape.CornerSize topLeft;
+ property public final androidx.compose.foundation.shape.CornerSize topRight;
}
@androidx.compose.runtime.Immutable public interface CornerSize {
diff --git a/compose/material/material/api/current.txt b/compose/material/material/api/current.txt
index 64540fc..312beed 100644
--- a/compose/material/material/api/current.txt
+++ b/compose/material/material/api/current.txt
@@ -13,11 +13,11 @@
}
public final class BackdropScaffoldConstants {
- method public float getDefaultFrontLayerElevation();
- method public long getDefaultFrontLayerScrimColor();
+ method public float getDefaultFrontLayerElevation-D9Ej5fM();
+ method public long getDefaultFrontLayerScrimColor-0d7_KjU();
method public androidx.compose.ui.graphics.Shape getDefaultFrontLayerShape();
- method public float getDefaultHeaderHeight();
- method public float getDefaultPeekHeight();
+ method public float getDefaultHeaderHeight-D9Ej5fM();
+ method public float getDefaultPeekHeight-D9Ej5fM();
property public final float DefaultFrontLayerElevation;
property public final long DefaultFrontLayerScrimColor;
property public final androidx.compose.ui.graphics.Shape DefaultFrontLayerShape;
@@ -27,8 +27,8 @@
}
public final class BackdropScaffoldKt {
- method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static void BackdropScaffold-n7o2bDw(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.material.BackdropScaffoldState scaffoldState = rememberBackdropScaffoldState(Concealed), boolean gesturesEnabled = true, float peekHeight = BackdropScaffoldConstants.DefaultPeekHeight, float headerHeight = BackdropScaffoldConstants.DefaultHeaderHeight, boolean persistentAppBar = true, boolean stickyFrontLayer = true, long backLayerBackgroundColor = MaterialTheme.colors.primary, long backLayerContentColor = contentColorFor(backLayerBackgroundColor), androidx.compose.ui.graphics.Shape frontLayerShape = BackdropScaffoldConstants.DefaultFrontLayerShape, float frontLayerElevation = BackdropScaffoldConstants.DefaultFrontLayerElevation, long frontLayerBackgroundColor = MaterialTheme.colors.surface, long frontLayerContentColor = contentColorFor(frontLayerBackgroundColor), long frontLayerScrimColor = BackdropScaffoldConstants.DefaultFrontLayerScrimColor, kotlin.jvm.functions.Function1<? super androidx.compose.material.SnackbarHostState,kotlin.Unit> snackbarHost = { SnackbarHost(it) }, kotlin.jvm.functions.Function0<kotlin.Unit> appBar, kotlin.jvm.functions.Function0<kotlin.Unit> backLayerContent, kotlin.jvm.functions.Function0<kotlin.Unit> frontLayerContent);
- method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static androidx.compose.material.BackdropScaffoldState rememberBackdropScaffoldState(androidx.compose.material.BackdropValue initialValue, androidx.compose.animation.core.AnimationClockObservable clock = AnimationClockAmbient.current, androidx.compose.animation.core.AnimationSpec<java.lang.Float> animationSpec = SwipeableConstants.DefaultAnimationSpec, kotlin.jvm.functions.Function1<? super androidx.compose.material.BackdropValue,java.lang.Boolean> confirmStateChange = { return true }, androidx.compose.material.SnackbarHostState snackbarHostState = androidx.compose.material.SnackbarHostState());
+ method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static void BackdropScaffold-n7o2bDw(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.material.BackdropScaffoldState scaffoldState = rememberBackdropScaffoldState(Concealed), boolean gesturesEnabled = true, float peekHeight = BackdropScaffoldConstants.DefaultPeekHeight, float headerHeight = BackdropScaffoldConstants.DefaultHeaderHeight, boolean persistentAppBar = true, boolean stickyFrontLayer = true, long backLayerBackgroundColor = MaterialTheme.colors.primary, long backLayerContentColor = contentColorFor(backLayerBackgroundColor), androidx.compose.ui.graphics.Shape frontLayerShape = BackdropScaffoldConstants.DefaultFrontLayerShape, float frontLayerElevation = BackdropScaffoldConstants.DefaultFrontLayerElevation, long frontLayerBackgroundColor = MaterialTheme.colors.surface, long frontLayerContentColor = contentColorFor(frontLayerBackgroundColor), long frontLayerScrimColor = BackdropScaffoldConstants.DefaultFrontLayerScrimColor, kotlin.jvm.functions.Function1<? super androidx.compose.material.SnackbarHostState,kotlin.Unit> snackbarHost = { it -> SnackbarHost(it) }, kotlin.jvm.functions.Function0<kotlin.Unit> appBar, kotlin.jvm.functions.Function0<kotlin.Unit> backLayerContent, kotlin.jvm.functions.Function0<kotlin.Unit> frontLayerContent);
+ method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static androidx.compose.material.BackdropScaffoldState rememberBackdropScaffoldState(androidx.compose.material.BackdropValue initialValue, androidx.compose.animation.core.AnimationClockObservable clock = AnimationClockAmbient.current, androidx.compose.animation.core.AnimationSpec<java.lang.Float> animationSpec = SwipeableConstants.DefaultAnimationSpec, kotlin.jvm.functions.Function1<? super androidx.compose.material.BackdropValue,java.lang.Boolean> confirmStateChange = { it -> return true }, androidx.compose.material.SnackbarHostState snackbarHostState = androidx.compose.material.SnackbarHostState());
}
@androidx.compose.material.ExperimentalMaterialApi public final class BackdropScaffoldState extends androidx.compose.material.SwipeableState<androidx.compose.material.BackdropValue> {
@@ -40,6 +40,7 @@
method public void reveal(kotlin.jvm.functions.Function0<kotlin.Unit>? onRevealed = null);
property public final boolean isConcealed;
property public final boolean isRevealed;
+ property public final androidx.compose.material.SnackbarHostState snackbarHostState;
field public static final androidx.compose.material.BackdropScaffoldState.Companion Companion;
}
@@ -48,8 +49,6 @@
}
public enum BackdropValue {
- method public static androidx.compose.material.BackdropValue valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.material.BackdropValue[] values();
enum_constant public static final androidx.compose.material.BackdropValue Concealed;
enum_constant public static final androidx.compose.material.BackdropValue Revealed;
}
@@ -73,8 +72,6 @@
}
public enum BottomDrawerValue {
- method public static androidx.compose.material.BottomDrawerValue valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.material.BottomDrawerValue[] values();
enum_constant public static final androidx.compose.material.BottomDrawerValue Closed;
enum_constant public static final androidx.compose.material.BottomDrawerValue Expanded;
enum_constant public static final androidx.compose.material.BottomDrawerValue Open;
@@ -88,17 +85,17 @@
}
public final class BottomSheetScaffoldConstants {
- method public float getDefaultSheetElevation();
- method public float getDefaultSheetPeekHeight();
+ method public float getDefaultSheetElevation-D9Ej5fM();
+ method public float getDefaultSheetPeekHeight-D9Ej5fM();
property public final float DefaultSheetElevation;
property public final float DefaultSheetPeekHeight;
field public static final androidx.compose.material.BottomSheetScaffoldConstants INSTANCE;
}
public final class BottomSheetScaffoldKt {
- method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static void BottomSheetScaffold-0Ttp7_s(kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ColumnScope,kotlin.Unit> sheetContent, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.material.BottomSheetScaffoldState scaffoldState = rememberBottomSheetScaffoldState(), kotlin.jvm.functions.Function0<kotlin.Unit>? topBar = null, kotlin.jvm.functions.Function1<? super androidx.compose.material.SnackbarHostState,kotlin.Unit> snackbarHost = { SnackbarHost(it) }, kotlin.jvm.functions.Function0<kotlin.Unit>? floatingActionButton = null, androidx.compose.material.FabPosition floatingActionButtonPosition = androidx.compose.material.FabPosition.End, boolean sheetGesturesEnabled = true, androidx.compose.ui.graphics.Shape sheetShape = large, float sheetElevation = BottomSheetScaffoldConstants.DefaultSheetElevation, long sheetBackgroundColor = MaterialTheme.colors.surface, long sheetContentColor = contentColorFor(sheetBackgroundColor), float sheetPeekHeight = BottomSheetScaffoldConstants.DefaultSheetPeekHeight, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ColumnScope,kotlin.Unit>? drawerContent = null, boolean drawerGesturesEnabled = true, androidx.compose.ui.graphics.Shape drawerShape = large, float drawerElevation = DrawerConstants.DefaultElevation, long drawerBackgroundColor = MaterialTheme.colors.surface, long drawerContentColor = contentColorFor(drawerBackgroundColor), long drawerScrimColor = DrawerConstants.defaultScrimColor, long backgroundColor = MaterialTheme.colors.background, long contentColor = contentColorFor(backgroundColor), kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.PaddingValues,kotlin.Unit> bodyContent);
+ method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static void BottomSheetScaffold-0Ttp7_s(kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ColumnScope,kotlin.Unit> sheetContent, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.material.BottomSheetScaffoldState scaffoldState = rememberBottomSheetScaffoldState(), kotlin.jvm.functions.Function0<kotlin.Unit>? topBar = null, kotlin.jvm.functions.Function1<? super androidx.compose.material.SnackbarHostState,kotlin.Unit> snackbarHost = { it -> SnackbarHost(it) }, kotlin.jvm.functions.Function0<kotlin.Unit>? floatingActionButton = null, androidx.compose.material.FabPosition floatingActionButtonPosition = androidx.compose.material.FabPosition.End, boolean sheetGesturesEnabled = true, androidx.compose.ui.graphics.Shape sheetShape = large, float sheetElevation = BottomSheetScaffoldConstants.DefaultSheetElevation, long sheetBackgroundColor = MaterialTheme.colors.surface, long sheetContentColor = contentColorFor(sheetBackgroundColor), float sheetPeekHeight = BottomSheetScaffoldConstants.DefaultSheetPeekHeight, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ColumnScope,kotlin.Unit>? drawerContent = null, boolean drawerGesturesEnabled = true, androidx.compose.ui.graphics.Shape drawerShape = large, float drawerElevation = DrawerConstants.DefaultElevation, long drawerBackgroundColor = MaterialTheme.colors.surface, long drawerContentColor = contentColorFor(drawerBackgroundColor), long drawerScrimColor = DrawerConstants.defaultScrimColor, long backgroundColor = MaterialTheme.colors.background, long contentColor = contentColorFor(backgroundColor), kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.PaddingValues,kotlin.Unit> bodyContent);
method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static androidx.compose.material.BottomSheetScaffoldState rememberBottomSheetScaffoldState(androidx.compose.material.DrawerState drawerState = rememberDrawerState(DrawerValue.Closed), androidx.compose.material.BottomSheetState bottomSheetState = rememberBottomSheetState(BottomSheetValue.Collapsed), androidx.compose.material.SnackbarHostState snackbarHostState = androidx.compose.material.SnackbarHostState());
- method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static androidx.compose.material.BottomSheetState rememberBottomSheetState(androidx.compose.material.BottomSheetValue initialValue, androidx.compose.animation.core.AnimationClockObservable clock = AnimationClockAmbient.current, androidx.compose.animation.core.AnimationSpec<java.lang.Float> animationSpec = SwipeableConstants.DefaultAnimationSpec, kotlin.jvm.functions.Function1<? super androidx.compose.material.BottomSheetValue,java.lang.Boolean> confirmStateChange = { return true });
+ method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static androidx.compose.material.BottomSheetState rememberBottomSheetState(androidx.compose.material.BottomSheetValue initialValue, androidx.compose.animation.core.AnimationClockObservable clock = AnimationClockAmbient.current, androidx.compose.animation.core.AnimationSpec<java.lang.Float> animationSpec = SwipeableConstants.DefaultAnimationSpec, kotlin.jvm.functions.Function1<? super androidx.compose.material.BottomSheetValue,java.lang.Boolean> confirmStateChange = { it -> return true });
}
@androidx.compose.material.ExperimentalMaterialApi public final class BottomSheetScaffoldState {
@@ -106,6 +103,9 @@
method public androidx.compose.material.BottomSheetState getBottomSheetState();
method public androidx.compose.material.DrawerState getDrawerState();
method public androidx.compose.material.SnackbarHostState getSnackbarHostState();
+ property public final androidx.compose.material.BottomSheetState bottomSheetState;
+ property public final androidx.compose.material.DrawerState drawerState;
+ property public final androidx.compose.material.SnackbarHostState snackbarHostState;
}
@androidx.compose.material.ExperimentalMaterialApi public final class BottomSheetState extends androidx.compose.material.SwipeableState<androidx.compose.material.BottomSheetValue> {
@@ -124,8 +124,6 @@
}
@androidx.compose.material.ExperimentalMaterialApi public enum BottomSheetValue {
- method public static androidx.compose.material.BottomSheetValue valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.material.BottomSheetValue[] values();
enum_constant public static final androidx.compose.material.BottomSheetValue Collapsed;
enum_constant public static final androidx.compose.material.BottomSheetValue Expanded;
}
@@ -137,15 +135,15 @@
method @androidx.compose.runtime.Composable public long defaultOutlinedButtonContentColor-Q31_wr0(boolean enabled, long defaultColor = MaterialTheme.colors.primary, long disabledColor = defaultDisabledContentColor);
method @androidx.compose.runtime.Composable public long defaultTextButtonContentColor-Q31_wr0(boolean enabled, long defaultColor = MaterialTheme.colors.primary, long disabledColor = defaultDisabledContentColor);
method public androidx.compose.foundation.layout.PaddingValues getDefaultContentPadding();
- method public long getDefaultDisabledBackgroundColor();
- method public long getDefaultDisabledContentColor();
- method public float getDefaultIconSize();
- method public float getDefaultIconSpacing();
- method public float getDefaultMinHeight();
- method public float getDefaultMinWidth();
+ method public long getDefaultDisabledBackgroundColor-0d7_KjU();
+ method public long getDefaultDisabledContentColor-0d7_KjU();
+ method public float getDefaultIconSize-D9Ej5fM();
+ method public float getDefaultIconSpacing-D9Ej5fM();
+ method public float getDefaultMinHeight-D9Ej5fM();
+ method public float getDefaultMinWidth-D9Ej5fM();
method public androidx.compose.foundation.BorderStroke getDefaultOutlinedBorder();
method public androidx.compose.foundation.layout.PaddingValues getDefaultTextContentPadding();
- method public float getOutlinedBorderSize();
+ method public float getOutlinedBorderSize-D9Ej5fM();
property public final androidx.compose.foundation.layout.PaddingValues DefaultContentPadding;
property public final float DefaultIconSize;
property public final float DefaultIconSpacing;
@@ -181,8 +179,8 @@
method @androidx.compose.runtime.Composable public long animateDefaultBoxColor-4eRnVYk(androidx.compose.foundation.selection.ToggleableState state, boolean enabled, long checkedColor = MaterialTheme.colors.secondary, long uncheckedColor = checkedColor.copy(0.0), long disabledCheckedColor = defaultDisabledColor, long disabledUncheckedColor = Color.Transparent, long disabledIndeterminateColor = defaultDisabledIndeterminateColor(checkedColor));
method @androidx.compose.runtime.Composable public long animateDefaultCheckmarkColor-9THJUkw(androidx.compose.foundation.selection.ToggleableState state, long checkedColor = MaterialTheme.colors.surface, long uncheckedColor = checkedColor.copy(0.0));
method @androidx.compose.runtime.Composable public long defaultDisabledIndeterminateColor-8_81llA(long checkedColor);
- method public long getDefaultDisabledColor();
- method public long getDefaultUncheckedColor();
+ method public long getDefaultDisabledColor-0d7_KjU();
+ method public long getDefaultUncheckedColor-0d7_KjU();
property public final long defaultDisabledColor;
property public final long defaultUncheckedColor;
field public static final androidx.compose.material.CheckboxConstants INSTANCE;
@@ -199,18 +197,18 @@
@androidx.compose.runtime.Stable public final class Colors {
method public androidx.compose.material.Colors copy-7EMdAJ8(long primary = this.primary, long primaryVariant = this.primaryVariant, long secondary = this.secondary, long secondaryVariant = this.secondaryVariant, long background = this.background, long surface = this.surface, long error = this.error, long onPrimary = this.onPrimary, long onSecondary = this.onSecondary, long onBackground = this.onBackground, long onSurface = this.onSurface, long onError = this.onError, boolean isLight = this.isLight);
- method public long getBackground();
- method public long getError();
- method public long getOnBackground();
- method public long getOnError();
- method public long getOnPrimary();
- method public long getOnSecondary();
- method public long getOnSurface();
- method public long getPrimary();
- method public long getPrimaryVariant();
- method public long getSecondary();
- method public long getSecondaryVariant();
- method public long getSurface();
+ method public long getBackground-0d7_KjU();
+ method public long getError-0d7_KjU();
+ method public long getOnBackground-0d7_KjU();
+ method public long getOnError-0d7_KjU();
+ method public long getOnPrimary-0d7_KjU();
+ method public long getOnSecondary-0d7_KjU();
+ method public long getOnSurface-0d7_KjU();
+ method public long getPrimary-0d7_KjU();
+ method public long getPrimaryVariant-0d7_KjU();
+ method public long getSecondary-0d7_KjU();
+ method public long getSecondaryVariant-0d7_KjU();
+ method public long getSurface-0d7_KjU();
method public boolean isLight();
property public final long background;
property public final long error;
@@ -235,8 +233,6 @@
}
public enum DismissDirection {
- method public static androidx.compose.material.DismissDirection valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.material.DismissDirection[] values();
enum_constant public static final androidx.compose.material.DismissDirection EndToStart;
enum_constant public static final androidx.compose.material.DismissDirection StartToEnd;
}
@@ -256,8 +252,6 @@
}
public enum DismissValue {
- method public static androidx.compose.material.DismissValue valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.material.DismissValue[] values();
enum_constant public static final androidx.compose.material.DismissValue Default;
enum_constant public static final androidx.compose.material.DismissValue DismissedToEnd;
enum_constant public static final androidx.compose.material.DismissValue DismissedToStart;
@@ -268,8 +262,8 @@
}
public final class DrawerConstants {
- method public float getDefaultElevation();
- method public long getDefaultScrimColor();
+ method public float getDefaultElevation-D9Ej5fM();
+ method public long getDefaultScrimColor-0d7_KjU();
property public final float DefaultElevation;
property public final long defaultScrimColor;
field public static final androidx.compose.material.DrawerConstants INSTANCE;
@@ -279,8 +273,8 @@
public final class DrawerKt {
method @androidx.compose.runtime.Composable public static void BottomDrawerLayout--6CoO6E(kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ColumnScope,kotlin.Unit> drawerContent, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.material.BottomDrawerState drawerState = rememberBottomDrawerState(BottomDrawerValue.Closed), boolean gesturesEnabled = true, androidx.compose.ui.graphics.Shape drawerShape = large, float drawerElevation = DrawerConstants.DefaultElevation, long drawerBackgroundColor = MaterialTheme.colors.surface, long drawerContentColor = contentColorFor(drawerBackgroundColor), long scrimColor = DrawerConstants.defaultScrimColor, kotlin.jvm.functions.Function0<kotlin.Unit> bodyContent);
method @androidx.compose.runtime.Composable public static void ModalDrawerLayout-TlzqArY(kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ColumnScope,kotlin.Unit> drawerContent, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.material.DrawerState drawerState = rememberDrawerState(DrawerValue.Closed), boolean gesturesEnabled = true, androidx.compose.ui.graphics.Shape drawerShape = large, float drawerElevation = DrawerConstants.DefaultElevation, long drawerBackgroundColor = MaterialTheme.colors.surface, long drawerContentColor = contentColorFor(drawerBackgroundColor), long scrimColor = DrawerConstants.defaultScrimColor, kotlin.jvm.functions.Function0<kotlin.Unit> bodyContent);
- method @androidx.compose.runtime.Composable public static androidx.compose.material.BottomDrawerState rememberBottomDrawerState(androidx.compose.material.BottomDrawerValue initialValue, kotlin.jvm.functions.Function1<? super androidx.compose.material.BottomDrawerValue,java.lang.Boolean> confirmStateChange = { return true });
- method @androidx.compose.runtime.Composable public static androidx.compose.material.DrawerState rememberDrawerState(androidx.compose.material.DrawerValue initialValue, kotlin.jvm.functions.Function1<? super androidx.compose.material.DrawerValue,java.lang.Boolean> confirmStateChange = { return true });
+ method @androidx.compose.runtime.Composable public static androidx.compose.material.BottomDrawerState rememberBottomDrawerState(androidx.compose.material.BottomDrawerValue initialValue, kotlin.jvm.functions.Function1<? super androidx.compose.material.BottomDrawerValue,java.lang.Boolean> confirmStateChange = { it -> return true });
+ method @androidx.compose.runtime.Composable public static androidx.compose.material.DrawerState rememberDrawerState(androidx.compose.material.DrawerValue initialValue, kotlin.jvm.functions.Function1<? super androidx.compose.material.DrawerValue,java.lang.Boolean> confirmStateChange = { it -> return true });
}
public final class DrawerState extends androidx.compose.material.SwipeableState<androidx.compose.material.DrawerValue> {
@@ -299,8 +293,6 @@
}
public enum DrawerValue {
- method public static androidx.compose.material.DrawerValue valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.material.DrawerValue[] values();
enum_constant public static final androidx.compose.material.DrawerValue Closed;
enum_constant public static final androidx.compose.material.DrawerValue Open;
}
@@ -345,8 +337,6 @@
}
public enum FabPosition {
- method public static androidx.compose.material.FabPosition valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.material.FabPosition[] values();
enum_constant public static final androidx.compose.material.FabPosition Center;
enum_constant public static final androidx.compose.material.FabPosition End;
}
@@ -411,8 +401,8 @@
}
public final class ModalBottomSheetConstants {
- method public float getDefaultElevation();
- method public long getDefaultScrimColor();
+ method public float getDefaultElevation-D9Ej5fM();
+ method public long getDefaultScrimColor-0d7_KjU();
property public final float DefaultElevation;
property public final long DefaultScrimColor;
field public static final androidx.compose.material.ModalBottomSheetConstants INSTANCE;
@@ -420,7 +410,7 @@
public final class ModalBottomSheetKt {
method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static void ModalBottomSheetLayout-dpadJcU(kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ColumnScope,kotlin.Unit> sheetContent, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.material.ModalBottomSheetState sheetState = rememberModalBottomSheetState(ModalBottomSheetValue.Hidden), androidx.compose.ui.graphics.Shape sheetShape = large, float sheetElevation = ModalBottomSheetConstants.DefaultElevation, long sheetBackgroundColor = MaterialTheme.colors.surface, long sheetContentColor = contentColorFor(sheetBackgroundColor), long scrimColor = ModalBottomSheetConstants.DefaultScrimColor, kotlin.jvm.functions.Function0<kotlin.Unit> content);
- method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static androidx.compose.material.ModalBottomSheetState rememberModalBottomSheetState(androidx.compose.material.ModalBottomSheetValue initialValue, androidx.compose.animation.core.AnimationClockObservable clock = AnimationClockAmbient.current, androidx.compose.animation.core.AnimationSpec<java.lang.Float> animationSpec = SwipeableConstants.DefaultAnimationSpec, kotlin.jvm.functions.Function1<? super androidx.compose.material.ModalBottomSheetValue,java.lang.Boolean> confirmStateChange = { return true });
+ method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static androidx.compose.material.ModalBottomSheetState rememberModalBottomSheetState(androidx.compose.material.ModalBottomSheetValue initialValue, androidx.compose.animation.core.AnimationClockObservable clock = AnimationClockAmbient.current, androidx.compose.animation.core.AnimationSpec<java.lang.Float> animationSpec = SwipeableConstants.DefaultAnimationSpec, kotlin.jvm.functions.Function1<? super androidx.compose.material.ModalBottomSheetValue,java.lang.Boolean> confirmStateChange = { it -> return true });
}
@androidx.compose.material.ExperimentalMaterialApi public final class ModalBottomSheetState extends androidx.compose.material.SwipeableState<androidx.compose.material.ModalBottomSheetValue> {
@@ -437,25 +427,23 @@
}
@androidx.compose.material.ExperimentalMaterialApi public enum ModalBottomSheetValue {
- method public static androidx.compose.material.ModalBottomSheetValue valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.material.ModalBottomSheetValue[] values();
enum_constant public static final androidx.compose.material.ModalBottomSheetValue Expanded;
enum_constant public static final androidx.compose.material.ModalBottomSheetValue HalfExpanded;
enum_constant public static final androidx.compose.material.ModalBottomSheetValue Hidden;
}
public final class OutlinedTextFieldKt {
- method @androidx.compose.runtime.Composable public static void OutlinedTextField-NT1NBPE(String value, kotlin.jvm.functions.Function1<? super java.lang.String,kotlin.Unit> onValueChange, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.text.TextStyle textStyle = AmbientTextStyle.current, kotlin.jvm.functions.Function0<kotlin.Unit>? label = null, kotlin.jvm.functions.Function0<kotlin.Unit>? placeholder = null, kotlin.jvm.functions.Function0<kotlin.Unit>? leadingIcon = null, kotlin.jvm.functions.Function0<kotlin.Unit>? trailingIcon = null, boolean isErrorValue = false, androidx.compose.ui.text.input.VisualTransformation visualTransformation = VisualTransformation.None, androidx.compose.ui.text.input.KeyboardType keyboardType = KeyboardType.Text, androidx.compose.ui.text.input.ImeAction imeAction = ImeAction.Unspecified, kotlin.jvm.functions.Function2<? super androidx.compose.ui.text.input.ImeAction,? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onImeActionPerformed = { _, _ -> }, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onTextInputStarted = {}, androidx.compose.foundation.InteractionState interactionState = remember({
+ method @androidx.compose.runtime.Composable public static void OutlinedTextField-NT1NBPE(String value, kotlin.jvm.functions.Function1<? super java.lang.String,kotlin.Unit> onValueChange, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.text.TextStyle textStyle = AmbientTextStyle.current, kotlin.jvm.functions.Function0<kotlin.Unit>? label = null, kotlin.jvm.functions.Function0<kotlin.Unit>? placeholder = null, kotlin.jvm.functions.Function0<kotlin.Unit>? leadingIcon = null, kotlin.jvm.functions.Function0<kotlin.Unit>? trailingIcon = null, boolean isErrorValue = false, androidx.compose.ui.text.input.VisualTransformation visualTransformation = androidx.compose.ui.text.input.VisualTransformation.Companion.None, androidx.compose.ui.text.input.KeyboardType keyboardType = KeyboardType.Text, androidx.compose.ui.text.input.ImeAction imeAction = ImeAction.Unspecified, kotlin.jvm.functions.Function2<? super androidx.compose.ui.text.input.ImeAction,? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onImeActionPerformed = { _, _ -> }, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onTextInputStarted = { it -> }, androidx.compose.foundation.InteractionState interactionState = remember({
return <init>()
}), long activeColor = MaterialTheme.colors.primary, long inactiveColor = MaterialTheme.colors.onSurface, long errorColor = MaterialTheme.colors.error);
- method @androidx.compose.runtime.Composable public static void OutlinedTextField-OHK2xX0(androidx.compose.ui.text.input.TextFieldValue value, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.input.TextFieldValue,kotlin.Unit> onValueChange, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.text.TextStyle textStyle = AmbientTextStyle.current, kotlin.jvm.functions.Function0<kotlin.Unit>? label = null, kotlin.jvm.functions.Function0<kotlin.Unit>? placeholder = null, kotlin.jvm.functions.Function0<kotlin.Unit>? leadingIcon = null, kotlin.jvm.functions.Function0<kotlin.Unit>? trailingIcon = null, boolean isErrorValue = false, androidx.compose.ui.text.input.VisualTransformation visualTransformation = VisualTransformation.None, androidx.compose.ui.text.input.KeyboardType keyboardType = KeyboardType.Text, androidx.compose.ui.text.input.ImeAction imeAction = ImeAction.Unspecified, kotlin.jvm.functions.Function2<? super androidx.compose.ui.text.input.ImeAction,? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onImeActionPerformed = { _, _ -> }, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onTextInputStarted = {}, androidx.compose.foundation.InteractionState interactionState = remember({
+ method @androidx.compose.runtime.Composable public static void OutlinedTextField-OHK2xX0(androidx.compose.ui.text.input.TextFieldValue value, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.input.TextFieldValue,kotlin.Unit> onValueChange, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.text.TextStyle textStyle = AmbientTextStyle.current, kotlin.jvm.functions.Function0<kotlin.Unit>? label = null, kotlin.jvm.functions.Function0<kotlin.Unit>? placeholder = null, kotlin.jvm.functions.Function0<kotlin.Unit>? leadingIcon = null, kotlin.jvm.functions.Function0<kotlin.Unit>? trailingIcon = null, boolean isErrorValue = false, androidx.compose.ui.text.input.VisualTransformation visualTransformation = androidx.compose.ui.text.input.VisualTransformation.Companion.None, androidx.compose.ui.text.input.KeyboardType keyboardType = KeyboardType.Text, androidx.compose.ui.text.input.ImeAction imeAction = ImeAction.Unspecified, kotlin.jvm.functions.Function2<? super androidx.compose.ui.text.input.ImeAction,? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onImeActionPerformed = { _, _ -> }, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onTextInputStarted = { it -> }, androidx.compose.foundation.InteractionState interactionState = remember({
return <init>()
}), long activeColor = MaterialTheme.colors.primary, long inactiveColor = MaterialTheme.colors.onSurface, long errorColor = MaterialTheme.colors.error);
}
public final class ProgressIndicatorConstants {
method public androidx.compose.animation.core.SpringSpec<java.lang.Float> getDefaultProgressAnimationSpec();
- method public float getDefaultStrokeWidth();
+ method public float getDefaultStrokeWidth-D9Ej5fM();
property public final androidx.compose.animation.core.SpringSpec<java.lang.Float> DefaultProgressAnimationSpec;
property public final float DefaultStrokeWidth;
field public static final float DefaultIndicatorBackgroundOpacity = 0.24f;
@@ -471,8 +459,8 @@
public final class RadioButtonConstants {
method @androidx.compose.runtime.Composable public long animateDefaultColor-tRWe6DU(boolean selected, boolean enabled, long selectedColor = MaterialTheme.colors.secondary, long unselectedColor = defaultUnselectedColor, long disabledColor = defaultDisabledColor);
- method public long getDefaultDisabledColor();
- method public long getDefaultUnselectedColor();
+ method public long getDefaultDisabledColor-0d7_KjU();
+ method public long getDefaultUnselectedColor-0d7_KjU();
property public final long defaultDisabledColor;
property public final long defaultUnselectedColor;
field public static final androidx.compose.material.RadioButtonConstants INSTANCE;
@@ -494,10 +482,13 @@
method public float getBasis();
method public float getFactorAtMax();
method public float getFactorAtMin();
+ property public final float basis;
+ property public final float factorAtMax;
+ property public final float factorAtMin;
}
public final class ScaffoldKt {
- method @androidx.compose.runtime.Composable public static void Scaffold-qcZBNiw(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.material.ScaffoldState scaffoldState = rememberScaffoldState(), kotlin.jvm.functions.Function0<kotlin.Unit> topBar = emptyContent(), kotlin.jvm.functions.Function0<kotlin.Unit> bottomBar = emptyContent(), kotlin.jvm.functions.Function1<? super androidx.compose.material.SnackbarHostState,kotlin.Unit> snackbarHost = { SnackbarHost(it) }, kotlin.jvm.functions.Function0<kotlin.Unit> floatingActionButton = emptyContent(), androidx.compose.material.FabPosition floatingActionButtonPosition = androidx.compose.material.FabPosition.End, boolean isFloatingActionButtonDocked = false, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ColumnScope,kotlin.Unit>? drawerContent = null, androidx.compose.ui.graphics.Shape drawerShape = large, float drawerElevation = DrawerConstants.DefaultElevation, long drawerBackgroundColor = MaterialTheme.colors.surface, long drawerContentColor = contentColorFor(drawerBackgroundColor), long drawerScrimColor = DrawerConstants.defaultScrimColor, long backgroundColor = MaterialTheme.colors.background, long contentColor = contentColorFor(backgroundColor), kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.PaddingValues,kotlin.Unit> bodyContent);
+ method @androidx.compose.runtime.Composable public static void Scaffold-qcZBNiw(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.material.ScaffoldState scaffoldState = rememberScaffoldState(), kotlin.jvm.functions.Function0<kotlin.Unit> topBar = emptyContent(), kotlin.jvm.functions.Function0<kotlin.Unit> bottomBar = emptyContent(), kotlin.jvm.functions.Function1<? super androidx.compose.material.SnackbarHostState,kotlin.Unit> snackbarHost = { it -> SnackbarHost(it) }, kotlin.jvm.functions.Function0<kotlin.Unit> floatingActionButton = emptyContent(), androidx.compose.material.FabPosition floatingActionButtonPosition = androidx.compose.material.FabPosition.End, boolean isFloatingActionButtonDocked = false, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ColumnScope,kotlin.Unit>? drawerContent = null, androidx.compose.ui.graphics.Shape drawerShape = large, float drawerElevation = DrawerConstants.DefaultElevation, long drawerBackgroundColor = MaterialTheme.colors.surface, long drawerContentColor = contentColorFor(drawerBackgroundColor), long drawerScrimColor = DrawerConstants.defaultScrimColor, long backgroundColor = MaterialTheme.colors.background, long contentColor = contentColorFor(backgroundColor), kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.PaddingValues,kotlin.Unit> bodyContent);
method @androidx.compose.runtime.Composable public static androidx.compose.material.ScaffoldState rememberScaffoldState(androidx.compose.material.DrawerState drawerState = rememberDrawerState(DrawerValue.Closed), androidx.compose.material.SnackbarHostState snackbarHostState = androidx.compose.material.SnackbarHostState(), boolean isDrawerGesturesEnabled = true);
}
@@ -507,7 +498,9 @@
method public androidx.compose.material.SnackbarHostState getSnackbarHostState();
method public boolean isDrawerGesturesEnabled();
method public void setDrawerGesturesEnabled(boolean p);
+ property public final androidx.compose.material.DrawerState drawerState;
property public final boolean isDrawerGesturesEnabled;
+ property public final androidx.compose.material.SnackbarHostState snackbarHostState;
}
@androidx.compose.runtime.Immutable public final class Shapes {
@@ -520,6 +513,9 @@
method public androidx.compose.foundation.shape.CornerBasedShape getLarge();
method public androidx.compose.foundation.shape.CornerBasedShape getMedium();
method public androidx.compose.foundation.shape.CornerBasedShape getSmall();
+ property public final androidx.compose.foundation.shape.CornerBasedShape large;
+ property public final androidx.compose.foundation.shape.CornerBasedShape medium;
+ property public final androidx.compose.foundation.shape.CornerBasedShape small;
}
public final class ShapesKt {
@@ -538,8 +534,8 @@
}
public final class SnackbarConstants {
- method public long getDefaultActionPrimaryColor();
- method public long getDefaultBackgroundColor();
+ method public long getDefaultActionPrimaryColor-0d7_KjU();
+ method public long getDefaultBackgroundColor-0d7_KjU();
property public final long defaultActionPrimaryColor;
property public final long defaultBackgroundColor;
field public static final androidx.compose.material.SnackbarConstants INSTANCE;
@@ -557,15 +553,13 @@
}
public enum SnackbarDuration {
- method public static androidx.compose.material.SnackbarDuration valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.material.SnackbarDuration[] values();
enum_constant public static final androidx.compose.material.SnackbarDuration Indefinite;
enum_constant public static final androidx.compose.material.SnackbarDuration Long;
enum_constant public static final androidx.compose.material.SnackbarDuration Short;
}
public final class SnackbarHostKt {
- method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static void SnackbarHost(androidx.compose.material.SnackbarHostState hostState, androidx.compose.ui.Modifier modifier = Modifier, kotlin.jvm.functions.Function1<? super androidx.compose.material.SnackbarData,kotlin.Unit> snackbar = { Snackbar(it) });
+ method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static void SnackbarHost(androidx.compose.material.SnackbarHostState hostState, androidx.compose.ui.Modifier modifier = Modifier, kotlin.jvm.functions.Function1<? super androidx.compose.material.SnackbarData,kotlin.Unit> snackbar = { it -> Snackbar(it) });
}
@androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Stable public final class SnackbarHostState {
@@ -581,8 +575,6 @@
}
public enum SnackbarResult {
- method public static androidx.compose.material.SnackbarResult valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.material.SnackbarResult[] values();
enum_constant public static final androidx.compose.material.SnackbarResult ActionPerformed;
enum_constant public static final androidx.compose.material.SnackbarResult Dismissed;
}
@@ -601,17 +593,20 @@
method public float getFraction();
method public T! getFrom();
method public T! getTo();
+ property public final float fraction;
+ property public final T! from;
+ property public final T! to;
}
public final class SwipeToDismissKt {
- method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static void SwipeToDismiss(androidx.compose.material.DismissState state, androidx.compose.ui.Modifier modifier = Modifier, java.util.Set<? extends androidx.compose.material.DismissDirection> directions = setOf(EndToStart, StartToEnd), kotlin.jvm.functions.Function1<? super androidx.compose.material.DismissDirection,? extends androidx.compose.material.ThresholdConfig> dismissThresholds = { return <init>(0.5) }, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> background, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> dismissContent);
- method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static androidx.compose.material.DismissState rememberDismissState(androidx.compose.material.DismissValue initialValue = androidx.compose.material.DismissValue.Default, kotlin.jvm.functions.Function1<? super androidx.compose.material.DismissValue,java.lang.Boolean> confirmStateChange = { return true });
+ method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static void SwipeToDismiss(androidx.compose.material.DismissState state, androidx.compose.ui.Modifier modifier = Modifier, java.util.Set<? extends androidx.compose.material.DismissDirection> directions = setOf(EndToStart, StartToEnd), kotlin.jvm.functions.Function1<? super androidx.compose.material.DismissDirection,? extends androidx.compose.material.ThresholdConfig> dismissThresholds = { it -> return <init>(0.5) }, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> background, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> dismissContent);
+ method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static androidx.compose.material.DismissState rememberDismissState(androidx.compose.material.DismissValue initialValue = androidx.compose.material.DismissValue.Default, kotlin.jvm.functions.Function1<? super androidx.compose.material.DismissValue,java.lang.Boolean> confirmStateChange = { it -> return true });
}
public final class SwipeableConstants {
method public androidx.compose.material.ResistanceConfig? defaultResistanceConfig(java.util.Set<java.lang.Float> anchors, float factorAtMin = 10.0f, float factorAtMax = 10.0f);
method public androidx.compose.animation.core.SpringSpec<java.lang.Float> getDefaultAnimationSpec();
- method public float getDefaultVelocityThreshold();
+ method public float getDefaultVelocityThreshold-D9Ej5fM();
property public final androidx.compose.animation.core.SpringSpec<java.lang.Float> DefaultAnimationSpec;
property public final float DefaultVelocityThreshold;
field public static final androidx.compose.material.SwipeableConstants INSTANCE;
@@ -620,7 +615,7 @@
}
public final class SwipeableKt {
- method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static <T> androidx.compose.material.SwipeableState<T> rememberSwipeableState(T initialValue, androidx.compose.animation.core.AnimationSpec<java.lang.Float> animationSpec = DefaultAnimationSpec, kotlin.jvm.functions.Function1<? super T,java.lang.Boolean> confirmStateChange = { return true });
+ method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static <T> androidx.compose.material.SwipeableState<T> rememberSwipeableState(T initialValue, androidx.compose.animation.core.AnimationSpec<java.lang.Float> animationSpec = DefaultAnimationSpec, kotlin.jvm.functions.Function1<? super T,java.lang.Boolean> confirmStateChange = { it -> return true });
method @androidx.compose.material.ExperimentalMaterialApi public static <T> androidx.compose.ui.Modifier swipeable-VaXUQxo(androidx.compose.ui.Modifier, androidx.compose.material.SwipeableState<T> state, java.util.Map<java.lang.Float,? extends T> anchors, kotlin.jvm.functions.Function2<? super T,? super T,? extends androidx.compose.material.ThresholdConfig> thresholds, androidx.compose.ui.gesture.scrollorientationlocking.Orientation orientation, boolean enabled = true, boolean reverseDirection = false, androidx.compose.foundation.InteractionState? interactionState = null, androidx.compose.material.ResistanceConfig? resistance = defaultResistanceConfig(anchors.keys), float velocityThreshold = DefaultVelocityThreshold);
}
@@ -659,9 +654,9 @@
method @androidx.compose.runtime.Composable public void DefaultDivider-Z-uBYeE(androidx.compose.ui.Modifier modifier = Modifier, float thickness = DefaultDividerThickness, long color = AmbientContentColor.current.copy(DefaultDividerOpacity));
method @androidx.compose.runtime.Composable public void DefaultIndicator-Z-uBYeE(androidx.compose.ui.Modifier modifier = Modifier, float height = DefaultIndicatorHeight, long color = AmbientContentColor.current);
method public androidx.compose.ui.Modifier defaultTabIndicatorOffset(androidx.compose.ui.Modifier, androidx.compose.material.TabPosition currentTabPosition);
- method public float getDefaultDividerThickness();
- method public float getDefaultIndicatorHeight();
- method public float getDefaultScrollableTabRowPadding();
+ method public float getDefaultDividerThickness-D9Ej5fM();
+ method public float getDefaultIndicatorHeight-D9Ej5fM();
+ method public float getDefaultScrollableTabRowPadding-D9Ej5fM();
property public final float DefaultDividerThickness;
property public final float DefaultIndicatorHeight;
property public final float DefaultScrollableTabRowPadding;
@@ -679,13 +674,15 @@
}
@androidx.compose.runtime.Immutable public final class TabPosition {
- method public float component1();
- method public float component2();
+ method public float component1-D9Ej5fM();
+ method public float component2-D9Ej5fM();
method @androidx.compose.runtime.Immutable public androidx.compose.material.TabPosition copy-ioHfwGI(float left, float width);
- method public float getLeft();
- method public float getRight();
- method public float getWidth();
+ method public float getLeft-D9Ej5fM();
+ method public float getRight-D9Ej5fM();
+ method public float getWidth-D9Ej5fM();
+ property public final float left;
property public final float right;
+ property public final float width;
}
public final class TabRowKt {
@@ -697,10 +694,10 @@
}
public final class TextFieldKt {
- method @androidx.compose.runtime.Composable public static void TextField-LTmrouY(androidx.compose.ui.text.input.TextFieldValue value, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.input.TextFieldValue,kotlin.Unit> onValueChange, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.text.TextStyle textStyle = AmbientTextStyle.current, kotlin.jvm.functions.Function0<kotlin.Unit>? label = null, kotlin.jvm.functions.Function0<kotlin.Unit>? placeholder = null, kotlin.jvm.functions.Function0<kotlin.Unit>? leadingIcon = null, kotlin.jvm.functions.Function0<kotlin.Unit>? trailingIcon = null, boolean isErrorValue = false, androidx.compose.ui.text.input.VisualTransformation visualTransformation = VisualTransformation.None, androidx.compose.ui.text.input.KeyboardType keyboardType = KeyboardType.Text, androidx.compose.ui.text.input.ImeAction imeAction = ImeAction.Unspecified, kotlin.jvm.functions.Function2<? super androidx.compose.ui.text.input.ImeAction,? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onImeActionPerformed = { _, _ -> }, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onTextInputStarted = {}, androidx.compose.foundation.InteractionState interactionState = remember({
+ method @androidx.compose.runtime.Composable public static void TextField-LTmrouY(androidx.compose.ui.text.input.TextFieldValue value, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.input.TextFieldValue,kotlin.Unit> onValueChange, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.text.TextStyle textStyle = AmbientTextStyle.current, kotlin.jvm.functions.Function0<kotlin.Unit>? label = null, kotlin.jvm.functions.Function0<kotlin.Unit>? placeholder = null, kotlin.jvm.functions.Function0<kotlin.Unit>? leadingIcon = null, kotlin.jvm.functions.Function0<kotlin.Unit>? trailingIcon = null, boolean isErrorValue = false, androidx.compose.ui.text.input.VisualTransformation visualTransformation = androidx.compose.ui.text.input.VisualTransformation.Companion.None, androidx.compose.ui.text.input.KeyboardType keyboardType = KeyboardType.Text, androidx.compose.ui.text.input.ImeAction imeAction = ImeAction.Unspecified, kotlin.jvm.functions.Function2<? super androidx.compose.ui.text.input.ImeAction,? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onImeActionPerformed = { _, _ -> }, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onTextInputStarted = { it -> }, androidx.compose.foundation.InteractionState interactionState = remember({
return <init>()
}), long activeColor = MaterialTheme.colors.primary, long inactiveColor = MaterialTheme.colors.onSurface, long errorColor = MaterialTheme.colors.error, long backgroundColor = MaterialTheme.colors.onSurface.copy(ContainerAlpha), androidx.compose.ui.graphics.Shape shape = MaterialTheme.shapes.small.copy(ZeroCornerSize, ZeroCornerSize));
- method @androidx.compose.runtime.Composable public static void TextField-WI3iwFk(String value, kotlin.jvm.functions.Function1<? super java.lang.String,kotlin.Unit> onValueChange, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.text.TextStyle textStyle = AmbientTextStyle.current, kotlin.jvm.functions.Function0<kotlin.Unit>? label = null, kotlin.jvm.functions.Function0<kotlin.Unit>? placeholder = null, kotlin.jvm.functions.Function0<kotlin.Unit>? leadingIcon = null, kotlin.jvm.functions.Function0<kotlin.Unit>? trailingIcon = null, boolean isErrorValue = false, androidx.compose.ui.text.input.VisualTransformation visualTransformation = VisualTransformation.None, androidx.compose.ui.text.input.KeyboardType keyboardType = KeyboardType.Text, androidx.compose.ui.text.input.ImeAction imeAction = ImeAction.Unspecified, kotlin.jvm.functions.Function2<? super androidx.compose.ui.text.input.ImeAction,? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onImeActionPerformed = { _, _ -> }, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onTextInputStarted = {}, androidx.compose.foundation.InteractionState interactionState = remember({
+ method @androidx.compose.runtime.Composable public static void TextField-WI3iwFk(String value, kotlin.jvm.functions.Function1<? super java.lang.String,kotlin.Unit> onValueChange, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.text.TextStyle textStyle = AmbientTextStyle.current, kotlin.jvm.functions.Function0<kotlin.Unit>? label = null, kotlin.jvm.functions.Function0<kotlin.Unit>? placeholder = null, kotlin.jvm.functions.Function0<kotlin.Unit>? leadingIcon = null, kotlin.jvm.functions.Function0<kotlin.Unit>? trailingIcon = null, boolean isErrorValue = false, androidx.compose.ui.text.input.VisualTransformation visualTransformation = androidx.compose.ui.text.input.VisualTransformation.Companion.None, androidx.compose.ui.text.input.KeyboardType keyboardType = KeyboardType.Text, androidx.compose.ui.text.input.ImeAction imeAction = ImeAction.Unspecified, kotlin.jvm.functions.Function2<? super androidx.compose.ui.text.input.ImeAction,? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onImeActionPerformed = { _, _ -> }, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onTextInputStarted = { it -> }, androidx.compose.foundation.InteractionState interactionState = remember({
return <init>()
}), long activeColor = MaterialTheme.colors.primary, long inactiveColor = MaterialTheme.colors.onSurface, long errorColor = MaterialTheme.colors.error, long backgroundColor = MaterialTheme.colors.onSurface.copy(ContainerAlpha), androidx.compose.ui.graphics.Shape shape = MaterialTheme.shapes.small.copy(ZeroCornerSize, ZeroCornerSize));
field public static final float ContainerAlpha = 0.12f;
@@ -739,6 +736,19 @@
method public androidx.compose.ui.text.TextStyle getOverline();
method public androidx.compose.ui.text.TextStyle getSubtitle1();
method public androidx.compose.ui.text.TextStyle getSubtitle2();
+ property public final androidx.compose.ui.text.TextStyle body1;
+ property public final androidx.compose.ui.text.TextStyle body2;
+ property public final androidx.compose.ui.text.TextStyle button;
+ property public final androidx.compose.ui.text.TextStyle caption;
+ property public final androidx.compose.ui.text.TextStyle h1;
+ property public final androidx.compose.ui.text.TextStyle h2;
+ property public final androidx.compose.ui.text.TextStyle h3;
+ property public final androidx.compose.ui.text.TextStyle h4;
+ property public final androidx.compose.ui.text.TextStyle h5;
+ property public final androidx.compose.ui.text.TextStyle h6;
+ property public final androidx.compose.ui.text.TextStyle overline;
+ property public final androidx.compose.ui.text.TextStyle subtitle1;
+ property public final androidx.compose.ui.text.TextStyle subtitle2;
}
public final class TypographyKt {
@@ -764,7 +774,7 @@
}
@androidx.compose.material.ExperimentalMaterialApi public interface RippleTheme {
- method @androidx.compose.runtime.Composable public long defaultColor();
+ method @androidx.compose.runtime.Composable public long defaultColor-0d7_KjU();
method @androidx.compose.runtime.Composable public androidx.compose.material.ripple.RippleOpacity rippleOpacity();
}
diff --git a/compose/material/material/api/public_plus_experimental_current.txt b/compose/material/material/api/public_plus_experimental_current.txt
index 64540fc..312beed 100644
--- a/compose/material/material/api/public_plus_experimental_current.txt
+++ b/compose/material/material/api/public_plus_experimental_current.txt
@@ -13,11 +13,11 @@
}
public final class BackdropScaffoldConstants {
- method public float getDefaultFrontLayerElevation();
- method public long getDefaultFrontLayerScrimColor();
+ method public float getDefaultFrontLayerElevation-D9Ej5fM();
+ method public long getDefaultFrontLayerScrimColor-0d7_KjU();
method public androidx.compose.ui.graphics.Shape getDefaultFrontLayerShape();
- method public float getDefaultHeaderHeight();
- method public float getDefaultPeekHeight();
+ method public float getDefaultHeaderHeight-D9Ej5fM();
+ method public float getDefaultPeekHeight-D9Ej5fM();
property public final float DefaultFrontLayerElevation;
property public final long DefaultFrontLayerScrimColor;
property public final androidx.compose.ui.graphics.Shape DefaultFrontLayerShape;
@@ -27,8 +27,8 @@
}
public final class BackdropScaffoldKt {
- method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static void BackdropScaffold-n7o2bDw(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.material.BackdropScaffoldState scaffoldState = rememberBackdropScaffoldState(Concealed), boolean gesturesEnabled = true, float peekHeight = BackdropScaffoldConstants.DefaultPeekHeight, float headerHeight = BackdropScaffoldConstants.DefaultHeaderHeight, boolean persistentAppBar = true, boolean stickyFrontLayer = true, long backLayerBackgroundColor = MaterialTheme.colors.primary, long backLayerContentColor = contentColorFor(backLayerBackgroundColor), androidx.compose.ui.graphics.Shape frontLayerShape = BackdropScaffoldConstants.DefaultFrontLayerShape, float frontLayerElevation = BackdropScaffoldConstants.DefaultFrontLayerElevation, long frontLayerBackgroundColor = MaterialTheme.colors.surface, long frontLayerContentColor = contentColorFor(frontLayerBackgroundColor), long frontLayerScrimColor = BackdropScaffoldConstants.DefaultFrontLayerScrimColor, kotlin.jvm.functions.Function1<? super androidx.compose.material.SnackbarHostState,kotlin.Unit> snackbarHost = { SnackbarHost(it) }, kotlin.jvm.functions.Function0<kotlin.Unit> appBar, kotlin.jvm.functions.Function0<kotlin.Unit> backLayerContent, kotlin.jvm.functions.Function0<kotlin.Unit> frontLayerContent);
- method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static androidx.compose.material.BackdropScaffoldState rememberBackdropScaffoldState(androidx.compose.material.BackdropValue initialValue, androidx.compose.animation.core.AnimationClockObservable clock = AnimationClockAmbient.current, androidx.compose.animation.core.AnimationSpec<java.lang.Float> animationSpec = SwipeableConstants.DefaultAnimationSpec, kotlin.jvm.functions.Function1<? super androidx.compose.material.BackdropValue,java.lang.Boolean> confirmStateChange = { return true }, androidx.compose.material.SnackbarHostState snackbarHostState = androidx.compose.material.SnackbarHostState());
+ method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static void BackdropScaffold-n7o2bDw(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.material.BackdropScaffoldState scaffoldState = rememberBackdropScaffoldState(Concealed), boolean gesturesEnabled = true, float peekHeight = BackdropScaffoldConstants.DefaultPeekHeight, float headerHeight = BackdropScaffoldConstants.DefaultHeaderHeight, boolean persistentAppBar = true, boolean stickyFrontLayer = true, long backLayerBackgroundColor = MaterialTheme.colors.primary, long backLayerContentColor = contentColorFor(backLayerBackgroundColor), androidx.compose.ui.graphics.Shape frontLayerShape = BackdropScaffoldConstants.DefaultFrontLayerShape, float frontLayerElevation = BackdropScaffoldConstants.DefaultFrontLayerElevation, long frontLayerBackgroundColor = MaterialTheme.colors.surface, long frontLayerContentColor = contentColorFor(frontLayerBackgroundColor), long frontLayerScrimColor = BackdropScaffoldConstants.DefaultFrontLayerScrimColor, kotlin.jvm.functions.Function1<? super androidx.compose.material.SnackbarHostState,kotlin.Unit> snackbarHost = { it -> SnackbarHost(it) }, kotlin.jvm.functions.Function0<kotlin.Unit> appBar, kotlin.jvm.functions.Function0<kotlin.Unit> backLayerContent, kotlin.jvm.functions.Function0<kotlin.Unit> frontLayerContent);
+ method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static androidx.compose.material.BackdropScaffoldState rememberBackdropScaffoldState(androidx.compose.material.BackdropValue initialValue, androidx.compose.animation.core.AnimationClockObservable clock = AnimationClockAmbient.current, androidx.compose.animation.core.AnimationSpec<java.lang.Float> animationSpec = SwipeableConstants.DefaultAnimationSpec, kotlin.jvm.functions.Function1<? super androidx.compose.material.BackdropValue,java.lang.Boolean> confirmStateChange = { it -> return true }, androidx.compose.material.SnackbarHostState snackbarHostState = androidx.compose.material.SnackbarHostState());
}
@androidx.compose.material.ExperimentalMaterialApi public final class BackdropScaffoldState extends androidx.compose.material.SwipeableState<androidx.compose.material.BackdropValue> {
@@ -40,6 +40,7 @@
method public void reveal(kotlin.jvm.functions.Function0<kotlin.Unit>? onRevealed = null);
property public final boolean isConcealed;
property public final boolean isRevealed;
+ property public final androidx.compose.material.SnackbarHostState snackbarHostState;
field public static final androidx.compose.material.BackdropScaffoldState.Companion Companion;
}
@@ -48,8 +49,6 @@
}
public enum BackdropValue {
- method public static androidx.compose.material.BackdropValue valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.material.BackdropValue[] values();
enum_constant public static final androidx.compose.material.BackdropValue Concealed;
enum_constant public static final androidx.compose.material.BackdropValue Revealed;
}
@@ -73,8 +72,6 @@
}
public enum BottomDrawerValue {
- method public static androidx.compose.material.BottomDrawerValue valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.material.BottomDrawerValue[] values();
enum_constant public static final androidx.compose.material.BottomDrawerValue Closed;
enum_constant public static final androidx.compose.material.BottomDrawerValue Expanded;
enum_constant public static final androidx.compose.material.BottomDrawerValue Open;
@@ -88,17 +85,17 @@
}
public final class BottomSheetScaffoldConstants {
- method public float getDefaultSheetElevation();
- method public float getDefaultSheetPeekHeight();
+ method public float getDefaultSheetElevation-D9Ej5fM();
+ method public float getDefaultSheetPeekHeight-D9Ej5fM();
property public final float DefaultSheetElevation;
property public final float DefaultSheetPeekHeight;
field public static final androidx.compose.material.BottomSheetScaffoldConstants INSTANCE;
}
public final class BottomSheetScaffoldKt {
- method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static void BottomSheetScaffold-0Ttp7_s(kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ColumnScope,kotlin.Unit> sheetContent, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.material.BottomSheetScaffoldState scaffoldState = rememberBottomSheetScaffoldState(), kotlin.jvm.functions.Function0<kotlin.Unit>? topBar = null, kotlin.jvm.functions.Function1<? super androidx.compose.material.SnackbarHostState,kotlin.Unit> snackbarHost = { SnackbarHost(it) }, kotlin.jvm.functions.Function0<kotlin.Unit>? floatingActionButton = null, androidx.compose.material.FabPosition floatingActionButtonPosition = androidx.compose.material.FabPosition.End, boolean sheetGesturesEnabled = true, androidx.compose.ui.graphics.Shape sheetShape = large, float sheetElevation = BottomSheetScaffoldConstants.DefaultSheetElevation, long sheetBackgroundColor = MaterialTheme.colors.surface, long sheetContentColor = contentColorFor(sheetBackgroundColor), float sheetPeekHeight = BottomSheetScaffoldConstants.DefaultSheetPeekHeight, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ColumnScope,kotlin.Unit>? drawerContent = null, boolean drawerGesturesEnabled = true, androidx.compose.ui.graphics.Shape drawerShape = large, float drawerElevation = DrawerConstants.DefaultElevation, long drawerBackgroundColor = MaterialTheme.colors.surface, long drawerContentColor = contentColorFor(drawerBackgroundColor), long drawerScrimColor = DrawerConstants.defaultScrimColor, long backgroundColor = MaterialTheme.colors.background, long contentColor = contentColorFor(backgroundColor), kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.PaddingValues,kotlin.Unit> bodyContent);
+ method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static void BottomSheetScaffold-0Ttp7_s(kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ColumnScope,kotlin.Unit> sheetContent, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.material.BottomSheetScaffoldState scaffoldState = rememberBottomSheetScaffoldState(), kotlin.jvm.functions.Function0<kotlin.Unit>? topBar = null, kotlin.jvm.functions.Function1<? super androidx.compose.material.SnackbarHostState,kotlin.Unit> snackbarHost = { it -> SnackbarHost(it) }, kotlin.jvm.functions.Function0<kotlin.Unit>? floatingActionButton = null, androidx.compose.material.FabPosition floatingActionButtonPosition = androidx.compose.material.FabPosition.End, boolean sheetGesturesEnabled = true, androidx.compose.ui.graphics.Shape sheetShape = large, float sheetElevation = BottomSheetScaffoldConstants.DefaultSheetElevation, long sheetBackgroundColor = MaterialTheme.colors.surface, long sheetContentColor = contentColorFor(sheetBackgroundColor), float sheetPeekHeight = BottomSheetScaffoldConstants.DefaultSheetPeekHeight, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ColumnScope,kotlin.Unit>? drawerContent = null, boolean drawerGesturesEnabled = true, androidx.compose.ui.graphics.Shape drawerShape = large, float drawerElevation = DrawerConstants.DefaultElevation, long drawerBackgroundColor = MaterialTheme.colors.surface, long drawerContentColor = contentColorFor(drawerBackgroundColor), long drawerScrimColor = DrawerConstants.defaultScrimColor, long backgroundColor = MaterialTheme.colors.background, long contentColor = contentColorFor(backgroundColor), kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.PaddingValues,kotlin.Unit> bodyContent);
method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static androidx.compose.material.BottomSheetScaffoldState rememberBottomSheetScaffoldState(androidx.compose.material.DrawerState drawerState = rememberDrawerState(DrawerValue.Closed), androidx.compose.material.BottomSheetState bottomSheetState = rememberBottomSheetState(BottomSheetValue.Collapsed), androidx.compose.material.SnackbarHostState snackbarHostState = androidx.compose.material.SnackbarHostState());
- method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static androidx.compose.material.BottomSheetState rememberBottomSheetState(androidx.compose.material.BottomSheetValue initialValue, androidx.compose.animation.core.AnimationClockObservable clock = AnimationClockAmbient.current, androidx.compose.animation.core.AnimationSpec<java.lang.Float> animationSpec = SwipeableConstants.DefaultAnimationSpec, kotlin.jvm.functions.Function1<? super androidx.compose.material.BottomSheetValue,java.lang.Boolean> confirmStateChange = { return true });
+ method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static androidx.compose.material.BottomSheetState rememberBottomSheetState(androidx.compose.material.BottomSheetValue initialValue, androidx.compose.animation.core.AnimationClockObservable clock = AnimationClockAmbient.current, androidx.compose.animation.core.AnimationSpec<java.lang.Float> animationSpec = SwipeableConstants.DefaultAnimationSpec, kotlin.jvm.functions.Function1<? super androidx.compose.material.BottomSheetValue,java.lang.Boolean> confirmStateChange = { it -> return true });
}
@androidx.compose.material.ExperimentalMaterialApi public final class BottomSheetScaffoldState {
@@ -106,6 +103,9 @@
method public androidx.compose.material.BottomSheetState getBottomSheetState();
method public androidx.compose.material.DrawerState getDrawerState();
method public androidx.compose.material.SnackbarHostState getSnackbarHostState();
+ property public final androidx.compose.material.BottomSheetState bottomSheetState;
+ property public final androidx.compose.material.DrawerState drawerState;
+ property public final androidx.compose.material.SnackbarHostState snackbarHostState;
}
@androidx.compose.material.ExperimentalMaterialApi public final class BottomSheetState extends androidx.compose.material.SwipeableState<androidx.compose.material.BottomSheetValue> {
@@ -124,8 +124,6 @@
}
@androidx.compose.material.ExperimentalMaterialApi public enum BottomSheetValue {
- method public static androidx.compose.material.BottomSheetValue valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.material.BottomSheetValue[] values();
enum_constant public static final androidx.compose.material.BottomSheetValue Collapsed;
enum_constant public static final androidx.compose.material.BottomSheetValue Expanded;
}
@@ -137,15 +135,15 @@
method @androidx.compose.runtime.Composable public long defaultOutlinedButtonContentColor-Q31_wr0(boolean enabled, long defaultColor = MaterialTheme.colors.primary, long disabledColor = defaultDisabledContentColor);
method @androidx.compose.runtime.Composable public long defaultTextButtonContentColor-Q31_wr0(boolean enabled, long defaultColor = MaterialTheme.colors.primary, long disabledColor = defaultDisabledContentColor);
method public androidx.compose.foundation.layout.PaddingValues getDefaultContentPadding();
- method public long getDefaultDisabledBackgroundColor();
- method public long getDefaultDisabledContentColor();
- method public float getDefaultIconSize();
- method public float getDefaultIconSpacing();
- method public float getDefaultMinHeight();
- method public float getDefaultMinWidth();
+ method public long getDefaultDisabledBackgroundColor-0d7_KjU();
+ method public long getDefaultDisabledContentColor-0d7_KjU();
+ method public float getDefaultIconSize-D9Ej5fM();
+ method public float getDefaultIconSpacing-D9Ej5fM();
+ method public float getDefaultMinHeight-D9Ej5fM();
+ method public float getDefaultMinWidth-D9Ej5fM();
method public androidx.compose.foundation.BorderStroke getDefaultOutlinedBorder();
method public androidx.compose.foundation.layout.PaddingValues getDefaultTextContentPadding();
- method public float getOutlinedBorderSize();
+ method public float getOutlinedBorderSize-D9Ej5fM();
property public final androidx.compose.foundation.layout.PaddingValues DefaultContentPadding;
property public final float DefaultIconSize;
property public final float DefaultIconSpacing;
@@ -181,8 +179,8 @@
method @androidx.compose.runtime.Composable public long animateDefaultBoxColor-4eRnVYk(androidx.compose.foundation.selection.ToggleableState state, boolean enabled, long checkedColor = MaterialTheme.colors.secondary, long uncheckedColor = checkedColor.copy(0.0), long disabledCheckedColor = defaultDisabledColor, long disabledUncheckedColor = Color.Transparent, long disabledIndeterminateColor = defaultDisabledIndeterminateColor(checkedColor));
method @androidx.compose.runtime.Composable public long animateDefaultCheckmarkColor-9THJUkw(androidx.compose.foundation.selection.ToggleableState state, long checkedColor = MaterialTheme.colors.surface, long uncheckedColor = checkedColor.copy(0.0));
method @androidx.compose.runtime.Composable public long defaultDisabledIndeterminateColor-8_81llA(long checkedColor);
- method public long getDefaultDisabledColor();
- method public long getDefaultUncheckedColor();
+ method public long getDefaultDisabledColor-0d7_KjU();
+ method public long getDefaultUncheckedColor-0d7_KjU();
property public final long defaultDisabledColor;
property public final long defaultUncheckedColor;
field public static final androidx.compose.material.CheckboxConstants INSTANCE;
@@ -199,18 +197,18 @@
@androidx.compose.runtime.Stable public final class Colors {
method public androidx.compose.material.Colors copy-7EMdAJ8(long primary = this.primary, long primaryVariant = this.primaryVariant, long secondary = this.secondary, long secondaryVariant = this.secondaryVariant, long background = this.background, long surface = this.surface, long error = this.error, long onPrimary = this.onPrimary, long onSecondary = this.onSecondary, long onBackground = this.onBackground, long onSurface = this.onSurface, long onError = this.onError, boolean isLight = this.isLight);
- method public long getBackground();
- method public long getError();
- method public long getOnBackground();
- method public long getOnError();
- method public long getOnPrimary();
- method public long getOnSecondary();
- method public long getOnSurface();
- method public long getPrimary();
- method public long getPrimaryVariant();
- method public long getSecondary();
- method public long getSecondaryVariant();
- method public long getSurface();
+ method public long getBackground-0d7_KjU();
+ method public long getError-0d7_KjU();
+ method public long getOnBackground-0d7_KjU();
+ method public long getOnError-0d7_KjU();
+ method public long getOnPrimary-0d7_KjU();
+ method public long getOnSecondary-0d7_KjU();
+ method public long getOnSurface-0d7_KjU();
+ method public long getPrimary-0d7_KjU();
+ method public long getPrimaryVariant-0d7_KjU();
+ method public long getSecondary-0d7_KjU();
+ method public long getSecondaryVariant-0d7_KjU();
+ method public long getSurface-0d7_KjU();
method public boolean isLight();
property public final long background;
property public final long error;
@@ -235,8 +233,6 @@
}
public enum DismissDirection {
- method public static androidx.compose.material.DismissDirection valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.material.DismissDirection[] values();
enum_constant public static final androidx.compose.material.DismissDirection EndToStart;
enum_constant public static final androidx.compose.material.DismissDirection StartToEnd;
}
@@ -256,8 +252,6 @@
}
public enum DismissValue {
- method public static androidx.compose.material.DismissValue valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.material.DismissValue[] values();
enum_constant public static final androidx.compose.material.DismissValue Default;
enum_constant public static final androidx.compose.material.DismissValue DismissedToEnd;
enum_constant public static final androidx.compose.material.DismissValue DismissedToStart;
@@ -268,8 +262,8 @@
}
public final class DrawerConstants {
- method public float getDefaultElevation();
- method public long getDefaultScrimColor();
+ method public float getDefaultElevation-D9Ej5fM();
+ method public long getDefaultScrimColor-0d7_KjU();
property public final float DefaultElevation;
property public final long defaultScrimColor;
field public static final androidx.compose.material.DrawerConstants INSTANCE;
@@ -279,8 +273,8 @@
public final class DrawerKt {
method @androidx.compose.runtime.Composable public static void BottomDrawerLayout--6CoO6E(kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ColumnScope,kotlin.Unit> drawerContent, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.material.BottomDrawerState drawerState = rememberBottomDrawerState(BottomDrawerValue.Closed), boolean gesturesEnabled = true, androidx.compose.ui.graphics.Shape drawerShape = large, float drawerElevation = DrawerConstants.DefaultElevation, long drawerBackgroundColor = MaterialTheme.colors.surface, long drawerContentColor = contentColorFor(drawerBackgroundColor), long scrimColor = DrawerConstants.defaultScrimColor, kotlin.jvm.functions.Function0<kotlin.Unit> bodyContent);
method @androidx.compose.runtime.Composable public static void ModalDrawerLayout-TlzqArY(kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ColumnScope,kotlin.Unit> drawerContent, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.material.DrawerState drawerState = rememberDrawerState(DrawerValue.Closed), boolean gesturesEnabled = true, androidx.compose.ui.graphics.Shape drawerShape = large, float drawerElevation = DrawerConstants.DefaultElevation, long drawerBackgroundColor = MaterialTheme.colors.surface, long drawerContentColor = contentColorFor(drawerBackgroundColor), long scrimColor = DrawerConstants.defaultScrimColor, kotlin.jvm.functions.Function0<kotlin.Unit> bodyContent);
- method @androidx.compose.runtime.Composable public static androidx.compose.material.BottomDrawerState rememberBottomDrawerState(androidx.compose.material.BottomDrawerValue initialValue, kotlin.jvm.functions.Function1<? super androidx.compose.material.BottomDrawerValue,java.lang.Boolean> confirmStateChange = { return true });
- method @androidx.compose.runtime.Composable public static androidx.compose.material.DrawerState rememberDrawerState(androidx.compose.material.DrawerValue initialValue, kotlin.jvm.functions.Function1<? super androidx.compose.material.DrawerValue,java.lang.Boolean> confirmStateChange = { return true });
+ method @androidx.compose.runtime.Composable public static androidx.compose.material.BottomDrawerState rememberBottomDrawerState(androidx.compose.material.BottomDrawerValue initialValue, kotlin.jvm.functions.Function1<? super androidx.compose.material.BottomDrawerValue,java.lang.Boolean> confirmStateChange = { it -> return true });
+ method @androidx.compose.runtime.Composable public static androidx.compose.material.DrawerState rememberDrawerState(androidx.compose.material.DrawerValue initialValue, kotlin.jvm.functions.Function1<? super androidx.compose.material.DrawerValue,java.lang.Boolean> confirmStateChange = { it -> return true });
}
public final class DrawerState extends androidx.compose.material.SwipeableState<androidx.compose.material.DrawerValue> {
@@ -299,8 +293,6 @@
}
public enum DrawerValue {
- method public static androidx.compose.material.DrawerValue valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.material.DrawerValue[] values();
enum_constant public static final androidx.compose.material.DrawerValue Closed;
enum_constant public static final androidx.compose.material.DrawerValue Open;
}
@@ -345,8 +337,6 @@
}
public enum FabPosition {
- method public static androidx.compose.material.FabPosition valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.material.FabPosition[] values();
enum_constant public static final androidx.compose.material.FabPosition Center;
enum_constant public static final androidx.compose.material.FabPosition End;
}
@@ -411,8 +401,8 @@
}
public final class ModalBottomSheetConstants {
- method public float getDefaultElevation();
- method public long getDefaultScrimColor();
+ method public float getDefaultElevation-D9Ej5fM();
+ method public long getDefaultScrimColor-0d7_KjU();
property public final float DefaultElevation;
property public final long DefaultScrimColor;
field public static final androidx.compose.material.ModalBottomSheetConstants INSTANCE;
@@ -420,7 +410,7 @@
public final class ModalBottomSheetKt {
method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static void ModalBottomSheetLayout-dpadJcU(kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ColumnScope,kotlin.Unit> sheetContent, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.material.ModalBottomSheetState sheetState = rememberModalBottomSheetState(ModalBottomSheetValue.Hidden), androidx.compose.ui.graphics.Shape sheetShape = large, float sheetElevation = ModalBottomSheetConstants.DefaultElevation, long sheetBackgroundColor = MaterialTheme.colors.surface, long sheetContentColor = contentColorFor(sheetBackgroundColor), long scrimColor = ModalBottomSheetConstants.DefaultScrimColor, kotlin.jvm.functions.Function0<kotlin.Unit> content);
- method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static androidx.compose.material.ModalBottomSheetState rememberModalBottomSheetState(androidx.compose.material.ModalBottomSheetValue initialValue, androidx.compose.animation.core.AnimationClockObservable clock = AnimationClockAmbient.current, androidx.compose.animation.core.AnimationSpec<java.lang.Float> animationSpec = SwipeableConstants.DefaultAnimationSpec, kotlin.jvm.functions.Function1<? super androidx.compose.material.ModalBottomSheetValue,java.lang.Boolean> confirmStateChange = { return true });
+ method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static androidx.compose.material.ModalBottomSheetState rememberModalBottomSheetState(androidx.compose.material.ModalBottomSheetValue initialValue, androidx.compose.animation.core.AnimationClockObservable clock = AnimationClockAmbient.current, androidx.compose.animation.core.AnimationSpec<java.lang.Float> animationSpec = SwipeableConstants.DefaultAnimationSpec, kotlin.jvm.functions.Function1<? super androidx.compose.material.ModalBottomSheetValue,java.lang.Boolean> confirmStateChange = { it -> return true });
}
@androidx.compose.material.ExperimentalMaterialApi public final class ModalBottomSheetState extends androidx.compose.material.SwipeableState<androidx.compose.material.ModalBottomSheetValue> {
@@ -437,25 +427,23 @@
}
@androidx.compose.material.ExperimentalMaterialApi public enum ModalBottomSheetValue {
- method public static androidx.compose.material.ModalBottomSheetValue valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.material.ModalBottomSheetValue[] values();
enum_constant public static final androidx.compose.material.ModalBottomSheetValue Expanded;
enum_constant public static final androidx.compose.material.ModalBottomSheetValue HalfExpanded;
enum_constant public static final androidx.compose.material.ModalBottomSheetValue Hidden;
}
public final class OutlinedTextFieldKt {
- method @androidx.compose.runtime.Composable public static void OutlinedTextField-NT1NBPE(String value, kotlin.jvm.functions.Function1<? super java.lang.String,kotlin.Unit> onValueChange, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.text.TextStyle textStyle = AmbientTextStyle.current, kotlin.jvm.functions.Function0<kotlin.Unit>? label = null, kotlin.jvm.functions.Function0<kotlin.Unit>? placeholder = null, kotlin.jvm.functions.Function0<kotlin.Unit>? leadingIcon = null, kotlin.jvm.functions.Function0<kotlin.Unit>? trailingIcon = null, boolean isErrorValue = false, androidx.compose.ui.text.input.VisualTransformation visualTransformation = VisualTransformation.None, androidx.compose.ui.text.input.KeyboardType keyboardType = KeyboardType.Text, androidx.compose.ui.text.input.ImeAction imeAction = ImeAction.Unspecified, kotlin.jvm.functions.Function2<? super androidx.compose.ui.text.input.ImeAction,? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onImeActionPerformed = { _, _ -> }, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onTextInputStarted = {}, androidx.compose.foundation.InteractionState interactionState = remember({
+ method @androidx.compose.runtime.Composable public static void OutlinedTextField-NT1NBPE(String value, kotlin.jvm.functions.Function1<? super java.lang.String,kotlin.Unit> onValueChange, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.text.TextStyle textStyle = AmbientTextStyle.current, kotlin.jvm.functions.Function0<kotlin.Unit>? label = null, kotlin.jvm.functions.Function0<kotlin.Unit>? placeholder = null, kotlin.jvm.functions.Function0<kotlin.Unit>? leadingIcon = null, kotlin.jvm.functions.Function0<kotlin.Unit>? trailingIcon = null, boolean isErrorValue = false, androidx.compose.ui.text.input.VisualTransformation visualTransformation = androidx.compose.ui.text.input.VisualTransformation.Companion.None, androidx.compose.ui.text.input.KeyboardType keyboardType = KeyboardType.Text, androidx.compose.ui.text.input.ImeAction imeAction = ImeAction.Unspecified, kotlin.jvm.functions.Function2<? super androidx.compose.ui.text.input.ImeAction,? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onImeActionPerformed = { _, _ -> }, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onTextInputStarted = { it -> }, androidx.compose.foundation.InteractionState interactionState = remember({
return <init>()
}), long activeColor = MaterialTheme.colors.primary, long inactiveColor = MaterialTheme.colors.onSurface, long errorColor = MaterialTheme.colors.error);
- method @androidx.compose.runtime.Composable public static void OutlinedTextField-OHK2xX0(androidx.compose.ui.text.input.TextFieldValue value, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.input.TextFieldValue,kotlin.Unit> onValueChange, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.text.TextStyle textStyle = AmbientTextStyle.current, kotlin.jvm.functions.Function0<kotlin.Unit>? label = null, kotlin.jvm.functions.Function0<kotlin.Unit>? placeholder = null, kotlin.jvm.functions.Function0<kotlin.Unit>? leadingIcon = null, kotlin.jvm.functions.Function0<kotlin.Unit>? trailingIcon = null, boolean isErrorValue = false, androidx.compose.ui.text.input.VisualTransformation visualTransformation = VisualTransformation.None, androidx.compose.ui.text.input.KeyboardType keyboardType = KeyboardType.Text, androidx.compose.ui.text.input.ImeAction imeAction = ImeAction.Unspecified, kotlin.jvm.functions.Function2<? super androidx.compose.ui.text.input.ImeAction,? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onImeActionPerformed = { _, _ -> }, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onTextInputStarted = {}, androidx.compose.foundation.InteractionState interactionState = remember({
+ method @androidx.compose.runtime.Composable public static void OutlinedTextField-OHK2xX0(androidx.compose.ui.text.input.TextFieldValue value, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.input.TextFieldValue,kotlin.Unit> onValueChange, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.text.TextStyle textStyle = AmbientTextStyle.current, kotlin.jvm.functions.Function0<kotlin.Unit>? label = null, kotlin.jvm.functions.Function0<kotlin.Unit>? placeholder = null, kotlin.jvm.functions.Function0<kotlin.Unit>? leadingIcon = null, kotlin.jvm.functions.Function0<kotlin.Unit>? trailingIcon = null, boolean isErrorValue = false, androidx.compose.ui.text.input.VisualTransformation visualTransformation = androidx.compose.ui.text.input.VisualTransformation.Companion.None, androidx.compose.ui.text.input.KeyboardType keyboardType = KeyboardType.Text, androidx.compose.ui.text.input.ImeAction imeAction = ImeAction.Unspecified, kotlin.jvm.functions.Function2<? super androidx.compose.ui.text.input.ImeAction,? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onImeActionPerformed = { _, _ -> }, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onTextInputStarted = { it -> }, androidx.compose.foundation.InteractionState interactionState = remember({
return <init>()
}), long activeColor = MaterialTheme.colors.primary, long inactiveColor = MaterialTheme.colors.onSurface, long errorColor = MaterialTheme.colors.error);
}
public final class ProgressIndicatorConstants {
method public androidx.compose.animation.core.SpringSpec<java.lang.Float> getDefaultProgressAnimationSpec();
- method public float getDefaultStrokeWidth();
+ method public float getDefaultStrokeWidth-D9Ej5fM();
property public final androidx.compose.animation.core.SpringSpec<java.lang.Float> DefaultProgressAnimationSpec;
property public final float DefaultStrokeWidth;
field public static final float DefaultIndicatorBackgroundOpacity = 0.24f;
@@ -471,8 +459,8 @@
public final class RadioButtonConstants {
method @androidx.compose.runtime.Composable public long animateDefaultColor-tRWe6DU(boolean selected, boolean enabled, long selectedColor = MaterialTheme.colors.secondary, long unselectedColor = defaultUnselectedColor, long disabledColor = defaultDisabledColor);
- method public long getDefaultDisabledColor();
- method public long getDefaultUnselectedColor();
+ method public long getDefaultDisabledColor-0d7_KjU();
+ method public long getDefaultUnselectedColor-0d7_KjU();
property public final long defaultDisabledColor;
property public final long defaultUnselectedColor;
field public static final androidx.compose.material.RadioButtonConstants INSTANCE;
@@ -494,10 +482,13 @@
method public float getBasis();
method public float getFactorAtMax();
method public float getFactorAtMin();
+ property public final float basis;
+ property public final float factorAtMax;
+ property public final float factorAtMin;
}
public final class ScaffoldKt {
- method @androidx.compose.runtime.Composable public static void Scaffold-qcZBNiw(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.material.ScaffoldState scaffoldState = rememberScaffoldState(), kotlin.jvm.functions.Function0<kotlin.Unit> topBar = emptyContent(), kotlin.jvm.functions.Function0<kotlin.Unit> bottomBar = emptyContent(), kotlin.jvm.functions.Function1<? super androidx.compose.material.SnackbarHostState,kotlin.Unit> snackbarHost = { SnackbarHost(it) }, kotlin.jvm.functions.Function0<kotlin.Unit> floatingActionButton = emptyContent(), androidx.compose.material.FabPosition floatingActionButtonPosition = androidx.compose.material.FabPosition.End, boolean isFloatingActionButtonDocked = false, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ColumnScope,kotlin.Unit>? drawerContent = null, androidx.compose.ui.graphics.Shape drawerShape = large, float drawerElevation = DrawerConstants.DefaultElevation, long drawerBackgroundColor = MaterialTheme.colors.surface, long drawerContentColor = contentColorFor(drawerBackgroundColor), long drawerScrimColor = DrawerConstants.defaultScrimColor, long backgroundColor = MaterialTheme.colors.background, long contentColor = contentColorFor(backgroundColor), kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.PaddingValues,kotlin.Unit> bodyContent);
+ method @androidx.compose.runtime.Composable public static void Scaffold-qcZBNiw(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.material.ScaffoldState scaffoldState = rememberScaffoldState(), kotlin.jvm.functions.Function0<kotlin.Unit> topBar = emptyContent(), kotlin.jvm.functions.Function0<kotlin.Unit> bottomBar = emptyContent(), kotlin.jvm.functions.Function1<? super androidx.compose.material.SnackbarHostState,kotlin.Unit> snackbarHost = { it -> SnackbarHost(it) }, kotlin.jvm.functions.Function0<kotlin.Unit> floatingActionButton = emptyContent(), androidx.compose.material.FabPosition floatingActionButtonPosition = androidx.compose.material.FabPosition.End, boolean isFloatingActionButtonDocked = false, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ColumnScope,kotlin.Unit>? drawerContent = null, androidx.compose.ui.graphics.Shape drawerShape = large, float drawerElevation = DrawerConstants.DefaultElevation, long drawerBackgroundColor = MaterialTheme.colors.surface, long drawerContentColor = contentColorFor(drawerBackgroundColor), long drawerScrimColor = DrawerConstants.defaultScrimColor, long backgroundColor = MaterialTheme.colors.background, long contentColor = contentColorFor(backgroundColor), kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.PaddingValues,kotlin.Unit> bodyContent);
method @androidx.compose.runtime.Composable public static androidx.compose.material.ScaffoldState rememberScaffoldState(androidx.compose.material.DrawerState drawerState = rememberDrawerState(DrawerValue.Closed), androidx.compose.material.SnackbarHostState snackbarHostState = androidx.compose.material.SnackbarHostState(), boolean isDrawerGesturesEnabled = true);
}
@@ -507,7 +498,9 @@
method public androidx.compose.material.SnackbarHostState getSnackbarHostState();
method public boolean isDrawerGesturesEnabled();
method public void setDrawerGesturesEnabled(boolean p);
+ property public final androidx.compose.material.DrawerState drawerState;
property public final boolean isDrawerGesturesEnabled;
+ property public final androidx.compose.material.SnackbarHostState snackbarHostState;
}
@androidx.compose.runtime.Immutable public final class Shapes {
@@ -520,6 +513,9 @@
method public androidx.compose.foundation.shape.CornerBasedShape getLarge();
method public androidx.compose.foundation.shape.CornerBasedShape getMedium();
method public androidx.compose.foundation.shape.CornerBasedShape getSmall();
+ property public final androidx.compose.foundation.shape.CornerBasedShape large;
+ property public final androidx.compose.foundation.shape.CornerBasedShape medium;
+ property public final androidx.compose.foundation.shape.CornerBasedShape small;
}
public final class ShapesKt {
@@ -538,8 +534,8 @@
}
public final class SnackbarConstants {
- method public long getDefaultActionPrimaryColor();
- method public long getDefaultBackgroundColor();
+ method public long getDefaultActionPrimaryColor-0d7_KjU();
+ method public long getDefaultBackgroundColor-0d7_KjU();
property public final long defaultActionPrimaryColor;
property public final long defaultBackgroundColor;
field public static final androidx.compose.material.SnackbarConstants INSTANCE;
@@ -557,15 +553,13 @@
}
public enum SnackbarDuration {
- method public static androidx.compose.material.SnackbarDuration valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.material.SnackbarDuration[] values();
enum_constant public static final androidx.compose.material.SnackbarDuration Indefinite;
enum_constant public static final androidx.compose.material.SnackbarDuration Long;
enum_constant public static final androidx.compose.material.SnackbarDuration Short;
}
public final class SnackbarHostKt {
- method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static void SnackbarHost(androidx.compose.material.SnackbarHostState hostState, androidx.compose.ui.Modifier modifier = Modifier, kotlin.jvm.functions.Function1<? super androidx.compose.material.SnackbarData,kotlin.Unit> snackbar = { Snackbar(it) });
+ method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static void SnackbarHost(androidx.compose.material.SnackbarHostState hostState, androidx.compose.ui.Modifier modifier = Modifier, kotlin.jvm.functions.Function1<? super androidx.compose.material.SnackbarData,kotlin.Unit> snackbar = { it -> Snackbar(it) });
}
@androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Stable public final class SnackbarHostState {
@@ -581,8 +575,6 @@
}
public enum SnackbarResult {
- method public static androidx.compose.material.SnackbarResult valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.material.SnackbarResult[] values();
enum_constant public static final androidx.compose.material.SnackbarResult ActionPerformed;
enum_constant public static final androidx.compose.material.SnackbarResult Dismissed;
}
@@ -601,17 +593,20 @@
method public float getFraction();
method public T! getFrom();
method public T! getTo();
+ property public final float fraction;
+ property public final T! from;
+ property public final T! to;
}
public final class SwipeToDismissKt {
- method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static void SwipeToDismiss(androidx.compose.material.DismissState state, androidx.compose.ui.Modifier modifier = Modifier, java.util.Set<? extends androidx.compose.material.DismissDirection> directions = setOf(EndToStart, StartToEnd), kotlin.jvm.functions.Function1<? super androidx.compose.material.DismissDirection,? extends androidx.compose.material.ThresholdConfig> dismissThresholds = { return <init>(0.5) }, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> background, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> dismissContent);
- method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static androidx.compose.material.DismissState rememberDismissState(androidx.compose.material.DismissValue initialValue = androidx.compose.material.DismissValue.Default, kotlin.jvm.functions.Function1<? super androidx.compose.material.DismissValue,java.lang.Boolean> confirmStateChange = { return true });
+ method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static void SwipeToDismiss(androidx.compose.material.DismissState state, androidx.compose.ui.Modifier modifier = Modifier, java.util.Set<? extends androidx.compose.material.DismissDirection> directions = setOf(EndToStart, StartToEnd), kotlin.jvm.functions.Function1<? super androidx.compose.material.DismissDirection,? extends androidx.compose.material.ThresholdConfig> dismissThresholds = { it -> return <init>(0.5) }, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> background, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> dismissContent);
+ method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static androidx.compose.material.DismissState rememberDismissState(androidx.compose.material.DismissValue initialValue = androidx.compose.material.DismissValue.Default, kotlin.jvm.functions.Function1<? super androidx.compose.material.DismissValue,java.lang.Boolean> confirmStateChange = { it -> return true });
}
public final class SwipeableConstants {
method public androidx.compose.material.ResistanceConfig? defaultResistanceConfig(java.util.Set<java.lang.Float> anchors, float factorAtMin = 10.0f, float factorAtMax = 10.0f);
method public androidx.compose.animation.core.SpringSpec<java.lang.Float> getDefaultAnimationSpec();
- method public float getDefaultVelocityThreshold();
+ method public float getDefaultVelocityThreshold-D9Ej5fM();
property public final androidx.compose.animation.core.SpringSpec<java.lang.Float> DefaultAnimationSpec;
property public final float DefaultVelocityThreshold;
field public static final androidx.compose.material.SwipeableConstants INSTANCE;
@@ -620,7 +615,7 @@
}
public final class SwipeableKt {
- method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static <T> androidx.compose.material.SwipeableState<T> rememberSwipeableState(T initialValue, androidx.compose.animation.core.AnimationSpec<java.lang.Float> animationSpec = DefaultAnimationSpec, kotlin.jvm.functions.Function1<? super T,java.lang.Boolean> confirmStateChange = { return true });
+ method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static <T> androidx.compose.material.SwipeableState<T> rememberSwipeableState(T initialValue, androidx.compose.animation.core.AnimationSpec<java.lang.Float> animationSpec = DefaultAnimationSpec, kotlin.jvm.functions.Function1<? super T,java.lang.Boolean> confirmStateChange = { it -> return true });
method @androidx.compose.material.ExperimentalMaterialApi public static <T> androidx.compose.ui.Modifier swipeable-VaXUQxo(androidx.compose.ui.Modifier, androidx.compose.material.SwipeableState<T> state, java.util.Map<java.lang.Float,? extends T> anchors, kotlin.jvm.functions.Function2<? super T,? super T,? extends androidx.compose.material.ThresholdConfig> thresholds, androidx.compose.ui.gesture.scrollorientationlocking.Orientation orientation, boolean enabled = true, boolean reverseDirection = false, androidx.compose.foundation.InteractionState? interactionState = null, androidx.compose.material.ResistanceConfig? resistance = defaultResistanceConfig(anchors.keys), float velocityThreshold = DefaultVelocityThreshold);
}
@@ -659,9 +654,9 @@
method @androidx.compose.runtime.Composable public void DefaultDivider-Z-uBYeE(androidx.compose.ui.Modifier modifier = Modifier, float thickness = DefaultDividerThickness, long color = AmbientContentColor.current.copy(DefaultDividerOpacity));
method @androidx.compose.runtime.Composable public void DefaultIndicator-Z-uBYeE(androidx.compose.ui.Modifier modifier = Modifier, float height = DefaultIndicatorHeight, long color = AmbientContentColor.current);
method public androidx.compose.ui.Modifier defaultTabIndicatorOffset(androidx.compose.ui.Modifier, androidx.compose.material.TabPosition currentTabPosition);
- method public float getDefaultDividerThickness();
- method public float getDefaultIndicatorHeight();
- method public float getDefaultScrollableTabRowPadding();
+ method public float getDefaultDividerThickness-D9Ej5fM();
+ method public float getDefaultIndicatorHeight-D9Ej5fM();
+ method public float getDefaultScrollableTabRowPadding-D9Ej5fM();
property public final float DefaultDividerThickness;
property public final float DefaultIndicatorHeight;
property public final float DefaultScrollableTabRowPadding;
@@ -679,13 +674,15 @@
}
@androidx.compose.runtime.Immutable public final class TabPosition {
- method public float component1();
- method public float component2();
+ method public float component1-D9Ej5fM();
+ method public float component2-D9Ej5fM();
method @androidx.compose.runtime.Immutable public androidx.compose.material.TabPosition copy-ioHfwGI(float left, float width);
- method public float getLeft();
- method public float getRight();
- method public float getWidth();
+ method public float getLeft-D9Ej5fM();
+ method public float getRight-D9Ej5fM();
+ method public float getWidth-D9Ej5fM();
+ property public final float left;
property public final float right;
+ property public final float width;
}
public final class TabRowKt {
@@ -697,10 +694,10 @@
}
public final class TextFieldKt {
- method @androidx.compose.runtime.Composable public static void TextField-LTmrouY(androidx.compose.ui.text.input.TextFieldValue value, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.input.TextFieldValue,kotlin.Unit> onValueChange, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.text.TextStyle textStyle = AmbientTextStyle.current, kotlin.jvm.functions.Function0<kotlin.Unit>? label = null, kotlin.jvm.functions.Function0<kotlin.Unit>? placeholder = null, kotlin.jvm.functions.Function0<kotlin.Unit>? leadingIcon = null, kotlin.jvm.functions.Function0<kotlin.Unit>? trailingIcon = null, boolean isErrorValue = false, androidx.compose.ui.text.input.VisualTransformation visualTransformation = VisualTransformation.None, androidx.compose.ui.text.input.KeyboardType keyboardType = KeyboardType.Text, androidx.compose.ui.text.input.ImeAction imeAction = ImeAction.Unspecified, kotlin.jvm.functions.Function2<? super androidx.compose.ui.text.input.ImeAction,? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onImeActionPerformed = { _, _ -> }, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onTextInputStarted = {}, androidx.compose.foundation.InteractionState interactionState = remember({
+ method @androidx.compose.runtime.Composable public static void TextField-LTmrouY(androidx.compose.ui.text.input.TextFieldValue value, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.input.TextFieldValue,kotlin.Unit> onValueChange, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.text.TextStyle textStyle = AmbientTextStyle.current, kotlin.jvm.functions.Function0<kotlin.Unit>? label = null, kotlin.jvm.functions.Function0<kotlin.Unit>? placeholder = null, kotlin.jvm.functions.Function0<kotlin.Unit>? leadingIcon = null, kotlin.jvm.functions.Function0<kotlin.Unit>? trailingIcon = null, boolean isErrorValue = false, androidx.compose.ui.text.input.VisualTransformation visualTransformation = androidx.compose.ui.text.input.VisualTransformation.Companion.None, androidx.compose.ui.text.input.KeyboardType keyboardType = KeyboardType.Text, androidx.compose.ui.text.input.ImeAction imeAction = ImeAction.Unspecified, kotlin.jvm.functions.Function2<? super androidx.compose.ui.text.input.ImeAction,? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onImeActionPerformed = { _, _ -> }, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onTextInputStarted = { it -> }, androidx.compose.foundation.InteractionState interactionState = remember({
return <init>()
}), long activeColor = MaterialTheme.colors.primary, long inactiveColor = MaterialTheme.colors.onSurface, long errorColor = MaterialTheme.colors.error, long backgroundColor = MaterialTheme.colors.onSurface.copy(ContainerAlpha), androidx.compose.ui.graphics.Shape shape = MaterialTheme.shapes.small.copy(ZeroCornerSize, ZeroCornerSize));
- method @androidx.compose.runtime.Composable public static void TextField-WI3iwFk(String value, kotlin.jvm.functions.Function1<? super java.lang.String,kotlin.Unit> onValueChange, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.text.TextStyle textStyle = AmbientTextStyle.current, kotlin.jvm.functions.Function0<kotlin.Unit>? label = null, kotlin.jvm.functions.Function0<kotlin.Unit>? placeholder = null, kotlin.jvm.functions.Function0<kotlin.Unit>? leadingIcon = null, kotlin.jvm.functions.Function0<kotlin.Unit>? trailingIcon = null, boolean isErrorValue = false, androidx.compose.ui.text.input.VisualTransformation visualTransformation = VisualTransformation.None, androidx.compose.ui.text.input.KeyboardType keyboardType = KeyboardType.Text, androidx.compose.ui.text.input.ImeAction imeAction = ImeAction.Unspecified, kotlin.jvm.functions.Function2<? super androidx.compose.ui.text.input.ImeAction,? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onImeActionPerformed = { _, _ -> }, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onTextInputStarted = {}, androidx.compose.foundation.InteractionState interactionState = remember({
+ method @androidx.compose.runtime.Composable public static void TextField-WI3iwFk(String value, kotlin.jvm.functions.Function1<? super java.lang.String,kotlin.Unit> onValueChange, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.text.TextStyle textStyle = AmbientTextStyle.current, kotlin.jvm.functions.Function0<kotlin.Unit>? label = null, kotlin.jvm.functions.Function0<kotlin.Unit>? placeholder = null, kotlin.jvm.functions.Function0<kotlin.Unit>? leadingIcon = null, kotlin.jvm.functions.Function0<kotlin.Unit>? trailingIcon = null, boolean isErrorValue = false, androidx.compose.ui.text.input.VisualTransformation visualTransformation = androidx.compose.ui.text.input.VisualTransformation.Companion.None, androidx.compose.ui.text.input.KeyboardType keyboardType = KeyboardType.Text, androidx.compose.ui.text.input.ImeAction imeAction = ImeAction.Unspecified, kotlin.jvm.functions.Function2<? super androidx.compose.ui.text.input.ImeAction,? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onImeActionPerformed = { _, _ -> }, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onTextInputStarted = { it -> }, androidx.compose.foundation.InteractionState interactionState = remember({
return <init>()
}), long activeColor = MaterialTheme.colors.primary, long inactiveColor = MaterialTheme.colors.onSurface, long errorColor = MaterialTheme.colors.error, long backgroundColor = MaterialTheme.colors.onSurface.copy(ContainerAlpha), androidx.compose.ui.graphics.Shape shape = MaterialTheme.shapes.small.copy(ZeroCornerSize, ZeroCornerSize));
field public static final float ContainerAlpha = 0.12f;
@@ -739,6 +736,19 @@
method public androidx.compose.ui.text.TextStyle getOverline();
method public androidx.compose.ui.text.TextStyle getSubtitle1();
method public androidx.compose.ui.text.TextStyle getSubtitle2();
+ property public final androidx.compose.ui.text.TextStyle body1;
+ property public final androidx.compose.ui.text.TextStyle body2;
+ property public final androidx.compose.ui.text.TextStyle button;
+ property public final androidx.compose.ui.text.TextStyle caption;
+ property public final androidx.compose.ui.text.TextStyle h1;
+ property public final androidx.compose.ui.text.TextStyle h2;
+ property public final androidx.compose.ui.text.TextStyle h3;
+ property public final androidx.compose.ui.text.TextStyle h4;
+ property public final androidx.compose.ui.text.TextStyle h5;
+ property public final androidx.compose.ui.text.TextStyle h6;
+ property public final androidx.compose.ui.text.TextStyle overline;
+ property public final androidx.compose.ui.text.TextStyle subtitle1;
+ property public final androidx.compose.ui.text.TextStyle subtitle2;
}
public final class TypographyKt {
@@ -764,7 +774,7 @@
}
@androidx.compose.material.ExperimentalMaterialApi public interface RippleTheme {
- method @androidx.compose.runtime.Composable public long defaultColor();
+ method @androidx.compose.runtime.Composable public long defaultColor-0d7_KjU();
method @androidx.compose.runtime.Composable public androidx.compose.material.ripple.RippleOpacity rippleOpacity();
}
diff --git a/compose/material/material/api/restricted_current.txt b/compose/material/material/api/restricted_current.txt
index 64540fc..312beed 100644
--- a/compose/material/material/api/restricted_current.txt
+++ b/compose/material/material/api/restricted_current.txt
@@ -13,11 +13,11 @@
}
public final class BackdropScaffoldConstants {
- method public float getDefaultFrontLayerElevation();
- method public long getDefaultFrontLayerScrimColor();
+ method public float getDefaultFrontLayerElevation-D9Ej5fM();
+ method public long getDefaultFrontLayerScrimColor-0d7_KjU();
method public androidx.compose.ui.graphics.Shape getDefaultFrontLayerShape();
- method public float getDefaultHeaderHeight();
- method public float getDefaultPeekHeight();
+ method public float getDefaultHeaderHeight-D9Ej5fM();
+ method public float getDefaultPeekHeight-D9Ej5fM();
property public final float DefaultFrontLayerElevation;
property public final long DefaultFrontLayerScrimColor;
property public final androidx.compose.ui.graphics.Shape DefaultFrontLayerShape;
@@ -27,8 +27,8 @@
}
public final class BackdropScaffoldKt {
- method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static void BackdropScaffold-n7o2bDw(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.material.BackdropScaffoldState scaffoldState = rememberBackdropScaffoldState(Concealed), boolean gesturesEnabled = true, float peekHeight = BackdropScaffoldConstants.DefaultPeekHeight, float headerHeight = BackdropScaffoldConstants.DefaultHeaderHeight, boolean persistentAppBar = true, boolean stickyFrontLayer = true, long backLayerBackgroundColor = MaterialTheme.colors.primary, long backLayerContentColor = contentColorFor(backLayerBackgroundColor), androidx.compose.ui.graphics.Shape frontLayerShape = BackdropScaffoldConstants.DefaultFrontLayerShape, float frontLayerElevation = BackdropScaffoldConstants.DefaultFrontLayerElevation, long frontLayerBackgroundColor = MaterialTheme.colors.surface, long frontLayerContentColor = contentColorFor(frontLayerBackgroundColor), long frontLayerScrimColor = BackdropScaffoldConstants.DefaultFrontLayerScrimColor, kotlin.jvm.functions.Function1<? super androidx.compose.material.SnackbarHostState,kotlin.Unit> snackbarHost = { SnackbarHost(it) }, kotlin.jvm.functions.Function0<kotlin.Unit> appBar, kotlin.jvm.functions.Function0<kotlin.Unit> backLayerContent, kotlin.jvm.functions.Function0<kotlin.Unit> frontLayerContent);
- method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static androidx.compose.material.BackdropScaffoldState rememberBackdropScaffoldState(androidx.compose.material.BackdropValue initialValue, androidx.compose.animation.core.AnimationClockObservable clock = AnimationClockAmbient.current, androidx.compose.animation.core.AnimationSpec<java.lang.Float> animationSpec = SwipeableConstants.DefaultAnimationSpec, kotlin.jvm.functions.Function1<? super androidx.compose.material.BackdropValue,java.lang.Boolean> confirmStateChange = { return true }, androidx.compose.material.SnackbarHostState snackbarHostState = androidx.compose.material.SnackbarHostState());
+ method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static void BackdropScaffold-n7o2bDw(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.material.BackdropScaffoldState scaffoldState = rememberBackdropScaffoldState(Concealed), boolean gesturesEnabled = true, float peekHeight = BackdropScaffoldConstants.DefaultPeekHeight, float headerHeight = BackdropScaffoldConstants.DefaultHeaderHeight, boolean persistentAppBar = true, boolean stickyFrontLayer = true, long backLayerBackgroundColor = MaterialTheme.colors.primary, long backLayerContentColor = contentColorFor(backLayerBackgroundColor), androidx.compose.ui.graphics.Shape frontLayerShape = BackdropScaffoldConstants.DefaultFrontLayerShape, float frontLayerElevation = BackdropScaffoldConstants.DefaultFrontLayerElevation, long frontLayerBackgroundColor = MaterialTheme.colors.surface, long frontLayerContentColor = contentColorFor(frontLayerBackgroundColor), long frontLayerScrimColor = BackdropScaffoldConstants.DefaultFrontLayerScrimColor, kotlin.jvm.functions.Function1<? super androidx.compose.material.SnackbarHostState,kotlin.Unit> snackbarHost = { it -> SnackbarHost(it) }, kotlin.jvm.functions.Function0<kotlin.Unit> appBar, kotlin.jvm.functions.Function0<kotlin.Unit> backLayerContent, kotlin.jvm.functions.Function0<kotlin.Unit> frontLayerContent);
+ method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static androidx.compose.material.BackdropScaffoldState rememberBackdropScaffoldState(androidx.compose.material.BackdropValue initialValue, androidx.compose.animation.core.AnimationClockObservable clock = AnimationClockAmbient.current, androidx.compose.animation.core.AnimationSpec<java.lang.Float> animationSpec = SwipeableConstants.DefaultAnimationSpec, kotlin.jvm.functions.Function1<? super androidx.compose.material.BackdropValue,java.lang.Boolean> confirmStateChange = { it -> return true }, androidx.compose.material.SnackbarHostState snackbarHostState = androidx.compose.material.SnackbarHostState());
}
@androidx.compose.material.ExperimentalMaterialApi public final class BackdropScaffoldState extends androidx.compose.material.SwipeableState<androidx.compose.material.BackdropValue> {
@@ -40,6 +40,7 @@
method public void reveal(kotlin.jvm.functions.Function0<kotlin.Unit>? onRevealed = null);
property public final boolean isConcealed;
property public final boolean isRevealed;
+ property public final androidx.compose.material.SnackbarHostState snackbarHostState;
field public static final androidx.compose.material.BackdropScaffoldState.Companion Companion;
}
@@ -48,8 +49,6 @@
}
public enum BackdropValue {
- method public static androidx.compose.material.BackdropValue valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.material.BackdropValue[] values();
enum_constant public static final androidx.compose.material.BackdropValue Concealed;
enum_constant public static final androidx.compose.material.BackdropValue Revealed;
}
@@ -73,8 +72,6 @@
}
public enum BottomDrawerValue {
- method public static androidx.compose.material.BottomDrawerValue valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.material.BottomDrawerValue[] values();
enum_constant public static final androidx.compose.material.BottomDrawerValue Closed;
enum_constant public static final androidx.compose.material.BottomDrawerValue Expanded;
enum_constant public static final androidx.compose.material.BottomDrawerValue Open;
@@ -88,17 +85,17 @@
}
public final class BottomSheetScaffoldConstants {
- method public float getDefaultSheetElevation();
- method public float getDefaultSheetPeekHeight();
+ method public float getDefaultSheetElevation-D9Ej5fM();
+ method public float getDefaultSheetPeekHeight-D9Ej5fM();
property public final float DefaultSheetElevation;
property public final float DefaultSheetPeekHeight;
field public static final androidx.compose.material.BottomSheetScaffoldConstants INSTANCE;
}
public final class BottomSheetScaffoldKt {
- method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static void BottomSheetScaffold-0Ttp7_s(kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ColumnScope,kotlin.Unit> sheetContent, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.material.BottomSheetScaffoldState scaffoldState = rememberBottomSheetScaffoldState(), kotlin.jvm.functions.Function0<kotlin.Unit>? topBar = null, kotlin.jvm.functions.Function1<? super androidx.compose.material.SnackbarHostState,kotlin.Unit> snackbarHost = { SnackbarHost(it) }, kotlin.jvm.functions.Function0<kotlin.Unit>? floatingActionButton = null, androidx.compose.material.FabPosition floatingActionButtonPosition = androidx.compose.material.FabPosition.End, boolean sheetGesturesEnabled = true, androidx.compose.ui.graphics.Shape sheetShape = large, float sheetElevation = BottomSheetScaffoldConstants.DefaultSheetElevation, long sheetBackgroundColor = MaterialTheme.colors.surface, long sheetContentColor = contentColorFor(sheetBackgroundColor), float sheetPeekHeight = BottomSheetScaffoldConstants.DefaultSheetPeekHeight, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ColumnScope,kotlin.Unit>? drawerContent = null, boolean drawerGesturesEnabled = true, androidx.compose.ui.graphics.Shape drawerShape = large, float drawerElevation = DrawerConstants.DefaultElevation, long drawerBackgroundColor = MaterialTheme.colors.surface, long drawerContentColor = contentColorFor(drawerBackgroundColor), long drawerScrimColor = DrawerConstants.defaultScrimColor, long backgroundColor = MaterialTheme.colors.background, long contentColor = contentColorFor(backgroundColor), kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.PaddingValues,kotlin.Unit> bodyContent);
+ method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static void BottomSheetScaffold-0Ttp7_s(kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ColumnScope,kotlin.Unit> sheetContent, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.material.BottomSheetScaffoldState scaffoldState = rememberBottomSheetScaffoldState(), kotlin.jvm.functions.Function0<kotlin.Unit>? topBar = null, kotlin.jvm.functions.Function1<? super androidx.compose.material.SnackbarHostState,kotlin.Unit> snackbarHost = { it -> SnackbarHost(it) }, kotlin.jvm.functions.Function0<kotlin.Unit>? floatingActionButton = null, androidx.compose.material.FabPosition floatingActionButtonPosition = androidx.compose.material.FabPosition.End, boolean sheetGesturesEnabled = true, androidx.compose.ui.graphics.Shape sheetShape = large, float sheetElevation = BottomSheetScaffoldConstants.DefaultSheetElevation, long sheetBackgroundColor = MaterialTheme.colors.surface, long sheetContentColor = contentColorFor(sheetBackgroundColor), float sheetPeekHeight = BottomSheetScaffoldConstants.DefaultSheetPeekHeight, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ColumnScope,kotlin.Unit>? drawerContent = null, boolean drawerGesturesEnabled = true, androidx.compose.ui.graphics.Shape drawerShape = large, float drawerElevation = DrawerConstants.DefaultElevation, long drawerBackgroundColor = MaterialTheme.colors.surface, long drawerContentColor = contentColorFor(drawerBackgroundColor), long drawerScrimColor = DrawerConstants.defaultScrimColor, long backgroundColor = MaterialTheme.colors.background, long contentColor = contentColorFor(backgroundColor), kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.PaddingValues,kotlin.Unit> bodyContent);
method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static androidx.compose.material.BottomSheetScaffoldState rememberBottomSheetScaffoldState(androidx.compose.material.DrawerState drawerState = rememberDrawerState(DrawerValue.Closed), androidx.compose.material.BottomSheetState bottomSheetState = rememberBottomSheetState(BottomSheetValue.Collapsed), androidx.compose.material.SnackbarHostState snackbarHostState = androidx.compose.material.SnackbarHostState());
- method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static androidx.compose.material.BottomSheetState rememberBottomSheetState(androidx.compose.material.BottomSheetValue initialValue, androidx.compose.animation.core.AnimationClockObservable clock = AnimationClockAmbient.current, androidx.compose.animation.core.AnimationSpec<java.lang.Float> animationSpec = SwipeableConstants.DefaultAnimationSpec, kotlin.jvm.functions.Function1<? super androidx.compose.material.BottomSheetValue,java.lang.Boolean> confirmStateChange = { return true });
+ method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static androidx.compose.material.BottomSheetState rememberBottomSheetState(androidx.compose.material.BottomSheetValue initialValue, androidx.compose.animation.core.AnimationClockObservable clock = AnimationClockAmbient.current, androidx.compose.animation.core.AnimationSpec<java.lang.Float> animationSpec = SwipeableConstants.DefaultAnimationSpec, kotlin.jvm.functions.Function1<? super androidx.compose.material.BottomSheetValue,java.lang.Boolean> confirmStateChange = { it -> return true });
}
@androidx.compose.material.ExperimentalMaterialApi public final class BottomSheetScaffoldState {
@@ -106,6 +103,9 @@
method public androidx.compose.material.BottomSheetState getBottomSheetState();
method public androidx.compose.material.DrawerState getDrawerState();
method public androidx.compose.material.SnackbarHostState getSnackbarHostState();
+ property public final androidx.compose.material.BottomSheetState bottomSheetState;
+ property public final androidx.compose.material.DrawerState drawerState;
+ property public final androidx.compose.material.SnackbarHostState snackbarHostState;
}
@androidx.compose.material.ExperimentalMaterialApi public final class BottomSheetState extends androidx.compose.material.SwipeableState<androidx.compose.material.BottomSheetValue> {
@@ -124,8 +124,6 @@
}
@androidx.compose.material.ExperimentalMaterialApi public enum BottomSheetValue {
- method public static androidx.compose.material.BottomSheetValue valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.material.BottomSheetValue[] values();
enum_constant public static final androidx.compose.material.BottomSheetValue Collapsed;
enum_constant public static final androidx.compose.material.BottomSheetValue Expanded;
}
@@ -137,15 +135,15 @@
method @androidx.compose.runtime.Composable public long defaultOutlinedButtonContentColor-Q31_wr0(boolean enabled, long defaultColor = MaterialTheme.colors.primary, long disabledColor = defaultDisabledContentColor);
method @androidx.compose.runtime.Composable public long defaultTextButtonContentColor-Q31_wr0(boolean enabled, long defaultColor = MaterialTheme.colors.primary, long disabledColor = defaultDisabledContentColor);
method public androidx.compose.foundation.layout.PaddingValues getDefaultContentPadding();
- method public long getDefaultDisabledBackgroundColor();
- method public long getDefaultDisabledContentColor();
- method public float getDefaultIconSize();
- method public float getDefaultIconSpacing();
- method public float getDefaultMinHeight();
- method public float getDefaultMinWidth();
+ method public long getDefaultDisabledBackgroundColor-0d7_KjU();
+ method public long getDefaultDisabledContentColor-0d7_KjU();
+ method public float getDefaultIconSize-D9Ej5fM();
+ method public float getDefaultIconSpacing-D9Ej5fM();
+ method public float getDefaultMinHeight-D9Ej5fM();
+ method public float getDefaultMinWidth-D9Ej5fM();
method public androidx.compose.foundation.BorderStroke getDefaultOutlinedBorder();
method public androidx.compose.foundation.layout.PaddingValues getDefaultTextContentPadding();
- method public float getOutlinedBorderSize();
+ method public float getOutlinedBorderSize-D9Ej5fM();
property public final androidx.compose.foundation.layout.PaddingValues DefaultContentPadding;
property public final float DefaultIconSize;
property public final float DefaultIconSpacing;
@@ -181,8 +179,8 @@
method @androidx.compose.runtime.Composable public long animateDefaultBoxColor-4eRnVYk(androidx.compose.foundation.selection.ToggleableState state, boolean enabled, long checkedColor = MaterialTheme.colors.secondary, long uncheckedColor = checkedColor.copy(0.0), long disabledCheckedColor = defaultDisabledColor, long disabledUncheckedColor = Color.Transparent, long disabledIndeterminateColor = defaultDisabledIndeterminateColor(checkedColor));
method @androidx.compose.runtime.Composable public long animateDefaultCheckmarkColor-9THJUkw(androidx.compose.foundation.selection.ToggleableState state, long checkedColor = MaterialTheme.colors.surface, long uncheckedColor = checkedColor.copy(0.0));
method @androidx.compose.runtime.Composable public long defaultDisabledIndeterminateColor-8_81llA(long checkedColor);
- method public long getDefaultDisabledColor();
- method public long getDefaultUncheckedColor();
+ method public long getDefaultDisabledColor-0d7_KjU();
+ method public long getDefaultUncheckedColor-0d7_KjU();
property public final long defaultDisabledColor;
property public final long defaultUncheckedColor;
field public static final androidx.compose.material.CheckboxConstants INSTANCE;
@@ -199,18 +197,18 @@
@androidx.compose.runtime.Stable public final class Colors {
method public androidx.compose.material.Colors copy-7EMdAJ8(long primary = this.primary, long primaryVariant = this.primaryVariant, long secondary = this.secondary, long secondaryVariant = this.secondaryVariant, long background = this.background, long surface = this.surface, long error = this.error, long onPrimary = this.onPrimary, long onSecondary = this.onSecondary, long onBackground = this.onBackground, long onSurface = this.onSurface, long onError = this.onError, boolean isLight = this.isLight);
- method public long getBackground();
- method public long getError();
- method public long getOnBackground();
- method public long getOnError();
- method public long getOnPrimary();
- method public long getOnSecondary();
- method public long getOnSurface();
- method public long getPrimary();
- method public long getPrimaryVariant();
- method public long getSecondary();
- method public long getSecondaryVariant();
- method public long getSurface();
+ method public long getBackground-0d7_KjU();
+ method public long getError-0d7_KjU();
+ method public long getOnBackground-0d7_KjU();
+ method public long getOnError-0d7_KjU();
+ method public long getOnPrimary-0d7_KjU();
+ method public long getOnSecondary-0d7_KjU();
+ method public long getOnSurface-0d7_KjU();
+ method public long getPrimary-0d7_KjU();
+ method public long getPrimaryVariant-0d7_KjU();
+ method public long getSecondary-0d7_KjU();
+ method public long getSecondaryVariant-0d7_KjU();
+ method public long getSurface-0d7_KjU();
method public boolean isLight();
property public final long background;
property public final long error;
@@ -235,8 +233,6 @@
}
public enum DismissDirection {
- method public static androidx.compose.material.DismissDirection valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.material.DismissDirection[] values();
enum_constant public static final androidx.compose.material.DismissDirection EndToStart;
enum_constant public static final androidx.compose.material.DismissDirection StartToEnd;
}
@@ -256,8 +252,6 @@
}
public enum DismissValue {
- method public static androidx.compose.material.DismissValue valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.material.DismissValue[] values();
enum_constant public static final androidx.compose.material.DismissValue Default;
enum_constant public static final androidx.compose.material.DismissValue DismissedToEnd;
enum_constant public static final androidx.compose.material.DismissValue DismissedToStart;
@@ -268,8 +262,8 @@
}
public final class DrawerConstants {
- method public float getDefaultElevation();
- method public long getDefaultScrimColor();
+ method public float getDefaultElevation-D9Ej5fM();
+ method public long getDefaultScrimColor-0d7_KjU();
property public final float DefaultElevation;
property public final long defaultScrimColor;
field public static final androidx.compose.material.DrawerConstants INSTANCE;
@@ -279,8 +273,8 @@
public final class DrawerKt {
method @androidx.compose.runtime.Composable public static void BottomDrawerLayout--6CoO6E(kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ColumnScope,kotlin.Unit> drawerContent, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.material.BottomDrawerState drawerState = rememberBottomDrawerState(BottomDrawerValue.Closed), boolean gesturesEnabled = true, androidx.compose.ui.graphics.Shape drawerShape = large, float drawerElevation = DrawerConstants.DefaultElevation, long drawerBackgroundColor = MaterialTheme.colors.surface, long drawerContentColor = contentColorFor(drawerBackgroundColor), long scrimColor = DrawerConstants.defaultScrimColor, kotlin.jvm.functions.Function0<kotlin.Unit> bodyContent);
method @androidx.compose.runtime.Composable public static void ModalDrawerLayout-TlzqArY(kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ColumnScope,kotlin.Unit> drawerContent, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.material.DrawerState drawerState = rememberDrawerState(DrawerValue.Closed), boolean gesturesEnabled = true, androidx.compose.ui.graphics.Shape drawerShape = large, float drawerElevation = DrawerConstants.DefaultElevation, long drawerBackgroundColor = MaterialTheme.colors.surface, long drawerContentColor = contentColorFor(drawerBackgroundColor), long scrimColor = DrawerConstants.defaultScrimColor, kotlin.jvm.functions.Function0<kotlin.Unit> bodyContent);
- method @androidx.compose.runtime.Composable public static androidx.compose.material.BottomDrawerState rememberBottomDrawerState(androidx.compose.material.BottomDrawerValue initialValue, kotlin.jvm.functions.Function1<? super androidx.compose.material.BottomDrawerValue,java.lang.Boolean> confirmStateChange = { return true });
- method @androidx.compose.runtime.Composable public static androidx.compose.material.DrawerState rememberDrawerState(androidx.compose.material.DrawerValue initialValue, kotlin.jvm.functions.Function1<? super androidx.compose.material.DrawerValue,java.lang.Boolean> confirmStateChange = { return true });
+ method @androidx.compose.runtime.Composable public static androidx.compose.material.BottomDrawerState rememberBottomDrawerState(androidx.compose.material.BottomDrawerValue initialValue, kotlin.jvm.functions.Function1<? super androidx.compose.material.BottomDrawerValue,java.lang.Boolean> confirmStateChange = { it -> return true });
+ method @androidx.compose.runtime.Composable public static androidx.compose.material.DrawerState rememberDrawerState(androidx.compose.material.DrawerValue initialValue, kotlin.jvm.functions.Function1<? super androidx.compose.material.DrawerValue,java.lang.Boolean> confirmStateChange = { it -> return true });
}
public final class DrawerState extends androidx.compose.material.SwipeableState<androidx.compose.material.DrawerValue> {
@@ -299,8 +293,6 @@
}
public enum DrawerValue {
- method public static androidx.compose.material.DrawerValue valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.material.DrawerValue[] values();
enum_constant public static final androidx.compose.material.DrawerValue Closed;
enum_constant public static final androidx.compose.material.DrawerValue Open;
}
@@ -345,8 +337,6 @@
}
public enum FabPosition {
- method public static androidx.compose.material.FabPosition valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.material.FabPosition[] values();
enum_constant public static final androidx.compose.material.FabPosition Center;
enum_constant public static final androidx.compose.material.FabPosition End;
}
@@ -411,8 +401,8 @@
}
public final class ModalBottomSheetConstants {
- method public float getDefaultElevation();
- method public long getDefaultScrimColor();
+ method public float getDefaultElevation-D9Ej5fM();
+ method public long getDefaultScrimColor-0d7_KjU();
property public final float DefaultElevation;
property public final long DefaultScrimColor;
field public static final androidx.compose.material.ModalBottomSheetConstants INSTANCE;
@@ -420,7 +410,7 @@
public final class ModalBottomSheetKt {
method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static void ModalBottomSheetLayout-dpadJcU(kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ColumnScope,kotlin.Unit> sheetContent, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.material.ModalBottomSheetState sheetState = rememberModalBottomSheetState(ModalBottomSheetValue.Hidden), androidx.compose.ui.graphics.Shape sheetShape = large, float sheetElevation = ModalBottomSheetConstants.DefaultElevation, long sheetBackgroundColor = MaterialTheme.colors.surface, long sheetContentColor = contentColorFor(sheetBackgroundColor), long scrimColor = ModalBottomSheetConstants.DefaultScrimColor, kotlin.jvm.functions.Function0<kotlin.Unit> content);
- method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static androidx.compose.material.ModalBottomSheetState rememberModalBottomSheetState(androidx.compose.material.ModalBottomSheetValue initialValue, androidx.compose.animation.core.AnimationClockObservable clock = AnimationClockAmbient.current, androidx.compose.animation.core.AnimationSpec<java.lang.Float> animationSpec = SwipeableConstants.DefaultAnimationSpec, kotlin.jvm.functions.Function1<? super androidx.compose.material.ModalBottomSheetValue,java.lang.Boolean> confirmStateChange = { return true });
+ method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static androidx.compose.material.ModalBottomSheetState rememberModalBottomSheetState(androidx.compose.material.ModalBottomSheetValue initialValue, androidx.compose.animation.core.AnimationClockObservable clock = AnimationClockAmbient.current, androidx.compose.animation.core.AnimationSpec<java.lang.Float> animationSpec = SwipeableConstants.DefaultAnimationSpec, kotlin.jvm.functions.Function1<? super androidx.compose.material.ModalBottomSheetValue,java.lang.Boolean> confirmStateChange = { it -> return true });
}
@androidx.compose.material.ExperimentalMaterialApi public final class ModalBottomSheetState extends androidx.compose.material.SwipeableState<androidx.compose.material.ModalBottomSheetValue> {
@@ -437,25 +427,23 @@
}
@androidx.compose.material.ExperimentalMaterialApi public enum ModalBottomSheetValue {
- method public static androidx.compose.material.ModalBottomSheetValue valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.material.ModalBottomSheetValue[] values();
enum_constant public static final androidx.compose.material.ModalBottomSheetValue Expanded;
enum_constant public static final androidx.compose.material.ModalBottomSheetValue HalfExpanded;
enum_constant public static final androidx.compose.material.ModalBottomSheetValue Hidden;
}
public final class OutlinedTextFieldKt {
- method @androidx.compose.runtime.Composable public static void OutlinedTextField-NT1NBPE(String value, kotlin.jvm.functions.Function1<? super java.lang.String,kotlin.Unit> onValueChange, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.text.TextStyle textStyle = AmbientTextStyle.current, kotlin.jvm.functions.Function0<kotlin.Unit>? label = null, kotlin.jvm.functions.Function0<kotlin.Unit>? placeholder = null, kotlin.jvm.functions.Function0<kotlin.Unit>? leadingIcon = null, kotlin.jvm.functions.Function0<kotlin.Unit>? trailingIcon = null, boolean isErrorValue = false, androidx.compose.ui.text.input.VisualTransformation visualTransformation = VisualTransformation.None, androidx.compose.ui.text.input.KeyboardType keyboardType = KeyboardType.Text, androidx.compose.ui.text.input.ImeAction imeAction = ImeAction.Unspecified, kotlin.jvm.functions.Function2<? super androidx.compose.ui.text.input.ImeAction,? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onImeActionPerformed = { _, _ -> }, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onTextInputStarted = {}, androidx.compose.foundation.InteractionState interactionState = remember({
+ method @androidx.compose.runtime.Composable public static void OutlinedTextField-NT1NBPE(String value, kotlin.jvm.functions.Function1<? super java.lang.String,kotlin.Unit> onValueChange, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.text.TextStyle textStyle = AmbientTextStyle.current, kotlin.jvm.functions.Function0<kotlin.Unit>? label = null, kotlin.jvm.functions.Function0<kotlin.Unit>? placeholder = null, kotlin.jvm.functions.Function0<kotlin.Unit>? leadingIcon = null, kotlin.jvm.functions.Function0<kotlin.Unit>? trailingIcon = null, boolean isErrorValue = false, androidx.compose.ui.text.input.VisualTransformation visualTransformation = androidx.compose.ui.text.input.VisualTransformation.Companion.None, androidx.compose.ui.text.input.KeyboardType keyboardType = KeyboardType.Text, androidx.compose.ui.text.input.ImeAction imeAction = ImeAction.Unspecified, kotlin.jvm.functions.Function2<? super androidx.compose.ui.text.input.ImeAction,? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onImeActionPerformed = { _, _ -> }, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onTextInputStarted = { it -> }, androidx.compose.foundation.InteractionState interactionState = remember({
return <init>()
}), long activeColor = MaterialTheme.colors.primary, long inactiveColor = MaterialTheme.colors.onSurface, long errorColor = MaterialTheme.colors.error);
- method @androidx.compose.runtime.Composable public static void OutlinedTextField-OHK2xX0(androidx.compose.ui.text.input.TextFieldValue value, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.input.TextFieldValue,kotlin.Unit> onValueChange, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.text.TextStyle textStyle = AmbientTextStyle.current, kotlin.jvm.functions.Function0<kotlin.Unit>? label = null, kotlin.jvm.functions.Function0<kotlin.Unit>? placeholder = null, kotlin.jvm.functions.Function0<kotlin.Unit>? leadingIcon = null, kotlin.jvm.functions.Function0<kotlin.Unit>? trailingIcon = null, boolean isErrorValue = false, androidx.compose.ui.text.input.VisualTransformation visualTransformation = VisualTransformation.None, androidx.compose.ui.text.input.KeyboardType keyboardType = KeyboardType.Text, androidx.compose.ui.text.input.ImeAction imeAction = ImeAction.Unspecified, kotlin.jvm.functions.Function2<? super androidx.compose.ui.text.input.ImeAction,? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onImeActionPerformed = { _, _ -> }, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onTextInputStarted = {}, androidx.compose.foundation.InteractionState interactionState = remember({
+ method @androidx.compose.runtime.Composable public static void OutlinedTextField-OHK2xX0(androidx.compose.ui.text.input.TextFieldValue value, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.input.TextFieldValue,kotlin.Unit> onValueChange, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.text.TextStyle textStyle = AmbientTextStyle.current, kotlin.jvm.functions.Function0<kotlin.Unit>? label = null, kotlin.jvm.functions.Function0<kotlin.Unit>? placeholder = null, kotlin.jvm.functions.Function0<kotlin.Unit>? leadingIcon = null, kotlin.jvm.functions.Function0<kotlin.Unit>? trailingIcon = null, boolean isErrorValue = false, androidx.compose.ui.text.input.VisualTransformation visualTransformation = androidx.compose.ui.text.input.VisualTransformation.Companion.None, androidx.compose.ui.text.input.KeyboardType keyboardType = KeyboardType.Text, androidx.compose.ui.text.input.ImeAction imeAction = ImeAction.Unspecified, kotlin.jvm.functions.Function2<? super androidx.compose.ui.text.input.ImeAction,? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onImeActionPerformed = { _, _ -> }, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onTextInputStarted = { it -> }, androidx.compose.foundation.InteractionState interactionState = remember({
return <init>()
}), long activeColor = MaterialTheme.colors.primary, long inactiveColor = MaterialTheme.colors.onSurface, long errorColor = MaterialTheme.colors.error);
}
public final class ProgressIndicatorConstants {
method public androidx.compose.animation.core.SpringSpec<java.lang.Float> getDefaultProgressAnimationSpec();
- method public float getDefaultStrokeWidth();
+ method public float getDefaultStrokeWidth-D9Ej5fM();
property public final androidx.compose.animation.core.SpringSpec<java.lang.Float> DefaultProgressAnimationSpec;
property public final float DefaultStrokeWidth;
field public static final float DefaultIndicatorBackgroundOpacity = 0.24f;
@@ -471,8 +459,8 @@
public final class RadioButtonConstants {
method @androidx.compose.runtime.Composable public long animateDefaultColor-tRWe6DU(boolean selected, boolean enabled, long selectedColor = MaterialTheme.colors.secondary, long unselectedColor = defaultUnselectedColor, long disabledColor = defaultDisabledColor);
- method public long getDefaultDisabledColor();
- method public long getDefaultUnselectedColor();
+ method public long getDefaultDisabledColor-0d7_KjU();
+ method public long getDefaultUnselectedColor-0d7_KjU();
property public final long defaultDisabledColor;
property public final long defaultUnselectedColor;
field public static final androidx.compose.material.RadioButtonConstants INSTANCE;
@@ -494,10 +482,13 @@
method public float getBasis();
method public float getFactorAtMax();
method public float getFactorAtMin();
+ property public final float basis;
+ property public final float factorAtMax;
+ property public final float factorAtMin;
}
public final class ScaffoldKt {
- method @androidx.compose.runtime.Composable public static void Scaffold-qcZBNiw(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.material.ScaffoldState scaffoldState = rememberScaffoldState(), kotlin.jvm.functions.Function0<kotlin.Unit> topBar = emptyContent(), kotlin.jvm.functions.Function0<kotlin.Unit> bottomBar = emptyContent(), kotlin.jvm.functions.Function1<? super androidx.compose.material.SnackbarHostState,kotlin.Unit> snackbarHost = { SnackbarHost(it) }, kotlin.jvm.functions.Function0<kotlin.Unit> floatingActionButton = emptyContent(), androidx.compose.material.FabPosition floatingActionButtonPosition = androidx.compose.material.FabPosition.End, boolean isFloatingActionButtonDocked = false, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ColumnScope,kotlin.Unit>? drawerContent = null, androidx.compose.ui.graphics.Shape drawerShape = large, float drawerElevation = DrawerConstants.DefaultElevation, long drawerBackgroundColor = MaterialTheme.colors.surface, long drawerContentColor = contentColorFor(drawerBackgroundColor), long drawerScrimColor = DrawerConstants.defaultScrimColor, long backgroundColor = MaterialTheme.colors.background, long contentColor = contentColorFor(backgroundColor), kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.PaddingValues,kotlin.Unit> bodyContent);
+ method @androidx.compose.runtime.Composable public static void Scaffold-qcZBNiw(androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.material.ScaffoldState scaffoldState = rememberScaffoldState(), kotlin.jvm.functions.Function0<kotlin.Unit> topBar = emptyContent(), kotlin.jvm.functions.Function0<kotlin.Unit> bottomBar = emptyContent(), kotlin.jvm.functions.Function1<? super androidx.compose.material.SnackbarHostState,kotlin.Unit> snackbarHost = { it -> SnackbarHost(it) }, kotlin.jvm.functions.Function0<kotlin.Unit> floatingActionButton = emptyContent(), androidx.compose.material.FabPosition floatingActionButtonPosition = androidx.compose.material.FabPosition.End, boolean isFloatingActionButtonDocked = false, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ColumnScope,kotlin.Unit>? drawerContent = null, androidx.compose.ui.graphics.Shape drawerShape = large, float drawerElevation = DrawerConstants.DefaultElevation, long drawerBackgroundColor = MaterialTheme.colors.surface, long drawerContentColor = contentColorFor(drawerBackgroundColor), long drawerScrimColor = DrawerConstants.defaultScrimColor, long backgroundColor = MaterialTheme.colors.background, long contentColor = contentColorFor(backgroundColor), kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.PaddingValues,kotlin.Unit> bodyContent);
method @androidx.compose.runtime.Composable public static androidx.compose.material.ScaffoldState rememberScaffoldState(androidx.compose.material.DrawerState drawerState = rememberDrawerState(DrawerValue.Closed), androidx.compose.material.SnackbarHostState snackbarHostState = androidx.compose.material.SnackbarHostState(), boolean isDrawerGesturesEnabled = true);
}
@@ -507,7 +498,9 @@
method public androidx.compose.material.SnackbarHostState getSnackbarHostState();
method public boolean isDrawerGesturesEnabled();
method public void setDrawerGesturesEnabled(boolean p);
+ property public final androidx.compose.material.DrawerState drawerState;
property public final boolean isDrawerGesturesEnabled;
+ property public final androidx.compose.material.SnackbarHostState snackbarHostState;
}
@androidx.compose.runtime.Immutable public final class Shapes {
@@ -520,6 +513,9 @@
method public androidx.compose.foundation.shape.CornerBasedShape getLarge();
method public androidx.compose.foundation.shape.CornerBasedShape getMedium();
method public androidx.compose.foundation.shape.CornerBasedShape getSmall();
+ property public final androidx.compose.foundation.shape.CornerBasedShape large;
+ property public final androidx.compose.foundation.shape.CornerBasedShape medium;
+ property public final androidx.compose.foundation.shape.CornerBasedShape small;
}
public final class ShapesKt {
@@ -538,8 +534,8 @@
}
public final class SnackbarConstants {
- method public long getDefaultActionPrimaryColor();
- method public long getDefaultBackgroundColor();
+ method public long getDefaultActionPrimaryColor-0d7_KjU();
+ method public long getDefaultBackgroundColor-0d7_KjU();
property public final long defaultActionPrimaryColor;
property public final long defaultBackgroundColor;
field public static final androidx.compose.material.SnackbarConstants INSTANCE;
@@ -557,15 +553,13 @@
}
public enum SnackbarDuration {
- method public static androidx.compose.material.SnackbarDuration valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.material.SnackbarDuration[] values();
enum_constant public static final androidx.compose.material.SnackbarDuration Indefinite;
enum_constant public static final androidx.compose.material.SnackbarDuration Long;
enum_constant public static final androidx.compose.material.SnackbarDuration Short;
}
public final class SnackbarHostKt {
- method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static void SnackbarHost(androidx.compose.material.SnackbarHostState hostState, androidx.compose.ui.Modifier modifier = Modifier, kotlin.jvm.functions.Function1<? super androidx.compose.material.SnackbarData,kotlin.Unit> snackbar = { Snackbar(it) });
+ method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static void SnackbarHost(androidx.compose.material.SnackbarHostState hostState, androidx.compose.ui.Modifier modifier = Modifier, kotlin.jvm.functions.Function1<? super androidx.compose.material.SnackbarData,kotlin.Unit> snackbar = { it -> Snackbar(it) });
}
@androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Stable public final class SnackbarHostState {
@@ -581,8 +575,6 @@
}
public enum SnackbarResult {
- method public static androidx.compose.material.SnackbarResult valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.material.SnackbarResult[] values();
enum_constant public static final androidx.compose.material.SnackbarResult ActionPerformed;
enum_constant public static final androidx.compose.material.SnackbarResult Dismissed;
}
@@ -601,17 +593,20 @@
method public float getFraction();
method public T! getFrom();
method public T! getTo();
+ property public final float fraction;
+ property public final T! from;
+ property public final T! to;
}
public final class SwipeToDismissKt {
- method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static void SwipeToDismiss(androidx.compose.material.DismissState state, androidx.compose.ui.Modifier modifier = Modifier, java.util.Set<? extends androidx.compose.material.DismissDirection> directions = setOf(EndToStart, StartToEnd), kotlin.jvm.functions.Function1<? super androidx.compose.material.DismissDirection,? extends androidx.compose.material.ThresholdConfig> dismissThresholds = { return <init>(0.5) }, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> background, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> dismissContent);
- method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static androidx.compose.material.DismissState rememberDismissState(androidx.compose.material.DismissValue initialValue = androidx.compose.material.DismissValue.Default, kotlin.jvm.functions.Function1<? super androidx.compose.material.DismissValue,java.lang.Boolean> confirmStateChange = { return true });
+ method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static void SwipeToDismiss(androidx.compose.material.DismissState state, androidx.compose.ui.Modifier modifier = Modifier, java.util.Set<? extends androidx.compose.material.DismissDirection> directions = setOf(EndToStart, StartToEnd), kotlin.jvm.functions.Function1<? super androidx.compose.material.DismissDirection,? extends androidx.compose.material.ThresholdConfig> dismissThresholds = { it -> return <init>(0.5) }, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> background, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> dismissContent);
+ method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static androidx.compose.material.DismissState rememberDismissState(androidx.compose.material.DismissValue initialValue = androidx.compose.material.DismissValue.Default, kotlin.jvm.functions.Function1<? super androidx.compose.material.DismissValue,java.lang.Boolean> confirmStateChange = { it -> return true });
}
public final class SwipeableConstants {
method public androidx.compose.material.ResistanceConfig? defaultResistanceConfig(java.util.Set<java.lang.Float> anchors, float factorAtMin = 10.0f, float factorAtMax = 10.0f);
method public androidx.compose.animation.core.SpringSpec<java.lang.Float> getDefaultAnimationSpec();
- method public float getDefaultVelocityThreshold();
+ method public float getDefaultVelocityThreshold-D9Ej5fM();
property public final androidx.compose.animation.core.SpringSpec<java.lang.Float> DefaultAnimationSpec;
property public final float DefaultVelocityThreshold;
field public static final androidx.compose.material.SwipeableConstants INSTANCE;
@@ -620,7 +615,7 @@
}
public final class SwipeableKt {
- method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static <T> androidx.compose.material.SwipeableState<T> rememberSwipeableState(T initialValue, androidx.compose.animation.core.AnimationSpec<java.lang.Float> animationSpec = DefaultAnimationSpec, kotlin.jvm.functions.Function1<? super T,java.lang.Boolean> confirmStateChange = { return true });
+ method @androidx.compose.material.ExperimentalMaterialApi @androidx.compose.runtime.Composable public static <T> androidx.compose.material.SwipeableState<T> rememberSwipeableState(T initialValue, androidx.compose.animation.core.AnimationSpec<java.lang.Float> animationSpec = DefaultAnimationSpec, kotlin.jvm.functions.Function1<? super T,java.lang.Boolean> confirmStateChange = { it -> return true });
method @androidx.compose.material.ExperimentalMaterialApi public static <T> androidx.compose.ui.Modifier swipeable-VaXUQxo(androidx.compose.ui.Modifier, androidx.compose.material.SwipeableState<T> state, java.util.Map<java.lang.Float,? extends T> anchors, kotlin.jvm.functions.Function2<? super T,? super T,? extends androidx.compose.material.ThresholdConfig> thresholds, androidx.compose.ui.gesture.scrollorientationlocking.Orientation orientation, boolean enabled = true, boolean reverseDirection = false, androidx.compose.foundation.InteractionState? interactionState = null, androidx.compose.material.ResistanceConfig? resistance = defaultResistanceConfig(anchors.keys), float velocityThreshold = DefaultVelocityThreshold);
}
@@ -659,9 +654,9 @@
method @androidx.compose.runtime.Composable public void DefaultDivider-Z-uBYeE(androidx.compose.ui.Modifier modifier = Modifier, float thickness = DefaultDividerThickness, long color = AmbientContentColor.current.copy(DefaultDividerOpacity));
method @androidx.compose.runtime.Composable public void DefaultIndicator-Z-uBYeE(androidx.compose.ui.Modifier modifier = Modifier, float height = DefaultIndicatorHeight, long color = AmbientContentColor.current);
method public androidx.compose.ui.Modifier defaultTabIndicatorOffset(androidx.compose.ui.Modifier, androidx.compose.material.TabPosition currentTabPosition);
- method public float getDefaultDividerThickness();
- method public float getDefaultIndicatorHeight();
- method public float getDefaultScrollableTabRowPadding();
+ method public float getDefaultDividerThickness-D9Ej5fM();
+ method public float getDefaultIndicatorHeight-D9Ej5fM();
+ method public float getDefaultScrollableTabRowPadding-D9Ej5fM();
property public final float DefaultDividerThickness;
property public final float DefaultIndicatorHeight;
property public final float DefaultScrollableTabRowPadding;
@@ -679,13 +674,15 @@
}
@androidx.compose.runtime.Immutable public final class TabPosition {
- method public float component1();
- method public float component2();
+ method public float component1-D9Ej5fM();
+ method public float component2-D9Ej5fM();
method @androidx.compose.runtime.Immutable public androidx.compose.material.TabPosition copy-ioHfwGI(float left, float width);
- method public float getLeft();
- method public float getRight();
- method public float getWidth();
+ method public float getLeft-D9Ej5fM();
+ method public float getRight-D9Ej5fM();
+ method public float getWidth-D9Ej5fM();
+ property public final float left;
property public final float right;
+ property public final float width;
}
public final class TabRowKt {
@@ -697,10 +694,10 @@
}
public final class TextFieldKt {
- method @androidx.compose.runtime.Composable public static void TextField-LTmrouY(androidx.compose.ui.text.input.TextFieldValue value, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.input.TextFieldValue,kotlin.Unit> onValueChange, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.text.TextStyle textStyle = AmbientTextStyle.current, kotlin.jvm.functions.Function0<kotlin.Unit>? label = null, kotlin.jvm.functions.Function0<kotlin.Unit>? placeholder = null, kotlin.jvm.functions.Function0<kotlin.Unit>? leadingIcon = null, kotlin.jvm.functions.Function0<kotlin.Unit>? trailingIcon = null, boolean isErrorValue = false, androidx.compose.ui.text.input.VisualTransformation visualTransformation = VisualTransformation.None, androidx.compose.ui.text.input.KeyboardType keyboardType = KeyboardType.Text, androidx.compose.ui.text.input.ImeAction imeAction = ImeAction.Unspecified, kotlin.jvm.functions.Function2<? super androidx.compose.ui.text.input.ImeAction,? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onImeActionPerformed = { _, _ -> }, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onTextInputStarted = {}, androidx.compose.foundation.InteractionState interactionState = remember({
+ method @androidx.compose.runtime.Composable public static void TextField-LTmrouY(androidx.compose.ui.text.input.TextFieldValue value, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.input.TextFieldValue,kotlin.Unit> onValueChange, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.text.TextStyle textStyle = AmbientTextStyle.current, kotlin.jvm.functions.Function0<kotlin.Unit>? label = null, kotlin.jvm.functions.Function0<kotlin.Unit>? placeholder = null, kotlin.jvm.functions.Function0<kotlin.Unit>? leadingIcon = null, kotlin.jvm.functions.Function0<kotlin.Unit>? trailingIcon = null, boolean isErrorValue = false, androidx.compose.ui.text.input.VisualTransformation visualTransformation = androidx.compose.ui.text.input.VisualTransformation.Companion.None, androidx.compose.ui.text.input.KeyboardType keyboardType = KeyboardType.Text, androidx.compose.ui.text.input.ImeAction imeAction = ImeAction.Unspecified, kotlin.jvm.functions.Function2<? super androidx.compose.ui.text.input.ImeAction,? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onImeActionPerformed = { _, _ -> }, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onTextInputStarted = { it -> }, androidx.compose.foundation.InteractionState interactionState = remember({
return <init>()
}), long activeColor = MaterialTheme.colors.primary, long inactiveColor = MaterialTheme.colors.onSurface, long errorColor = MaterialTheme.colors.error, long backgroundColor = MaterialTheme.colors.onSurface.copy(ContainerAlpha), androidx.compose.ui.graphics.Shape shape = MaterialTheme.shapes.small.copy(ZeroCornerSize, ZeroCornerSize));
- method @androidx.compose.runtime.Composable public static void TextField-WI3iwFk(String value, kotlin.jvm.functions.Function1<? super java.lang.String,kotlin.Unit> onValueChange, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.text.TextStyle textStyle = AmbientTextStyle.current, kotlin.jvm.functions.Function0<kotlin.Unit>? label = null, kotlin.jvm.functions.Function0<kotlin.Unit>? placeholder = null, kotlin.jvm.functions.Function0<kotlin.Unit>? leadingIcon = null, kotlin.jvm.functions.Function0<kotlin.Unit>? trailingIcon = null, boolean isErrorValue = false, androidx.compose.ui.text.input.VisualTransformation visualTransformation = VisualTransformation.None, androidx.compose.ui.text.input.KeyboardType keyboardType = KeyboardType.Text, androidx.compose.ui.text.input.ImeAction imeAction = ImeAction.Unspecified, kotlin.jvm.functions.Function2<? super androidx.compose.ui.text.input.ImeAction,? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onImeActionPerformed = { _, _ -> }, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onTextInputStarted = {}, androidx.compose.foundation.InteractionState interactionState = remember({
+ method @androidx.compose.runtime.Composable public static void TextField-WI3iwFk(String value, kotlin.jvm.functions.Function1<? super java.lang.String,kotlin.Unit> onValueChange, androidx.compose.ui.Modifier modifier = Modifier, androidx.compose.ui.text.TextStyle textStyle = AmbientTextStyle.current, kotlin.jvm.functions.Function0<kotlin.Unit>? label = null, kotlin.jvm.functions.Function0<kotlin.Unit>? placeholder = null, kotlin.jvm.functions.Function0<kotlin.Unit>? leadingIcon = null, kotlin.jvm.functions.Function0<kotlin.Unit>? trailingIcon = null, boolean isErrorValue = false, androidx.compose.ui.text.input.VisualTransformation visualTransformation = androidx.compose.ui.text.input.VisualTransformation.Companion.None, androidx.compose.ui.text.input.KeyboardType keyboardType = KeyboardType.Text, androidx.compose.ui.text.input.ImeAction imeAction = ImeAction.Unspecified, kotlin.jvm.functions.Function2<? super androidx.compose.ui.text.input.ImeAction,? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onImeActionPerformed = { _, _ -> }, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.SoftwareKeyboardController,kotlin.Unit> onTextInputStarted = { it -> }, androidx.compose.foundation.InteractionState interactionState = remember({
return <init>()
}), long activeColor = MaterialTheme.colors.primary, long inactiveColor = MaterialTheme.colors.onSurface, long errorColor = MaterialTheme.colors.error, long backgroundColor = MaterialTheme.colors.onSurface.copy(ContainerAlpha), androidx.compose.ui.graphics.Shape shape = MaterialTheme.shapes.small.copy(ZeroCornerSize, ZeroCornerSize));
field public static final float ContainerAlpha = 0.12f;
@@ -739,6 +736,19 @@
method public androidx.compose.ui.text.TextStyle getOverline();
method public androidx.compose.ui.text.TextStyle getSubtitle1();
method public androidx.compose.ui.text.TextStyle getSubtitle2();
+ property public final androidx.compose.ui.text.TextStyle body1;
+ property public final androidx.compose.ui.text.TextStyle body2;
+ property public final androidx.compose.ui.text.TextStyle button;
+ property public final androidx.compose.ui.text.TextStyle caption;
+ property public final androidx.compose.ui.text.TextStyle h1;
+ property public final androidx.compose.ui.text.TextStyle h2;
+ property public final androidx.compose.ui.text.TextStyle h3;
+ property public final androidx.compose.ui.text.TextStyle h4;
+ property public final androidx.compose.ui.text.TextStyle h5;
+ property public final androidx.compose.ui.text.TextStyle h6;
+ property public final androidx.compose.ui.text.TextStyle overline;
+ property public final androidx.compose.ui.text.TextStyle subtitle1;
+ property public final androidx.compose.ui.text.TextStyle subtitle2;
}
public final class TypographyKt {
@@ -764,7 +774,7 @@
}
@androidx.compose.material.ExperimentalMaterialApi public interface RippleTheme {
- method @androidx.compose.runtime.Composable public long defaultColor();
+ method @androidx.compose.runtime.Composable public long defaultColor-0d7_KjU();
method @androidx.compose.runtime.Composable public androidx.compose.material.ripple.RippleOpacity rippleOpacity();
}
diff --git a/compose/runtime/runtime-dispatch/api/current.txt b/compose/runtime/runtime-dispatch/api/current.txt
index 0bb7648..254c0b5 100644
--- a/compose/runtime/runtime-dispatch/api/current.txt
+++ b/compose/runtime/runtime-dispatch/api/current.txt
@@ -9,6 +9,7 @@
method public void dispatch(kotlin.coroutines.CoroutineContext context, Runnable block);
method public android.view.Choreographer getChoreographer();
method public androidx.compose.runtime.dispatch.MonotonicFrameClock getFrameClock();
+ property public final android.view.Choreographer choreographer;
property public final androidx.compose.runtime.dispatch.MonotonicFrameClock frameClock;
field public static final androidx.compose.runtime.dispatch.AndroidUiDispatcher.Companion Companion;
}
@@ -27,6 +28,7 @@
ctor public AndroidUiFrameClock(android.view.Choreographer choreographer);
method public android.view.Choreographer getChoreographer();
method public suspend <R> Object? withFrameNanos(kotlin.jvm.functions.Function1<? super java.lang.Long,? extends R> onFrame, kotlin.coroutines.Continuation<? super R> p);
+ property public final android.view.Choreographer choreographer;
}
public final class BroadcastFrameClock implements androidx.compose.runtime.dispatch.MonotonicFrameClock {
diff --git a/compose/runtime/runtime-dispatch/api/public_plus_experimental_current.txt b/compose/runtime/runtime-dispatch/api/public_plus_experimental_current.txt
index 0bb7648..254c0b5 100644
--- a/compose/runtime/runtime-dispatch/api/public_plus_experimental_current.txt
+++ b/compose/runtime/runtime-dispatch/api/public_plus_experimental_current.txt
@@ -9,6 +9,7 @@
method public void dispatch(kotlin.coroutines.CoroutineContext context, Runnable block);
method public android.view.Choreographer getChoreographer();
method public androidx.compose.runtime.dispatch.MonotonicFrameClock getFrameClock();
+ property public final android.view.Choreographer choreographer;
property public final androidx.compose.runtime.dispatch.MonotonicFrameClock frameClock;
field public static final androidx.compose.runtime.dispatch.AndroidUiDispatcher.Companion Companion;
}
@@ -27,6 +28,7 @@
ctor public AndroidUiFrameClock(android.view.Choreographer choreographer);
method public android.view.Choreographer getChoreographer();
method public suspend <R> Object? withFrameNanos(kotlin.jvm.functions.Function1<? super java.lang.Long,? extends R> onFrame, kotlin.coroutines.Continuation<? super R> p);
+ property public final android.view.Choreographer choreographer;
}
public final class BroadcastFrameClock implements androidx.compose.runtime.dispatch.MonotonicFrameClock {
diff --git a/compose/runtime/runtime-dispatch/api/restricted_current.txt b/compose/runtime/runtime-dispatch/api/restricted_current.txt
index 0bb7648..254c0b5 100644
--- a/compose/runtime/runtime-dispatch/api/restricted_current.txt
+++ b/compose/runtime/runtime-dispatch/api/restricted_current.txt
@@ -9,6 +9,7 @@
method public void dispatch(kotlin.coroutines.CoroutineContext context, Runnable block);
method public android.view.Choreographer getChoreographer();
method public androidx.compose.runtime.dispatch.MonotonicFrameClock getFrameClock();
+ property public final android.view.Choreographer choreographer;
property public final androidx.compose.runtime.dispatch.MonotonicFrameClock frameClock;
field public static final androidx.compose.runtime.dispatch.AndroidUiDispatcher.Companion Companion;
}
@@ -27,6 +28,7 @@
ctor public AndroidUiFrameClock(android.view.Choreographer choreographer);
method public android.view.Choreographer getChoreographer();
method public suspend <R> Object? withFrameNanos(kotlin.jvm.functions.Function1<? super java.lang.Long,? extends R> onFrame, kotlin.coroutines.Continuation<? super R> p);
+ property public final android.view.Choreographer choreographer;
}
public final class BroadcastFrameClock implements androidx.compose.runtime.dispatch.MonotonicFrameClock {
diff --git a/compose/runtime/runtime/api/current.txt b/compose/runtime/runtime/api/current.txt
index f432de2..c8d0ebe 100644
--- a/compose/runtime/runtime/api/current.txt
+++ b/compose/runtime/runtime/api/current.txt
@@ -13,6 +13,7 @@
method protected void setCurrent(T! p);
method public void up();
property public T! current;
+ property public final T! root;
}
public final class ActualAndroidKt {
@@ -73,23 +74,28 @@
method public int getSize();
method public java.util.Collection<V> getValues();
method public boolean isEmpty();
+ property public final kotlinx.collections.immutable.PersistentMap<K,V> map;
}
public interface CommitScope {
method public void onDispose(kotlin.jvm.functions.Function0<kotlin.Unit> callback);
}
- @kotlin.annotation.MustBeDocumented @kotlin.annotation.Retention(AnnotationRetention.BINARY) @kotlin.annotation.Target(allowedTargets={AnnotationTarget.FUNCTION, AnnotationTarget.TYPE, AnnotationTarget.TYPE_PARAMETER, AnnotationTarget.PROPERTY}) public @interface Composable {
+ @kotlin.annotation.MustBeDocumented @kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention) @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface Composable {
}
- @kotlin.annotation.MustBeDocumented @kotlin.annotation.Retention(AnnotationRetention.BINARY) @kotlin.annotation.Target(allowedTargets={AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY, AnnotationTarget.TYPE}) public @interface ComposableContract {
+ @kotlin.annotation.MustBeDocumented @kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention) @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface ComposableContract {
method public abstract boolean preventCapture() default false;
method public abstract boolean readonly() default false;
method public abstract boolean restartable() default true;
method public abstract boolean tracked() default true;
+ property public abstract boolean preventCapture;
+ property public abstract boolean readonly;
+ property public abstract boolean restartable;
+ property public abstract boolean tracked;
}
- @kotlin.RequiresOptIn(level=RequiresOptIn.Level.WARNING, message="This API is intended to be targeted by the Compose Compiler Plugin and not called " + "directly.") @kotlin.annotation.Target(allowedTargets={AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY, AnnotationTarget.TYPEALIAS}) public @interface ComposeCompilerApi {
+ @kotlin.RequiresOptIn(level=kotlin.RequiresOptIn.Level, message="This API is intended to be targeted by the Compose Compiler Plugin and not called " + "directly.") @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface ComposeCompilerApi {
}
public final class ComposeKt {
@@ -143,10 +149,13 @@
method @androidx.compose.runtime.ComposeCompilerApi public void startRestartGroup(int key);
method @androidx.compose.runtime.ComposeCompilerApi public void startRestartGroup(int key, String? sourceInformation);
method @androidx.compose.runtime.ComposeCompilerApi public N! useNode();
+ property public final androidx.compose.runtime.Applier<N> applier;
property public final int currentCompoundKeyHash;
property public final boolean defaultsInvalid;
property public final boolean inserting;
+ property public final androidx.compose.runtime.Recomposer recomposer;
property public final boolean skipping;
+ property public final androidx.compose.runtime.SlotTable slotTable;
}
public final class ComposerKt {
@@ -218,7 +227,7 @@
public final class ExpectKt {
}
- @kotlin.RequiresOptIn(level=RequiresOptIn.Level.ERROR, message="This is an experimental API for Compose and is likely to change before becoming " + "stable.") @kotlin.annotation.Target(allowedTargets={AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY}) public @interface ExperimentalComposeApi {
+ @kotlin.RequiresOptIn(level=kotlin.RequiresOptIn.Level, message="This is an experimental API for Compose and is likely to change before becoming " + "stable.") @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface ExperimentalComposeApi {
}
public final class FlowAdapterKt {
@@ -231,10 +240,10 @@
field public static final androidx.compose.runtime.FrameManager INSTANCE;
}
- @androidx.compose.runtime.StableMarker @kotlin.annotation.MustBeDocumented @kotlin.annotation.Retention(AnnotationRetention.BINARY) @kotlin.annotation.Target(allowedTargets=AnnotationTarget.CLASS) public @interface Immutable {
+ @androidx.compose.runtime.StableMarker @kotlin.annotation.MustBeDocumented @kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention) @kotlin.annotation.Target(allowedTargets=kotlin.annotation.AnnotationTarget) public @interface Immutable {
}
- @kotlin.RequiresOptIn(level=RequiresOptIn.Level.ERROR, message="This is internal API for Compose modules that may change frequently " + "and without warning.") @kotlin.annotation.Target(allowedTargets={AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY}) public @interface InternalComposeApi {
+ @kotlin.RequiresOptIn(level=kotlin.RequiresOptIn.Level, message="This is internal API for Compose modules that may change frequently " + "and without warning.") @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface InternalComposeApi {
}
public final class JoinedKeyKt {
@@ -249,6 +258,11 @@
method public int getKey();
method public int getLocation();
method public int getNodes();
+ property public final Object? dataKey;
+ property public final int index;
+ property public final int key;
+ property public final int location;
+ property public final int nodes;
}
public final class KeyKt {
@@ -289,7 +303,7 @@
method public static <K, V> androidx.compose.runtime.snapshots.SnapshotStateMap<K,V> toMutableStateMap(Iterable<? extends kotlin.Pair<? extends K,? extends V>>);
}
- @kotlin.annotation.Retention(AnnotationRetention.SOURCE) @kotlin.annotation.Target(allowedTargets={AnnotationTarget.PROPERTY, AnnotationTarget.FUNCTION, AnnotationTarget.CLASS, AnnotationTarget.FILE}) public @interface NoLiveLiterals {
+ @kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention) @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface NoLiveLiterals {
}
public final class ObserverMap<K, V> {
@@ -312,6 +326,8 @@
public final class ProvidedValue<T> {
method public androidx.compose.runtime.Ambient<T> getAmbient();
method public T! getValue();
+ property public final androidx.compose.runtime.Ambient<T> ambient;
+ property public final T! value;
}
public final class Recomposer {
@@ -324,6 +340,7 @@
method public suspend Object? recomposeAndApplyChanges(long frameCount, kotlin.coroutines.Continuation<? super kotlin.Unit> p);
method public suspend Object? runRecomposeAndApplyChanges(kotlin.coroutines.Continuation<?> p);
method public void setEmbeddingContext(androidx.compose.runtime.EmbeddingContext p);
+ property public final androidx.compose.runtime.EmbeddingContext embeddingContext;
property public final androidx.compose.runtime.dispatch.MonotonicFrameClock frameClock;
field public static final androidx.compose.runtime.Recomposer.Companion Companion;
}
@@ -353,6 +370,8 @@
method public androidx.compose.runtime.Composer<?> getComposer();
method public T! getNode();
method public inline void update(kotlin.jvm.functions.Function1<? super androidx.compose.runtime.Updater<T>,kotlin.Unit> block);
+ property public final androidx.compose.runtime.Composer<?> composer;
+ property public final T! node;
}
@androidx.compose.runtime.InternalComposeApi public final class SlotReader {
@@ -411,6 +430,7 @@
property public final int parentLocation;
property public final int parentNodes;
property public final int parentSlots;
+ property public final androidx.compose.runtime.SlotTable table;
}
public final class SlotTable {
@@ -488,6 +508,7 @@
property public final int nodeIndex;
property public final int parentLocation;
property public final int parentNodes;
+ property public final androidx.compose.runtime.SlotTable table;
}
public interface SnapshotMutationPolicy<T> {
@@ -495,10 +516,10 @@
method @androidx.compose.runtime.ExperimentalComposeApi public default T? merge(T? previous, T? current, T? applied);
}
- @androidx.compose.runtime.StableMarker @kotlin.annotation.MustBeDocumented @kotlin.annotation.Retention(AnnotationRetention.BINARY) @kotlin.annotation.Target(allowedTargets={AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY}) public @interface Stable {
+ @androidx.compose.runtime.StableMarker @kotlin.annotation.MustBeDocumented @kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention) @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface Stable {
}
- @kotlin.annotation.MustBeDocumented @kotlin.annotation.Retention(AnnotationRetention.BINARY) @kotlin.annotation.Target(allowedTargets={AnnotationTarget.ANNOTATION_CLASS, AnnotationTarget.CLASS}) public @interface StableMarker {
+ @kotlin.annotation.MustBeDocumented @kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention) @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface StableMarker {
}
@androidx.compose.runtime.Stable public interface State<T> {
@@ -524,8 +545,9 @@
public final class TraceKt {
}
- @androidx.compose.runtime.ExperimentalComposeApi @kotlin.annotation.MustBeDocumented @kotlin.annotation.Retention(AnnotationRetention.BINARY) @kotlin.annotation.Target(allowedTargets={AnnotationTarget.TYPE, AnnotationTarget.TYPE_PARAMETER}) public @interface UnionType {
+ @androidx.compose.runtime.ExperimentalComposeApi @kotlin.annotation.MustBeDocumented @kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention) @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface UnionType {
method public abstract Class<?>[] types();
+ property public abstract Class<?>![] types;
}
public final class Updater<T> {
@@ -537,13 +559,15 @@
method public inline <reified V> void set(V? value, kotlin.jvm.functions.Function2<? super T,? super V,? extends kotlin.Unit> block);
method public inline void update(int value, kotlin.jvm.functions.Function2<? super T,? super java.lang.Integer,kotlin.Unit> block);
method public inline <reified V> void update(V? value, kotlin.jvm.functions.Function2<? super T,? super V,? extends kotlin.Unit> block);
+ property public final androidx.compose.runtime.Composer<?> composer;
+ property public final T! node;
}
}
package androidx.compose.runtime.collection {
- @kotlin.RequiresOptIn(level=RequiresOptIn.Level.ERROR, message="This is an experimental API for fast access collections and is likely to change " + "before becoming stable.") @kotlin.annotation.Target(allowedTargets={AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY}) public @interface ExperimentalCollectionApi {
+ @kotlin.RequiresOptIn(level=kotlin.RequiresOptIn.Level, message="This is an experimental API for fast access collections and is likely to change " + "before becoming stable.") @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface ExperimentalCollectionApi {
}
@androidx.compose.runtime.collection.ExperimentalCollectionApi public final class MutableVector<T> {
@@ -637,12 +661,14 @@
method public int getId();
method public boolean getReadonly();
method public boolean hasPendingChanges();
+ property public final int id;
property public final boolean readonly;
}
@Deprecated public final class FrameAborted extends java.lang.RuntimeException {
ctor @Deprecated public FrameAborted(androidx.compose.runtime.frames.Frame frame);
method @Deprecated public androidx.compose.runtime.frames.Frame getFrame();
+ property public final androidx.compose.runtime.frames.Frame frame;
}
public final class FrameContainersKt {
@@ -778,6 +804,7 @@
method public operator R! invoke(P1? p1, P2? p2, P3? p3, P4? p4, P5? p5, P6? p6, P7? p7, P8? p8, P9? p9, P10? p10, P11? p11, P12? p12, P13? p13, P14? p14, P15? p15, P16? p16, P17? p17, androidx.compose.runtime.Composer<?> c, int changed, int changed1);
method public operator R! invoke(P1? p1, P2? p2, P3? p3, P4? p4, P5? p5, P6? p6, P7? p7, P8? p8, P9? p9, P10? p10, P11? p11, P12? p12, P13? p13, P14? p14, P15? p15, P16? p16, P17? p17, P18? p18, androidx.compose.runtime.Composer<?> c, int changed, int changed1);
method public void update(Object block);
+ property public final int key;
}
public final class ComposableLambdaKt {
@@ -791,6 +818,8 @@
method public int getKey();
method public R! invoke(java.lang.Object?... args);
method public void update(Object block, androidx.compose.runtime.Composer<?>? composer);
+ property public int arity;
+ property public final int key;
}
public final class ComposableLambdaNKt {
@@ -798,13 +827,16 @@
method @androidx.compose.runtime.ComposeCompilerApi public static androidx.compose.runtime.internal.ComposableLambdaN<?> composableLambdaNInstance(int key, boolean tracked, int arity, Object block);
}
- @androidx.compose.runtime.ComposeCompilerApi @kotlin.annotation.Retention(AnnotationRetention.BINARY) public @interface LiveLiteralFileInfo {
+ @androidx.compose.runtime.ComposeCompilerApi @kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention) public @interface LiveLiteralFileInfo {
method public abstract String file();
+ property public abstract String file;
}
- @androidx.compose.runtime.ComposeCompilerApi @kotlin.annotation.Retention(AnnotationRetention.BINARY) public @interface LiveLiteralInfo {
+ @androidx.compose.runtime.ComposeCompilerApi @kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention) public @interface LiveLiteralInfo {
method public abstract String key();
method public abstract int offset();
+ property public abstract String key;
+ property public abstract int offset;
}
public final class LiveLiteralKt {
@@ -837,8 +869,10 @@
method public androidx.compose.runtime.snapshots.MutableSnapshot takeNestedMutableSnapshot(kotlin.jvm.functions.Function1<java.lang.Object,kotlin.Unit>? readObserver = null, kotlin.jvm.functions.Function1<java.lang.Object,kotlin.Unit>? writeObserver = null);
method public androidx.compose.runtime.snapshots.Snapshot takeNestedSnapshot(kotlin.jvm.functions.Function1<java.lang.Object,kotlin.Unit>? readObserver);
property public java.util.Set<androidx.compose.runtime.snapshots.StateObject>? modified;
+ property public kotlin.jvm.functions.Function1<java.lang.Object,kotlin.Unit>? readObserver;
property public boolean readonly;
property public androidx.compose.runtime.snapshots.Snapshot root;
+ property public kotlin.jvm.functions.Function1<java.lang.Object,kotlin.Unit>? writeObserver;
}
@androidx.compose.runtime.ExperimentalComposeApi public abstract sealed class Snapshot {
@@ -871,6 +905,7 @@
@androidx.compose.runtime.ExperimentalComposeApi public final class SnapshotApplyConflictException extends java.lang.Exception {
ctor public SnapshotApplyConflictException(androidx.compose.runtime.snapshots.Snapshot snapshot);
method public androidx.compose.runtime.snapshots.Snapshot getSnapshot();
+ property public final androidx.compose.runtime.snapshots.Snapshot snapshot;
}
public abstract sealed class SnapshotApplyResult {
@@ -884,6 +919,7 @@
method public void check();
method public androidx.compose.runtime.snapshots.Snapshot getSnapshot();
method public boolean getSucceeded();
+ property public final androidx.compose.runtime.snapshots.Snapshot snapshot;
property public boolean succeeded;
}
diff --git a/compose/runtime/runtime/api/public_plus_experimental_current.txt b/compose/runtime/runtime/api/public_plus_experimental_current.txt
index f432de2..c8d0ebe 100644
--- a/compose/runtime/runtime/api/public_plus_experimental_current.txt
+++ b/compose/runtime/runtime/api/public_plus_experimental_current.txt
@@ -13,6 +13,7 @@
method protected void setCurrent(T! p);
method public void up();
property public T! current;
+ property public final T! root;
}
public final class ActualAndroidKt {
@@ -73,23 +74,28 @@
method public int getSize();
method public java.util.Collection<V> getValues();
method public boolean isEmpty();
+ property public final kotlinx.collections.immutable.PersistentMap<K,V> map;
}
public interface CommitScope {
method public void onDispose(kotlin.jvm.functions.Function0<kotlin.Unit> callback);
}
- @kotlin.annotation.MustBeDocumented @kotlin.annotation.Retention(AnnotationRetention.BINARY) @kotlin.annotation.Target(allowedTargets={AnnotationTarget.FUNCTION, AnnotationTarget.TYPE, AnnotationTarget.TYPE_PARAMETER, AnnotationTarget.PROPERTY}) public @interface Composable {
+ @kotlin.annotation.MustBeDocumented @kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention) @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface Composable {
}
- @kotlin.annotation.MustBeDocumented @kotlin.annotation.Retention(AnnotationRetention.BINARY) @kotlin.annotation.Target(allowedTargets={AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY, AnnotationTarget.TYPE}) public @interface ComposableContract {
+ @kotlin.annotation.MustBeDocumented @kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention) @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface ComposableContract {
method public abstract boolean preventCapture() default false;
method public abstract boolean readonly() default false;
method public abstract boolean restartable() default true;
method public abstract boolean tracked() default true;
+ property public abstract boolean preventCapture;
+ property public abstract boolean readonly;
+ property public abstract boolean restartable;
+ property public abstract boolean tracked;
}
- @kotlin.RequiresOptIn(level=RequiresOptIn.Level.WARNING, message="This API is intended to be targeted by the Compose Compiler Plugin and not called " + "directly.") @kotlin.annotation.Target(allowedTargets={AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY, AnnotationTarget.TYPEALIAS}) public @interface ComposeCompilerApi {
+ @kotlin.RequiresOptIn(level=kotlin.RequiresOptIn.Level, message="This API is intended to be targeted by the Compose Compiler Plugin and not called " + "directly.") @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface ComposeCompilerApi {
}
public final class ComposeKt {
@@ -143,10 +149,13 @@
method @androidx.compose.runtime.ComposeCompilerApi public void startRestartGroup(int key);
method @androidx.compose.runtime.ComposeCompilerApi public void startRestartGroup(int key, String? sourceInformation);
method @androidx.compose.runtime.ComposeCompilerApi public N! useNode();
+ property public final androidx.compose.runtime.Applier<N> applier;
property public final int currentCompoundKeyHash;
property public final boolean defaultsInvalid;
property public final boolean inserting;
+ property public final androidx.compose.runtime.Recomposer recomposer;
property public final boolean skipping;
+ property public final androidx.compose.runtime.SlotTable slotTable;
}
public final class ComposerKt {
@@ -218,7 +227,7 @@
public final class ExpectKt {
}
- @kotlin.RequiresOptIn(level=RequiresOptIn.Level.ERROR, message="This is an experimental API for Compose and is likely to change before becoming " + "stable.") @kotlin.annotation.Target(allowedTargets={AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY}) public @interface ExperimentalComposeApi {
+ @kotlin.RequiresOptIn(level=kotlin.RequiresOptIn.Level, message="This is an experimental API for Compose and is likely to change before becoming " + "stable.") @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface ExperimentalComposeApi {
}
public final class FlowAdapterKt {
@@ -231,10 +240,10 @@
field public static final androidx.compose.runtime.FrameManager INSTANCE;
}
- @androidx.compose.runtime.StableMarker @kotlin.annotation.MustBeDocumented @kotlin.annotation.Retention(AnnotationRetention.BINARY) @kotlin.annotation.Target(allowedTargets=AnnotationTarget.CLASS) public @interface Immutable {
+ @androidx.compose.runtime.StableMarker @kotlin.annotation.MustBeDocumented @kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention) @kotlin.annotation.Target(allowedTargets=kotlin.annotation.AnnotationTarget) public @interface Immutable {
}
- @kotlin.RequiresOptIn(level=RequiresOptIn.Level.ERROR, message="This is internal API for Compose modules that may change frequently " + "and without warning.") @kotlin.annotation.Target(allowedTargets={AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY}) public @interface InternalComposeApi {
+ @kotlin.RequiresOptIn(level=kotlin.RequiresOptIn.Level, message="This is internal API for Compose modules that may change frequently " + "and without warning.") @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface InternalComposeApi {
}
public final class JoinedKeyKt {
@@ -249,6 +258,11 @@
method public int getKey();
method public int getLocation();
method public int getNodes();
+ property public final Object? dataKey;
+ property public final int index;
+ property public final int key;
+ property public final int location;
+ property public final int nodes;
}
public final class KeyKt {
@@ -289,7 +303,7 @@
method public static <K, V> androidx.compose.runtime.snapshots.SnapshotStateMap<K,V> toMutableStateMap(Iterable<? extends kotlin.Pair<? extends K,? extends V>>);
}
- @kotlin.annotation.Retention(AnnotationRetention.SOURCE) @kotlin.annotation.Target(allowedTargets={AnnotationTarget.PROPERTY, AnnotationTarget.FUNCTION, AnnotationTarget.CLASS, AnnotationTarget.FILE}) public @interface NoLiveLiterals {
+ @kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention) @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface NoLiveLiterals {
}
public final class ObserverMap<K, V> {
@@ -312,6 +326,8 @@
public final class ProvidedValue<T> {
method public androidx.compose.runtime.Ambient<T> getAmbient();
method public T! getValue();
+ property public final androidx.compose.runtime.Ambient<T> ambient;
+ property public final T! value;
}
public final class Recomposer {
@@ -324,6 +340,7 @@
method public suspend Object? recomposeAndApplyChanges(long frameCount, kotlin.coroutines.Continuation<? super kotlin.Unit> p);
method public suspend Object? runRecomposeAndApplyChanges(kotlin.coroutines.Continuation<?> p);
method public void setEmbeddingContext(androidx.compose.runtime.EmbeddingContext p);
+ property public final androidx.compose.runtime.EmbeddingContext embeddingContext;
property public final androidx.compose.runtime.dispatch.MonotonicFrameClock frameClock;
field public static final androidx.compose.runtime.Recomposer.Companion Companion;
}
@@ -353,6 +370,8 @@
method public androidx.compose.runtime.Composer<?> getComposer();
method public T! getNode();
method public inline void update(kotlin.jvm.functions.Function1<? super androidx.compose.runtime.Updater<T>,kotlin.Unit> block);
+ property public final androidx.compose.runtime.Composer<?> composer;
+ property public final T! node;
}
@androidx.compose.runtime.InternalComposeApi public final class SlotReader {
@@ -411,6 +430,7 @@
property public final int parentLocation;
property public final int parentNodes;
property public final int parentSlots;
+ property public final androidx.compose.runtime.SlotTable table;
}
public final class SlotTable {
@@ -488,6 +508,7 @@
property public final int nodeIndex;
property public final int parentLocation;
property public final int parentNodes;
+ property public final androidx.compose.runtime.SlotTable table;
}
public interface SnapshotMutationPolicy<T> {
@@ -495,10 +516,10 @@
method @androidx.compose.runtime.ExperimentalComposeApi public default T? merge(T? previous, T? current, T? applied);
}
- @androidx.compose.runtime.StableMarker @kotlin.annotation.MustBeDocumented @kotlin.annotation.Retention(AnnotationRetention.BINARY) @kotlin.annotation.Target(allowedTargets={AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY}) public @interface Stable {
+ @androidx.compose.runtime.StableMarker @kotlin.annotation.MustBeDocumented @kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention) @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface Stable {
}
- @kotlin.annotation.MustBeDocumented @kotlin.annotation.Retention(AnnotationRetention.BINARY) @kotlin.annotation.Target(allowedTargets={AnnotationTarget.ANNOTATION_CLASS, AnnotationTarget.CLASS}) public @interface StableMarker {
+ @kotlin.annotation.MustBeDocumented @kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention) @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface StableMarker {
}
@androidx.compose.runtime.Stable public interface State<T> {
@@ -524,8 +545,9 @@
public final class TraceKt {
}
- @androidx.compose.runtime.ExperimentalComposeApi @kotlin.annotation.MustBeDocumented @kotlin.annotation.Retention(AnnotationRetention.BINARY) @kotlin.annotation.Target(allowedTargets={AnnotationTarget.TYPE, AnnotationTarget.TYPE_PARAMETER}) public @interface UnionType {
+ @androidx.compose.runtime.ExperimentalComposeApi @kotlin.annotation.MustBeDocumented @kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention) @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface UnionType {
method public abstract Class<?>[] types();
+ property public abstract Class<?>![] types;
}
public final class Updater<T> {
@@ -537,13 +559,15 @@
method public inline <reified V> void set(V? value, kotlin.jvm.functions.Function2<? super T,? super V,? extends kotlin.Unit> block);
method public inline void update(int value, kotlin.jvm.functions.Function2<? super T,? super java.lang.Integer,kotlin.Unit> block);
method public inline <reified V> void update(V? value, kotlin.jvm.functions.Function2<? super T,? super V,? extends kotlin.Unit> block);
+ property public final androidx.compose.runtime.Composer<?> composer;
+ property public final T! node;
}
}
package androidx.compose.runtime.collection {
- @kotlin.RequiresOptIn(level=RequiresOptIn.Level.ERROR, message="This is an experimental API for fast access collections and is likely to change " + "before becoming stable.") @kotlin.annotation.Target(allowedTargets={AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY}) public @interface ExperimentalCollectionApi {
+ @kotlin.RequiresOptIn(level=kotlin.RequiresOptIn.Level, message="This is an experimental API for fast access collections and is likely to change " + "before becoming stable.") @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface ExperimentalCollectionApi {
}
@androidx.compose.runtime.collection.ExperimentalCollectionApi public final class MutableVector<T> {
@@ -637,12 +661,14 @@
method public int getId();
method public boolean getReadonly();
method public boolean hasPendingChanges();
+ property public final int id;
property public final boolean readonly;
}
@Deprecated public final class FrameAborted extends java.lang.RuntimeException {
ctor @Deprecated public FrameAborted(androidx.compose.runtime.frames.Frame frame);
method @Deprecated public androidx.compose.runtime.frames.Frame getFrame();
+ property public final androidx.compose.runtime.frames.Frame frame;
}
public final class FrameContainersKt {
@@ -778,6 +804,7 @@
method public operator R! invoke(P1? p1, P2? p2, P3? p3, P4? p4, P5? p5, P6? p6, P7? p7, P8? p8, P9? p9, P10? p10, P11? p11, P12? p12, P13? p13, P14? p14, P15? p15, P16? p16, P17? p17, androidx.compose.runtime.Composer<?> c, int changed, int changed1);
method public operator R! invoke(P1? p1, P2? p2, P3? p3, P4? p4, P5? p5, P6? p6, P7? p7, P8? p8, P9? p9, P10? p10, P11? p11, P12? p12, P13? p13, P14? p14, P15? p15, P16? p16, P17? p17, P18? p18, androidx.compose.runtime.Composer<?> c, int changed, int changed1);
method public void update(Object block);
+ property public final int key;
}
public final class ComposableLambdaKt {
@@ -791,6 +818,8 @@
method public int getKey();
method public R! invoke(java.lang.Object?... args);
method public void update(Object block, androidx.compose.runtime.Composer<?>? composer);
+ property public int arity;
+ property public final int key;
}
public final class ComposableLambdaNKt {
@@ -798,13 +827,16 @@
method @androidx.compose.runtime.ComposeCompilerApi public static androidx.compose.runtime.internal.ComposableLambdaN<?> composableLambdaNInstance(int key, boolean tracked, int arity, Object block);
}
- @androidx.compose.runtime.ComposeCompilerApi @kotlin.annotation.Retention(AnnotationRetention.BINARY) public @interface LiveLiteralFileInfo {
+ @androidx.compose.runtime.ComposeCompilerApi @kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention) public @interface LiveLiteralFileInfo {
method public abstract String file();
+ property public abstract String file;
}
- @androidx.compose.runtime.ComposeCompilerApi @kotlin.annotation.Retention(AnnotationRetention.BINARY) public @interface LiveLiteralInfo {
+ @androidx.compose.runtime.ComposeCompilerApi @kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention) public @interface LiveLiteralInfo {
method public abstract String key();
method public abstract int offset();
+ property public abstract String key;
+ property public abstract int offset;
}
public final class LiveLiteralKt {
@@ -837,8 +869,10 @@
method public androidx.compose.runtime.snapshots.MutableSnapshot takeNestedMutableSnapshot(kotlin.jvm.functions.Function1<java.lang.Object,kotlin.Unit>? readObserver = null, kotlin.jvm.functions.Function1<java.lang.Object,kotlin.Unit>? writeObserver = null);
method public androidx.compose.runtime.snapshots.Snapshot takeNestedSnapshot(kotlin.jvm.functions.Function1<java.lang.Object,kotlin.Unit>? readObserver);
property public java.util.Set<androidx.compose.runtime.snapshots.StateObject>? modified;
+ property public kotlin.jvm.functions.Function1<java.lang.Object,kotlin.Unit>? readObserver;
property public boolean readonly;
property public androidx.compose.runtime.snapshots.Snapshot root;
+ property public kotlin.jvm.functions.Function1<java.lang.Object,kotlin.Unit>? writeObserver;
}
@androidx.compose.runtime.ExperimentalComposeApi public abstract sealed class Snapshot {
@@ -871,6 +905,7 @@
@androidx.compose.runtime.ExperimentalComposeApi public final class SnapshotApplyConflictException extends java.lang.Exception {
ctor public SnapshotApplyConflictException(androidx.compose.runtime.snapshots.Snapshot snapshot);
method public androidx.compose.runtime.snapshots.Snapshot getSnapshot();
+ property public final androidx.compose.runtime.snapshots.Snapshot snapshot;
}
public abstract sealed class SnapshotApplyResult {
@@ -884,6 +919,7 @@
method public void check();
method public androidx.compose.runtime.snapshots.Snapshot getSnapshot();
method public boolean getSucceeded();
+ property public final androidx.compose.runtime.snapshots.Snapshot snapshot;
property public boolean succeeded;
}
diff --git a/compose/runtime/runtime/api/restricted_current.txt b/compose/runtime/runtime/api/restricted_current.txt
index df411ca..ac8b107 100644
--- a/compose/runtime/runtime/api/restricted_current.txt
+++ b/compose/runtime/runtime/api/restricted_current.txt
@@ -13,6 +13,7 @@
method protected void setCurrent(T! p);
method public void up();
property public T! current;
+ property public final T! root;
}
public final class ActualAndroidKt {
@@ -73,23 +74,28 @@
method public int getSize();
method public java.util.Collection<V> getValues();
method public boolean isEmpty();
+ property public final kotlinx.collections.immutable.PersistentMap<K,V> map;
}
public interface CommitScope {
method public void onDispose(kotlin.jvm.functions.Function0<kotlin.Unit> callback);
}
- @kotlin.annotation.MustBeDocumented @kotlin.annotation.Retention(AnnotationRetention.BINARY) @kotlin.annotation.Target(allowedTargets={AnnotationTarget.FUNCTION, AnnotationTarget.TYPE, AnnotationTarget.TYPE_PARAMETER, AnnotationTarget.PROPERTY}) public @interface Composable {
+ @kotlin.annotation.MustBeDocumented @kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention) @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface Composable {
}
- @kotlin.annotation.MustBeDocumented @kotlin.annotation.Retention(AnnotationRetention.BINARY) @kotlin.annotation.Target(allowedTargets={AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY, AnnotationTarget.TYPE}) public @interface ComposableContract {
+ @kotlin.annotation.MustBeDocumented @kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention) @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface ComposableContract {
method public abstract boolean preventCapture() default false;
method public abstract boolean readonly() default false;
method public abstract boolean restartable() default true;
method public abstract boolean tracked() default true;
+ property public abstract boolean preventCapture;
+ property public abstract boolean readonly;
+ property public abstract boolean restartable;
+ property public abstract boolean tracked;
}
- @kotlin.RequiresOptIn(level=RequiresOptIn.Level.WARNING, message="This API is intended to be targeted by the Compose Compiler Plugin and not called " + "directly.") @kotlin.annotation.Target(allowedTargets={AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY, AnnotationTarget.TYPEALIAS}) public @interface ComposeCompilerApi {
+ @kotlin.RequiresOptIn(level=kotlin.RequiresOptIn.Level, message="This API is intended to be targeted by the Compose Compiler Plugin and not called " + "directly.") @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface ComposeCompilerApi {
}
public final class ComposeKt {
@@ -145,10 +151,13 @@
method @androidx.compose.runtime.ComposeCompilerApi public void startRestartGroup(int key, String? sourceInformation);
method @kotlin.PublishedApi internal void updateValue(Object? value);
method @androidx.compose.runtime.ComposeCompilerApi public N! useNode();
+ property public final androidx.compose.runtime.Applier<N> applier;
property public final int currentCompoundKeyHash;
property public final boolean defaultsInvalid;
property public final boolean inserting;
+ property public final androidx.compose.runtime.Recomposer recomposer;
property public final boolean skipping;
+ property public final androidx.compose.runtime.SlotTable slotTable;
}
public final class ComposerKt {
@@ -202,6 +211,7 @@
@kotlin.PublishedApi internal final class CompositionScopedCoroutineScopeCanceller implements androidx.compose.runtime.CompositionLifecycleObserver {
ctor public CompositionScopedCoroutineScopeCanceller(kotlinx.coroutines.CoroutineScope coroutineScope);
method public kotlinx.coroutines.CoroutineScope getCoroutineScope();
+ property public final kotlinx.coroutines.CoroutineScope coroutineScope;
}
public final class DerivedStateKt {
@@ -238,7 +248,7 @@
public final class ExpectKt {
}
- @kotlin.RequiresOptIn(level=RequiresOptIn.Level.ERROR, message="This is an experimental API for Compose and is likely to change before becoming " + "stable.") @kotlin.annotation.Target(allowedTargets={AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY}) public @interface ExperimentalComposeApi {
+ @kotlin.RequiresOptIn(level=kotlin.RequiresOptIn.Level, message="This is an experimental API for Compose and is likely to change before becoming " + "stable.") @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface ExperimentalComposeApi {
}
public final class FlowAdapterKt {
@@ -251,10 +261,10 @@
field public static final androidx.compose.runtime.FrameManager INSTANCE;
}
- @androidx.compose.runtime.StableMarker @kotlin.annotation.MustBeDocumented @kotlin.annotation.Retention(AnnotationRetention.BINARY) @kotlin.annotation.Target(allowedTargets=AnnotationTarget.CLASS) public @interface Immutable {
+ @androidx.compose.runtime.StableMarker @kotlin.annotation.MustBeDocumented @kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention) @kotlin.annotation.Target(allowedTargets=kotlin.annotation.AnnotationTarget) public @interface Immutable {
}
- @kotlin.RequiresOptIn(level=RequiresOptIn.Level.ERROR, message="This is internal API for Compose modules that may change frequently " + "and without warning.") @kotlin.annotation.Target(allowedTargets={AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY}) public @interface InternalComposeApi {
+ @kotlin.RequiresOptIn(level=kotlin.RequiresOptIn.Level, message="This is internal API for Compose modules that may change frequently " + "and without warning.") @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface InternalComposeApi {
}
public final class JoinedKeyKt {
@@ -269,6 +279,11 @@
method public int getKey();
method public int getLocation();
method public int getNodes();
+ property public final Object? dataKey;
+ property public final int index;
+ property public final int key;
+ property public final int location;
+ property public final int nodes;
}
public final class KeyKt {
@@ -309,7 +324,7 @@
method public static <K, V> androidx.compose.runtime.snapshots.SnapshotStateMap<K,V> toMutableStateMap(Iterable<? extends kotlin.Pair<? extends K,? extends V>>);
}
- @kotlin.annotation.Retention(AnnotationRetention.SOURCE) @kotlin.annotation.Target(allowedTargets={AnnotationTarget.PROPERTY, AnnotationTarget.FUNCTION, AnnotationTarget.CLASS, AnnotationTarget.FILE}) public @interface NoLiveLiterals {
+ @kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention) @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface NoLiveLiterals {
}
public final class ObserverMap<K, V> {
@@ -337,6 +352,8 @@
public final class ProvidedValue<T> {
method public androidx.compose.runtime.Ambient<T> getAmbient();
method public T! getValue();
+ property public final androidx.compose.runtime.Ambient<T> ambient;
+ property public final T! value;
}
public final class Recomposer {
@@ -349,6 +366,7 @@
method public suspend Object? recomposeAndApplyChanges(long frameCount, kotlin.coroutines.Continuation<? super kotlin.Unit> p);
method public suspend Object? runRecomposeAndApplyChanges(kotlin.coroutines.Continuation<?> p);
method public void setEmbeddingContext(androidx.compose.runtime.EmbeddingContext p);
+ property public final androidx.compose.runtime.EmbeddingContext embeddingContext;
property public final androidx.compose.runtime.dispatch.MonotonicFrameClock frameClock;
field public static final androidx.compose.runtime.Recomposer.Companion Companion;
}
@@ -378,6 +396,8 @@
method public androidx.compose.runtime.Composer<?> getComposer();
method public T! getNode();
method public inline void update(kotlin.jvm.functions.Function1<? super androidx.compose.runtime.Updater<T>,kotlin.Unit> block);
+ property public final androidx.compose.runtime.Composer<?> composer;
+ property public final T! node;
}
@androidx.compose.runtime.InternalComposeApi public final class SlotReader {
@@ -436,6 +456,7 @@
property public final int parentLocation;
property public final int parentNodes;
property public final int parentSlots;
+ property public final androidx.compose.runtime.SlotTable table;
}
public final class SlotTable {
@@ -514,6 +535,7 @@
property public final int nodeIndex;
property public final int parentLocation;
property public final int parentNodes;
+ property public final androidx.compose.runtime.SlotTable table;
}
public interface SnapshotMutationPolicy<T> {
@@ -521,10 +543,10 @@
method @androidx.compose.runtime.ExperimentalComposeApi public default T? merge(T? previous, T? current, T? applied);
}
- @androidx.compose.runtime.StableMarker @kotlin.annotation.MustBeDocumented @kotlin.annotation.Retention(AnnotationRetention.BINARY) @kotlin.annotation.Target(allowedTargets={AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY}) public @interface Stable {
+ @androidx.compose.runtime.StableMarker @kotlin.annotation.MustBeDocumented @kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention) @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface Stable {
}
- @kotlin.annotation.MustBeDocumented @kotlin.annotation.Retention(AnnotationRetention.BINARY) @kotlin.annotation.Target(allowedTargets={AnnotationTarget.ANNOTATION_CLASS, AnnotationTarget.CLASS}) public @interface StableMarker {
+ @kotlin.annotation.MustBeDocumented @kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention) @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface StableMarker {
}
@androidx.compose.runtime.Stable public interface State<T> {
@@ -551,8 +573,9 @@
public final class TraceKt {
}
- @androidx.compose.runtime.ExperimentalComposeApi @kotlin.annotation.MustBeDocumented @kotlin.annotation.Retention(AnnotationRetention.BINARY) @kotlin.annotation.Target(allowedTargets={AnnotationTarget.TYPE, AnnotationTarget.TYPE_PARAMETER}) public @interface UnionType {
+ @androidx.compose.runtime.ExperimentalComposeApi @kotlin.annotation.MustBeDocumented @kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention) @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface UnionType {
method public abstract Class<?>[] types();
+ property public abstract Class<?>![] types;
}
public final class Updater<T> {
@@ -564,13 +587,15 @@
method public inline <reified V> void set(V? value, kotlin.jvm.functions.Function2<? super T,? super V,? extends kotlin.Unit> block);
method public inline void update(int value, kotlin.jvm.functions.Function2<? super T,? super java.lang.Integer,kotlin.Unit> block);
method public inline <reified V> void update(V? value, kotlin.jvm.functions.Function2<? super T,? super V,? extends kotlin.Unit> block);
+ property public final androidx.compose.runtime.Composer<?> composer;
+ property public final T! node;
}
}
package androidx.compose.runtime.collection {
- @kotlin.RequiresOptIn(level=RequiresOptIn.Level.ERROR, message="This is an experimental API for fast access collections and is likely to change " + "before becoming stable.") @kotlin.annotation.Target(allowedTargets={AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY}) public @interface ExperimentalCollectionApi {
+ @kotlin.RequiresOptIn(level=kotlin.RequiresOptIn.Level, message="This is an experimental API for fast access collections and is likely to change " + "before becoming stable.") @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface ExperimentalCollectionApi {
}
@androidx.compose.runtime.collection.ExperimentalCollectionApi public final class MutableVector<T> {
@@ -666,12 +691,14 @@
method public int getId();
method public boolean getReadonly();
method public boolean hasPendingChanges();
+ property public final int id;
property public final boolean readonly;
}
@Deprecated public final class FrameAborted extends java.lang.RuntimeException {
ctor @Deprecated public FrameAborted(androidx.compose.runtime.frames.Frame frame);
method @Deprecated public androidx.compose.runtime.frames.Frame getFrame();
+ property public final androidx.compose.runtime.frames.Frame frame;
}
public final class FrameContainersKt {
@@ -808,6 +835,7 @@
method public operator R! invoke(P1? p1, P2? p2, P3? p3, P4? p4, P5? p5, P6? p6, P7? p7, P8? p8, P9? p9, P10? p10, P11? p11, P12? p12, P13? p13, P14? p14, P15? p15, P16? p16, P17? p17, androidx.compose.runtime.Composer<?> c, int changed, int changed1);
method public operator R! invoke(P1? p1, P2? p2, P3? p3, P4? p4, P5? p5, P6? p6, P7? p7, P8? p8, P9? p9, P10? p10, P11? p11, P12? p12, P13? p13, P14? p14, P15? p15, P16? p16, P17? p17, P18? p18, androidx.compose.runtime.Composer<?> c, int changed, int changed1);
method public void update(Object block);
+ property public final int key;
}
public final class ComposableLambdaKt {
@@ -821,6 +849,8 @@
method public int getKey();
method public R! invoke(java.lang.Object?... args);
method public void update(Object block, androidx.compose.runtime.Composer<?>? composer);
+ property public int arity;
+ property public final int key;
}
public final class ComposableLambdaNKt {
@@ -828,13 +858,16 @@
method @androidx.compose.runtime.ComposeCompilerApi public static androidx.compose.runtime.internal.ComposableLambdaN<?> composableLambdaNInstance(int key, boolean tracked, int arity, Object block);
}
- @androidx.compose.runtime.ComposeCompilerApi @kotlin.annotation.Retention(AnnotationRetention.BINARY) public @interface LiveLiteralFileInfo {
+ @androidx.compose.runtime.ComposeCompilerApi @kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention) public @interface LiveLiteralFileInfo {
method public abstract String file();
+ property public abstract String file;
}
- @androidx.compose.runtime.ComposeCompilerApi @kotlin.annotation.Retention(AnnotationRetention.BINARY) public @interface LiveLiteralInfo {
+ @androidx.compose.runtime.ComposeCompilerApi @kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention) public @interface LiveLiteralInfo {
method public abstract String key();
method public abstract int offset();
+ property public abstract String key;
+ property public abstract int offset;
}
public final class LiveLiteralKt {
@@ -867,8 +900,10 @@
method public androidx.compose.runtime.snapshots.MutableSnapshot takeNestedMutableSnapshot(kotlin.jvm.functions.Function1<java.lang.Object,kotlin.Unit>? readObserver = null, kotlin.jvm.functions.Function1<java.lang.Object,kotlin.Unit>? writeObserver = null);
method public androidx.compose.runtime.snapshots.Snapshot takeNestedSnapshot(kotlin.jvm.functions.Function1<java.lang.Object,kotlin.Unit>? readObserver);
property public java.util.Set<androidx.compose.runtime.snapshots.StateObject>? modified;
+ property public kotlin.jvm.functions.Function1<java.lang.Object,kotlin.Unit>? readObserver;
property public boolean readonly;
property public androidx.compose.runtime.snapshots.Snapshot root;
+ property public kotlin.jvm.functions.Function1<java.lang.Object,kotlin.Unit>? writeObserver;
}
@androidx.compose.runtime.ExperimentalComposeApi public abstract sealed class Snapshot {
@@ -905,6 +940,7 @@
@androidx.compose.runtime.ExperimentalComposeApi public final class SnapshotApplyConflictException extends java.lang.Exception {
ctor public SnapshotApplyConflictException(androidx.compose.runtime.snapshots.Snapshot snapshot);
method public androidx.compose.runtime.snapshots.Snapshot getSnapshot();
+ property public final androidx.compose.runtime.snapshots.Snapshot snapshot;
}
public abstract sealed class SnapshotApplyResult {
@@ -918,6 +954,7 @@
method public void check();
method public androidx.compose.runtime.snapshots.Snapshot getSnapshot();
method public boolean getSucceeded();
+ property public final androidx.compose.runtime.snapshots.Snapshot snapshot;
property public boolean succeeded;
}
diff --git a/compose/ui/ui-geometry/api/api_lint.ignore b/compose/ui/ui-geometry/api/api_lint.ignore
index 5a9d27c..aaa1225 100644
--- a/compose/ui/ui-geometry/api/api_lint.ignore
+++ b/compose/ui/ui-geometry/api/api_lint.ignore
@@ -1,11 +1,3 @@
// Baseline format: 1.0
-AcronymName: androidx.compose.ui.geometry.Rect.Companion#fromLTRB(float, float, float, float):
- Acronyms should not be capitalized in method names: was `fromLTRB`, should this be `fromLtrb`?
-AcronymName: androidx.compose.ui.geometry.Rect.Companion#fromLTWH(float, float, float, float):
- Acronyms should not be capitalized in method names: was `fromLTWH`, should this be `fromLtwh`?
-
-
-KotlinOperator: androidx.compose.ui.geometry.RRect#contains(androidx.compose.ui.geometry.Offset):
- Note that adding the `operator` keyword would allow calling this method using operator syntax
-KotlinOperator: androidx.compose.ui.geometry.Rect#contains(androidx.compose.ui.geometry.Offset):
+KotlinOperator: androidx.compose.ui.geometry.MutableRect#set(float, float, float, float):
Note that adding the `operator` keyword would allow calling this method using operator syntax
diff --git a/compose/ui/ui-geometry/api/current.txt b/compose/ui/ui-geometry/api/current.txt
index a0d73cd..41ec5ea 100644
--- a/compose/ui/ui-geometry/api/current.txt
+++ b/compose/ui/ui-geometry/api/current.txt
@@ -8,7 +8,7 @@
method public inline float getHeight();
method public float getLeft();
method public float getRight();
- method public long getSize();
+ method public long getSize-NH-jbRc();
method public float getTop();
method public inline float getWidth();
method @androidx.compose.runtime.Stable public void intersect(float left, float top, float right, float bottom);
@@ -18,9 +18,13 @@
method public void setLeft(float p);
method public void setRight(float p);
method public void setTop(float p);
+ property public final float bottom;
property public final inline float height;
property public final boolean isEmpty;
+ property public final float left;
+ property public final float right;
property public final long size;
+ property public final float top;
property public final inline float width;
}
@@ -33,8 +37,8 @@
method @androidx.compose.runtime.Stable public static operator float component1-impl(long $this);
method @androidx.compose.runtime.Stable public static operator float component2-impl(long $this);
method public static long constructor-impl(long packedValue);
- method public static long copy-impl(long $this, float x = this.x, float y = this.y);
- method @androidx.compose.runtime.Stable public static operator long div-impl(long $this, float operand);
+ method public static long copy-F1C5BW0(long $this, float x = this.x, float y = this.y);
+ method @androidx.compose.runtime.Stable public static operator long div-F1C5BW0(long $this, float operand);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(long p, Object? p1);
method public static boolean equals-impl0(long p1, long p2);
method @androidx.compose.runtime.Stable public static float getDistance-impl(long $this);
@@ -46,16 +50,17 @@
method @androidx.compose.runtime.Stable public static boolean isValid-impl(long $this);
method @androidx.compose.runtime.Stable public static operator long minus-k-4lQ0M(long $this, long other);
method @androidx.compose.runtime.Stable public static operator long plus-k-4lQ0M(long $this, long other);
- method @androidx.compose.runtime.Stable public static operator long rem-impl(long $this, float operand);
- method @androidx.compose.runtime.Stable public static operator long times-impl(long $this, float operand);
+ method @androidx.compose.runtime.Stable public static operator long rem-F1C5BW0(long $this, float operand);
+ method @androidx.compose.runtime.Stable public static operator long times-F1C5BW0(long $this, float operand);
method public static String toString-impl(long $this);
- method @androidx.compose.runtime.Stable public static operator long unaryMinus-impl(long $this);
+ method @androidx.compose.runtime.Stable public static operator long unaryMinus-F1C5BW0(long $this);
+ property public final long packedValue;
field public static final androidx.compose.ui.geometry.Offset.Companion Companion;
}
public static final class Offset.Companion {
- method public long getInfinite();
- method public long getZero();
+ method public long getInfinite-F1C5BW0();
+ method public long getZero-F1C5BW0();
property public final long Infinite;
property public final long Zero;
}
@@ -70,8 +75,8 @@
method @androidx.compose.runtime.Stable public static inline operator float component1-impl(long $this);
method @androidx.compose.runtime.Stable public static inline operator float component2-impl(long $this);
method public static long constructor-impl(internal long packedValue);
- method public static long copy-impl(long $this, float x = this.x, float y = this.y);
- method @androidx.compose.runtime.Stable public static operator long div-impl(long $this, float operand);
+ method public static long copy-QM5bGvM(long $this, float x = this.x, float y = this.y);
+ method @androidx.compose.runtime.Stable public static operator long div-QM5bGvM(long $this, float operand);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(long p, Object? p1);
method public static boolean equals-impl0(long p1, long p2);
method public static float getX-impl(long $this);
@@ -79,16 +84,16 @@
method @androidx.compose.runtime.Immutable public static inline int hashCode-impl(long p);
method @androidx.compose.runtime.Stable public static operator long minus-OoK_8eo(long $this, long other);
method @androidx.compose.runtime.Stable public static operator long plus-OoK_8eo(long $this, long other);
- method @androidx.compose.runtime.Stable public static operator long rem-impl(long $this, float operand);
- method @androidx.compose.runtime.Stable public static operator long times-impl(long $this, float operand);
+ method @androidx.compose.runtime.Stable public static operator long rem-QM5bGvM(long $this, float operand);
+ method @androidx.compose.runtime.Stable public static operator long times-QM5bGvM(long $this, float operand);
method public static String toString-impl(long $this);
- method public static long truncDiv-impl(long $this, float operand);
- method @androidx.compose.runtime.Stable public static operator long unaryMinus-impl(long $this);
+ method public static long truncDiv-QM5bGvM(long $this, float operand);
+ method @androidx.compose.runtime.Stable public static operator long unaryMinus-QM5bGvM(long $this);
field public static final androidx.compose.ui.geometry.Radius.Companion Companion;
}
public static final class Radius.Companion {
- method public long getZero();
+ method public long getZero-QM5bGvM();
property public final long Zero;
}
@@ -107,22 +112,22 @@
method @androidx.compose.runtime.Immutable public androidx.compose.ui.geometry.Rect copy(float left, float top, float right, 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 public long getBottomLeft();
- method public long getBottomRight();
- method public long getCenter();
- method public long getCenterLeft();
- method public long getCenterRight();
+ method public long getBottomCenter-F1C5BW0();
+ method public long getBottomLeft-F1C5BW0();
+ method public long getBottomRight-F1C5BW0();
+ method public long getCenter-F1C5BW0();
+ method public long getCenterLeft-F1C5BW0();
+ method public long getCenterRight-F1C5BW0();
method public float getHeight();
method public float getLeft();
method public float getMaxDimension();
method public float getMinDimension();
method public float getRight();
- method public long getSize();
+ method public long getSize-NH-jbRc();
method public float getTop();
- method public long getTopCenter();
- method public long getTopLeft();
- method public long getTopRight();
+ method public long getTopCenter-F1C5BW0();
+ method public long getTopLeft-F1C5BW0();
+ method public long getTopRight-F1C5BW0();
method public 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);
@@ -133,6 +138,7 @@
method @Deprecated @androidx.compose.runtime.Stable public androidx.compose.ui.geometry.Rect shift-k-4lQ0M(long offset);
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-k-4lQ0M(long offset);
+ property public final float bottom;
property public final long bottomCenter;
property public final long bottomLeft;
property public final long bottomRight;
@@ -143,9 +149,12 @@
property public final boolean isEmpty;
property public final boolean isFinite;
property public final boolean isInfinite;
+ property public final float left;
property public final float maxDimension;
property public final float minDimension;
+ property public final float right;
property public final long size;
+ property public final float top;
property public final long topCenter;
property public final long topLeft;
property public final long topRight;
@@ -170,24 +179,32 @@
method public float component2();
method public float component3();
method public float component4();
- method public long component5();
- method public long component6();
- method public long component7();
- method public long component8();
+ method public long component5-QM5bGvM();
+ method public long component6-QM5bGvM();
+ method public long component7-QM5bGvM();
+ method public long component8-QM5bGvM();
method public boolean contains-k-4lQ0M(long point);
method @androidx.compose.runtime.Immutable public androidx.compose.ui.geometry.RoundRect copy-HepwI24(float left, float top, float right, float bottom, long topLeftRadius, long topRightRadius, long bottomRightRadius, long bottomLeftRadius);
method public float getBottom();
- method public long getBottomLeftRadius();
- method public long getBottomRightRadius();
+ method public long getBottomLeftRadius-QM5bGvM();
+ method public long getBottomRightRadius-QM5bGvM();
method public float getHeight();
method public float getLeft();
method public float getRight();
method public float getTop();
- method public long getTopLeftRadius();
- method public long getTopRightRadius();
+ method public long getTopLeftRadius-QM5bGvM();
+ method public long getTopRightRadius-QM5bGvM();
method public float getWidth();
method public static androidx.compose.ui.geometry.RoundRect getZero();
+ property public final float bottom;
+ property public final long bottomLeftRadius;
+ property public final long bottomRightRadius;
property public final float height;
+ property public final float left;
+ property public final float right;
+ property public final float top;
+ property public final long topLeftRadius;
+ property public final long topRightRadius;
property public final float width;
field public static final androidx.compose.ui.geometry.RoundRect.Companion Companion;
}
@@ -233,27 +250,27 @@
method @androidx.compose.runtime.Stable public static inline operator float component1-impl(long $this);
method @androidx.compose.runtime.Stable public static inline operator float component2-impl(long $this);
method public static long constructor-impl(internal long packedValue);
- method public static long copy-impl(long $this, float width = this.width, float height = this.height);
- method @androidx.compose.runtime.Stable public static operator long div-impl(long $this, float operand);
+ method public static long copy-NH-jbRc(long $this, float width = this.width, float height = this.height);
+ method @androidx.compose.runtime.Stable public static operator long div-NH-jbRc(long $this, float operand);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(long p, Object? p1);
method public static boolean equals-impl0(long p1, long p2);
- method @androidx.compose.runtime.Stable public static long getFlipped-impl(long $this);
+ method @androidx.compose.runtime.Stable public static long getFlipped-NH-jbRc(long $this);
method public static float getHeight-impl(long $this);
method public static float getMaxDimension-impl(long $this);
method public static float getMinDimension-impl(long $this);
method public static float getWidth-impl(long $this);
method @androidx.compose.runtime.Immutable public static inline int hashCode-impl(long p);
method @androidx.compose.runtime.Stable public static boolean isEmpty-impl(long $this);
- method @androidx.compose.runtime.Stable public static operator long rem-impl(long $this, float operand);
- method @androidx.compose.runtime.Stable public static operator long times-impl(long $this, float operand);
+ method @androidx.compose.runtime.Stable public static operator long rem-NH-jbRc(long $this, float operand);
+ method @androidx.compose.runtime.Stable public static operator long times-NH-jbRc(long $this, float operand);
method public static String toString-impl(long $this);
- method @androidx.compose.runtime.Stable public static long truncDiv-impl(long $this, float operand);
+ method @androidx.compose.runtime.Stable public static long truncDiv-NH-jbRc(long $this, float operand);
field public static final androidx.compose.ui.geometry.Size.Companion Companion;
}
public static final class Size.Companion {
- method public long getUnspecified();
- method public long getZero();
+ method public long getUnspecified-NH-jbRc();
+ method public long getZero-NH-jbRc();
property public final long Unspecified;
property public final long Zero;
}
diff --git a/compose/ui/ui-geometry/api/public_plus_experimental_current.txt b/compose/ui/ui-geometry/api/public_plus_experimental_current.txt
index a0d73cd..41ec5ea 100644
--- a/compose/ui/ui-geometry/api/public_plus_experimental_current.txt
+++ b/compose/ui/ui-geometry/api/public_plus_experimental_current.txt
@@ -8,7 +8,7 @@
method public inline float getHeight();
method public float getLeft();
method public float getRight();
- method public long getSize();
+ method public long getSize-NH-jbRc();
method public float getTop();
method public inline float getWidth();
method @androidx.compose.runtime.Stable public void intersect(float left, float top, float right, float bottom);
@@ -18,9 +18,13 @@
method public void setLeft(float p);
method public void setRight(float p);
method public void setTop(float p);
+ property public final float bottom;
property public final inline float height;
property public final boolean isEmpty;
+ property public final float left;
+ property public final float right;
property public final long size;
+ property public final float top;
property public final inline float width;
}
@@ -33,8 +37,8 @@
method @androidx.compose.runtime.Stable public static operator float component1-impl(long $this);
method @androidx.compose.runtime.Stable public static operator float component2-impl(long $this);
method public static long constructor-impl(long packedValue);
- method public static long copy-impl(long $this, float x = this.x, float y = this.y);
- method @androidx.compose.runtime.Stable public static operator long div-impl(long $this, float operand);
+ method public static long copy-F1C5BW0(long $this, float x = this.x, float y = this.y);
+ method @androidx.compose.runtime.Stable public static operator long div-F1C5BW0(long $this, float operand);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(long p, Object? p1);
method public static boolean equals-impl0(long p1, long p2);
method @androidx.compose.runtime.Stable public static float getDistance-impl(long $this);
@@ -46,16 +50,17 @@
method @androidx.compose.runtime.Stable public static boolean isValid-impl(long $this);
method @androidx.compose.runtime.Stable public static operator long minus-k-4lQ0M(long $this, long other);
method @androidx.compose.runtime.Stable public static operator long plus-k-4lQ0M(long $this, long other);
- method @androidx.compose.runtime.Stable public static operator long rem-impl(long $this, float operand);
- method @androidx.compose.runtime.Stable public static operator long times-impl(long $this, float operand);
+ method @androidx.compose.runtime.Stable public static operator long rem-F1C5BW0(long $this, float operand);
+ method @androidx.compose.runtime.Stable public static operator long times-F1C5BW0(long $this, float operand);
method public static String toString-impl(long $this);
- method @androidx.compose.runtime.Stable public static operator long unaryMinus-impl(long $this);
+ method @androidx.compose.runtime.Stable public static operator long unaryMinus-F1C5BW0(long $this);
+ property public final long packedValue;
field public static final androidx.compose.ui.geometry.Offset.Companion Companion;
}
public static final class Offset.Companion {
- method public long getInfinite();
- method public long getZero();
+ method public long getInfinite-F1C5BW0();
+ method public long getZero-F1C5BW0();
property public final long Infinite;
property public final long Zero;
}
@@ -70,8 +75,8 @@
method @androidx.compose.runtime.Stable public static inline operator float component1-impl(long $this);
method @androidx.compose.runtime.Stable public static inline operator float component2-impl(long $this);
method public static long constructor-impl(internal long packedValue);
- method public static long copy-impl(long $this, float x = this.x, float y = this.y);
- method @androidx.compose.runtime.Stable public static operator long div-impl(long $this, float operand);
+ method public static long copy-QM5bGvM(long $this, float x = this.x, float y = this.y);
+ method @androidx.compose.runtime.Stable public static operator long div-QM5bGvM(long $this, float operand);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(long p, Object? p1);
method public static boolean equals-impl0(long p1, long p2);
method public static float getX-impl(long $this);
@@ -79,16 +84,16 @@
method @androidx.compose.runtime.Immutable public static inline int hashCode-impl(long p);
method @androidx.compose.runtime.Stable public static operator long minus-OoK_8eo(long $this, long other);
method @androidx.compose.runtime.Stable public static operator long plus-OoK_8eo(long $this, long other);
- method @androidx.compose.runtime.Stable public static operator long rem-impl(long $this, float operand);
- method @androidx.compose.runtime.Stable public static operator long times-impl(long $this, float operand);
+ method @androidx.compose.runtime.Stable public static operator long rem-QM5bGvM(long $this, float operand);
+ method @androidx.compose.runtime.Stable public static operator long times-QM5bGvM(long $this, float operand);
method public static String toString-impl(long $this);
- method public static long truncDiv-impl(long $this, float operand);
- method @androidx.compose.runtime.Stable public static operator long unaryMinus-impl(long $this);
+ method public static long truncDiv-QM5bGvM(long $this, float operand);
+ method @androidx.compose.runtime.Stable public static operator long unaryMinus-QM5bGvM(long $this);
field public static final androidx.compose.ui.geometry.Radius.Companion Companion;
}
public static final class Radius.Companion {
- method public long getZero();
+ method public long getZero-QM5bGvM();
property public final long Zero;
}
@@ -107,22 +112,22 @@
method @androidx.compose.runtime.Immutable public androidx.compose.ui.geometry.Rect copy(float left, float top, float right, 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 public long getBottomLeft();
- method public long getBottomRight();
- method public long getCenter();
- method public long getCenterLeft();
- method public long getCenterRight();
+ method public long getBottomCenter-F1C5BW0();
+ method public long getBottomLeft-F1C5BW0();
+ method public long getBottomRight-F1C5BW0();
+ method public long getCenter-F1C5BW0();
+ method public long getCenterLeft-F1C5BW0();
+ method public long getCenterRight-F1C5BW0();
method public float getHeight();
method public float getLeft();
method public float getMaxDimension();
method public float getMinDimension();
method public float getRight();
- method public long getSize();
+ method public long getSize-NH-jbRc();
method public float getTop();
- method public long getTopCenter();
- method public long getTopLeft();
- method public long getTopRight();
+ method public long getTopCenter-F1C5BW0();
+ method public long getTopLeft-F1C5BW0();
+ method public long getTopRight-F1C5BW0();
method public 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);
@@ -133,6 +138,7 @@
method @Deprecated @androidx.compose.runtime.Stable public androidx.compose.ui.geometry.Rect shift-k-4lQ0M(long offset);
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-k-4lQ0M(long offset);
+ property public final float bottom;
property public final long bottomCenter;
property public final long bottomLeft;
property public final long bottomRight;
@@ -143,9 +149,12 @@
property public final boolean isEmpty;
property public final boolean isFinite;
property public final boolean isInfinite;
+ property public final float left;
property public final float maxDimension;
property public final float minDimension;
+ property public final float right;
property public final long size;
+ property public final float top;
property public final long topCenter;
property public final long topLeft;
property public final long topRight;
@@ -170,24 +179,32 @@
method public float component2();
method public float component3();
method public float component4();
- method public long component5();
- method public long component6();
- method public long component7();
- method public long component8();
+ method public long component5-QM5bGvM();
+ method public long component6-QM5bGvM();
+ method public long component7-QM5bGvM();
+ method public long component8-QM5bGvM();
method public boolean contains-k-4lQ0M(long point);
method @androidx.compose.runtime.Immutable public androidx.compose.ui.geometry.RoundRect copy-HepwI24(float left, float top, float right, float bottom, long topLeftRadius, long topRightRadius, long bottomRightRadius, long bottomLeftRadius);
method public float getBottom();
- method public long getBottomLeftRadius();
- method public long getBottomRightRadius();
+ method public long getBottomLeftRadius-QM5bGvM();
+ method public long getBottomRightRadius-QM5bGvM();
method public float getHeight();
method public float getLeft();
method public float getRight();
method public float getTop();
- method public long getTopLeftRadius();
- method public long getTopRightRadius();
+ method public long getTopLeftRadius-QM5bGvM();
+ method public long getTopRightRadius-QM5bGvM();
method public float getWidth();
method public static androidx.compose.ui.geometry.RoundRect getZero();
+ property public final float bottom;
+ property public final long bottomLeftRadius;
+ property public final long bottomRightRadius;
property public final float height;
+ property public final float left;
+ property public final float right;
+ property public final float top;
+ property public final long topLeftRadius;
+ property public final long topRightRadius;
property public final float width;
field public static final androidx.compose.ui.geometry.RoundRect.Companion Companion;
}
@@ -233,27 +250,27 @@
method @androidx.compose.runtime.Stable public static inline operator float component1-impl(long $this);
method @androidx.compose.runtime.Stable public static inline operator float component2-impl(long $this);
method public static long constructor-impl(internal long packedValue);
- method public static long copy-impl(long $this, float width = this.width, float height = this.height);
- method @androidx.compose.runtime.Stable public static operator long div-impl(long $this, float operand);
+ method public static long copy-NH-jbRc(long $this, float width = this.width, float height = this.height);
+ method @androidx.compose.runtime.Stable public static operator long div-NH-jbRc(long $this, float operand);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(long p, Object? p1);
method public static boolean equals-impl0(long p1, long p2);
- method @androidx.compose.runtime.Stable public static long getFlipped-impl(long $this);
+ method @androidx.compose.runtime.Stable public static long getFlipped-NH-jbRc(long $this);
method public static float getHeight-impl(long $this);
method public static float getMaxDimension-impl(long $this);
method public static float getMinDimension-impl(long $this);
method public static float getWidth-impl(long $this);
method @androidx.compose.runtime.Immutable public static inline int hashCode-impl(long p);
method @androidx.compose.runtime.Stable public static boolean isEmpty-impl(long $this);
- method @androidx.compose.runtime.Stable public static operator long rem-impl(long $this, float operand);
- method @androidx.compose.runtime.Stable public static operator long times-impl(long $this, float operand);
+ method @androidx.compose.runtime.Stable public static operator long rem-NH-jbRc(long $this, float operand);
+ method @androidx.compose.runtime.Stable public static operator long times-NH-jbRc(long $this, float operand);
method public static String toString-impl(long $this);
- method @androidx.compose.runtime.Stable public static long truncDiv-impl(long $this, float operand);
+ method @androidx.compose.runtime.Stable public static long truncDiv-NH-jbRc(long $this, float operand);
field public static final androidx.compose.ui.geometry.Size.Companion Companion;
}
public static final class Size.Companion {
- method public long getUnspecified();
- method public long getZero();
+ method public long getUnspecified-NH-jbRc();
+ method public long getZero-NH-jbRc();
property public final long Unspecified;
property public final long Zero;
}
diff --git a/compose/ui/ui-geometry/api/restricted_current.txt b/compose/ui/ui-geometry/api/restricted_current.txt
index a0d73cd..41ec5ea 100644
--- a/compose/ui/ui-geometry/api/restricted_current.txt
+++ b/compose/ui/ui-geometry/api/restricted_current.txt
@@ -8,7 +8,7 @@
method public inline float getHeight();
method public float getLeft();
method public float getRight();
- method public long getSize();
+ method public long getSize-NH-jbRc();
method public float getTop();
method public inline float getWidth();
method @androidx.compose.runtime.Stable public void intersect(float left, float top, float right, float bottom);
@@ -18,9 +18,13 @@
method public void setLeft(float p);
method public void setRight(float p);
method public void setTop(float p);
+ property public final float bottom;
property public final inline float height;
property public final boolean isEmpty;
+ property public final float left;
+ property public final float right;
property public final long size;
+ property public final float top;
property public final inline float width;
}
@@ -33,8 +37,8 @@
method @androidx.compose.runtime.Stable public static operator float component1-impl(long $this);
method @androidx.compose.runtime.Stable public static operator float component2-impl(long $this);
method public static long constructor-impl(long packedValue);
- method public static long copy-impl(long $this, float x = this.x, float y = this.y);
- method @androidx.compose.runtime.Stable public static operator long div-impl(long $this, float operand);
+ method public static long copy-F1C5BW0(long $this, float x = this.x, float y = this.y);
+ method @androidx.compose.runtime.Stable public static operator long div-F1C5BW0(long $this, float operand);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(long p, Object? p1);
method public static boolean equals-impl0(long p1, long p2);
method @androidx.compose.runtime.Stable public static float getDistance-impl(long $this);
@@ -46,16 +50,17 @@
method @androidx.compose.runtime.Stable public static boolean isValid-impl(long $this);
method @androidx.compose.runtime.Stable public static operator long minus-k-4lQ0M(long $this, long other);
method @androidx.compose.runtime.Stable public static operator long plus-k-4lQ0M(long $this, long other);
- method @androidx.compose.runtime.Stable public static operator long rem-impl(long $this, float operand);
- method @androidx.compose.runtime.Stable public static operator long times-impl(long $this, float operand);
+ method @androidx.compose.runtime.Stable public static operator long rem-F1C5BW0(long $this, float operand);
+ method @androidx.compose.runtime.Stable public static operator long times-F1C5BW0(long $this, float operand);
method public static String toString-impl(long $this);
- method @androidx.compose.runtime.Stable public static operator long unaryMinus-impl(long $this);
+ method @androidx.compose.runtime.Stable public static operator long unaryMinus-F1C5BW0(long $this);
+ property public final long packedValue;
field public static final androidx.compose.ui.geometry.Offset.Companion Companion;
}
public static final class Offset.Companion {
- method public long getInfinite();
- method public long getZero();
+ method public long getInfinite-F1C5BW0();
+ method public long getZero-F1C5BW0();
property public final long Infinite;
property public final long Zero;
}
@@ -70,8 +75,8 @@
method @androidx.compose.runtime.Stable public static inline operator float component1-impl(long $this);
method @androidx.compose.runtime.Stable public static inline operator float component2-impl(long $this);
method public static long constructor-impl(internal long packedValue);
- method public static long copy-impl(long $this, float x = this.x, float y = this.y);
- method @androidx.compose.runtime.Stable public static operator long div-impl(long $this, float operand);
+ method public static long copy-QM5bGvM(long $this, float x = this.x, float y = this.y);
+ method @androidx.compose.runtime.Stable public static operator long div-QM5bGvM(long $this, float operand);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(long p, Object? p1);
method public static boolean equals-impl0(long p1, long p2);
method public static float getX-impl(long $this);
@@ -79,16 +84,16 @@
method @androidx.compose.runtime.Immutable public static inline int hashCode-impl(long p);
method @androidx.compose.runtime.Stable public static operator long minus-OoK_8eo(long $this, long other);
method @androidx.compose.runtime.Stable public static operator long plus-OoK_8eo(long $this, long other);
- method @androidx.compose.runtime.Stable public static operator long rem-impl(long $this, float operand);
- method @androidx.compose.runtime.Stable public static operator long times-impl(long $this, float operand);
+ method @androidx.compose.runtime.Stable public static operator long rem-QM5bGvM(long $this, float operand);
+ method @androidx.compose.runtime.Stable public static operator long times-QM5bGvM(long $this, float operand);
method public static String toString-impl(long $this);
- method public static long truncDiv-impl(long $this, float operand);
- method @androidx.compose.runtime.Stable public static operator long unaryMinus-impl(long $this);
+ method public static long truncDiv-QM5bGvM(long $this, float operand);
+ method @androidx.compose.runtime.Stable public static operator long unaryMinus-QM5bGvM(long $this);
field public static final androidx.compose.ui.geometry.Radius.Companion Companion;
}
public static final class Radius.Companion {
- method public long getZero();
+ method public long getZero-QM5bGvM();
property public final long Zero;
}
@@ -107,22 +112,22 @@
method @androidx.compose.runtime.Immutable public androidx.compose.ui.geometry.Rect copy(float left, float top, float right, 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 public long getBottomLeft();
- method public long getBottomRight();
- method public long getCenter();
- method public long getCenterLeft();
- method public long getCenterRight();
+ method public long getBottomCenter-F1C5BW0();
+ method public long getBottomLeft-F1C5BW0();
+ method public long getBottomRight-F1C5BW0();
+ method public long getCenter-F1C5BW0();
+ method public long getCenterLeft-F1C5BW0();
+ method public long getCenterRight-F1C5BW0();
method public float getHeight();
method public float getLeft();
method public float getMaxDimension();
method public float getMinDimension();
method public float getRight();
- method public long getSize();
+ method public long getSize-NH-jbRc();
method public float getTop();
- method public long getTopCenter();
- method public long getTopLeft();
- method public long getTopRight();
+ method public long getTopCenter-F1C5BW0();
+ method public long getTopLeft-F1C5BW0();
+ method public long getTopRight-F1C5BW0();
method public 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);
@@ -133,6 +138,7 @@
method @Deprecated @androidx.compose.runtime.Stable public androidx.compose.ui.geometry.Rect shift-k-4lQ0M(long offset);
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-k-4lQ0M(long offset);
+ property public final float bottom;
property public final long bottomCenter;
property public final long bottomLeft;
property public final long bottomRight;
@@ -143,9 +149,12 @@
property public final boolean isEmpty;
property public final boolean isFinite;
property public final boolean isInfinite;
+ property public final float left;
property public final float maxDimension;
property public final float minDimension;
+ property public final float right;
property public final long size;
+ property public final float top;
property public final long topCenter;
property public final long topLeft;
property public final long topRight;
@@ -170,24 +179,32 @@
method public float component2();
method public float component3();
method public float component4();
- method public long component5();
- method public long component6();
- method public long component7();
- method public long component8();
+ method public long component5-QM5bGvM();
+ method public long component6-QM5bGvM();
+ method public long component7-QM5bGvM();
+ method public long component8-QM5bGvM();
method public boolean contains-k-4lQ0M(long point);
method @androidx.compose.runtime.Immutable public androidx.compose.ui.geometry.RoundRect copy-HepwI24(float left, float top, float right, float bottom, long topLeftRadius, long topRightRadius, long bottomRightRadius, long bottomLeftRadius);
method public float getBottom();
- method public long getBottomLeftRadius();
- method public long getBottomRightRadius();
+ method public long getBottomLeftRadius-QM5bGvM();
+ method public long getBottomRightRadius-QM5bGvM();
method public float getHeight();
method public float getLeft();
method public float getRight();
method public float getTop();
- method public long getTopLeftRadius();
- method public long getTopRightRadius();
+ method public long getTopLeftRadius-QM5bGvM();
+ method public long getTopRightRadius-QM5bGvM();
method public float getWidth();
method public static androidx.compose.ui.geometry.RoundRect getZero();
+ property public final float bottom;
+ property public final long bottomLeftRadius;
+ property public final long bottomRightRadius;
property public final float height;
+ property public final float left;
+ property public final float right;
+ property public final float top;
+ property public final long topLeftRadius;
+ property public final long topRightRadius;
property public final float width;
field public static final androidx.compose.ui.geometry.RoundRect.Companion Companion;
}
@@ -233,27 +250,27 @@
method @androidx.compose.runtime.Stable public static inline operator float component1-impl(long $this);
method @androidx.compose.runtime.Stable public static inline operator float component2-impl(long $this);
method public static long constructor-impl(internal long packedValue);
- method public static long copy-impl(long $this, float width = this.width, float height = this.height);
- method @androidx.compose.runtime.Stable public static operator long div-impl(long $this, float operand);
+ method public static long copy-NH-jbRc(long $this, float width = this.width, float height = this.height);
+ method @androidx.compose.runtime.Stable public static operator long div-NH-jbRc(long $this, float operand);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(long p, Object? p1);
method public static boolean equals-impl0(long p1, long p2);
- method @androidx.compose.runtime.Stable public static long getFlipped-impl(long $this);
+ method @androidx.compose.runtime.Stable public static long getFlipped-NH-jbRc(long $this);
method public static float getHeight-impl(long $this);
method public static float getMaxDimension-impl(long $this);
method public static float getMinDimension-impl(long $this);
method public static float getWidth-impl(long $this);
method @androidx.compose.runtime.Immutable public static inline int hashCode-impl(long p);
method @androidx.compose.runtime.Stable public static boolean isEmpty-impl(long $this);
- method @androidx.compose.runtime.Stable public static operator long rem-impl(long $this, float operand);
- method @androidx.compose.runtime.Stable public static operator long times-impl(long $this, float operand);
+ method @androidx.compose.runtime.Stable public static operator long rem-NH-jbRc(long $this, float operand);
+ method @androidx.compose.runtime.Stable public static operator long times-NH-jbRc(long $this, float operand);
method public static String toString-impl(long $this);
- method @androidx.compose.runtime.Stable public static long truncDiv-impl(long $this, float operand);
+ method @androidx.compose.runtime.Stable public static long truncDiv-NH-jbRc(long $this, float operand);
field public static final androidx.compose.ui.geometry.Size.Companion Companion;
}
public static final class Size.Companion {
- method public long getUnspecified();
- method public long getZero();
+ method public long getUnspecified-NH-jbRc();
+ method public long getZero-NH-jbRc();
property public final long Unspecified;
property public final long Zero;
}
diff --git a/compose/ui/ui-graphics/api/current.txt b/compose/ui/ui-graphics/api/current.txt
index d19a581..433ea3f 100644
--- a/compose/ui/ui-graphics/api/current.txt
+++ b/compose/ui/ui-graphics/api/current.txt
@@ -26,7 +26,7 @@
method public android.graphics.Paint asFrameworkPaint();
method public float getAlpha();
method public androidx.compose.ui.graphics.BlendMode getBlendMode();
- method public long getColor();
+ method public long getColor-0d7_KjU();
method public androidx.compose.ui.graphics.ColorFilter? getColorFilter();
method public androidx.compose.ui.graphics.FilterQuality getFilterQuality();
method public android.graphics.PathEffect? getNativePathEffect();
@@ -98,6 +98,7 @@
method public void setFillType(androidx.compose.ui.graphics.PathFillType value);
method public void translate-k-4lQ0M(long offset);
property public androidx.compose.ui.graphics.PathFillType fillType;
+ property public final android.graphics.Path internalPath;
property public boolean isConvex;
property public boolean isEmpty;
}
@@ -131,8 +132,6 @@
}
public enum BlendMode {
- method public static androidx.compose.ui.graphics.BlendMode valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.graphics.BlendMode[] values();
enum_constant public static final androidx.compose.ui.graphics.BlendMode Clear;
enum_constant public static final androidx.compose.ui.graphics.BlendMode Color;
enum_constant public static final androidx.compose.ui.graphics.BlendMode ColorBurn;
@@ -227,8 +226,6 @@
}
public enum ClipOp {
- method public static androidx.compose.ui.graphics.ClipOp valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.graphics.ClipOp[] values();
enum_constant public static final androidx.compose.ui.graphics.ClipOp Difference;
enum_constant public static final androidx.compose.ui.graphics.ClipOp Intersect;
}
@@ -241,8 +238,8 @@
method @androidx.compose.runtime.Stable public static operator float component4-impl(long $this);
method @androidx.compose.runtime.Stable public static operator androidx.compose.ui.graphics.colorspace.ColorSpace component5-impl(long $this);
method public static long constructor-impl(long value);
- method public static long convert-impl(long $this, androidx.compose.ui.graphics.colorspace.ColorSpace colorSpace);
- method @androidx.compose.runtime.Stable public static long copy-impl(long $this, float alpha = this.alpha, float red = this.red, float green = this.green, float blue = this.blue);
+ method public static long convert-0d7_KjU(long $this, androidx.compose.ui.graphics.colorspace.ColorSpace colorSpace);
+ method @androidx.compose.runtime.Stable public static long copy-0d7_KjU(long $this, float alpha = this.alpha, float red = this.red, float green = this.green, float blue = this.blue);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(long p, Object? p1);
method public static boolean equals-impl0(long p1, long p2);
method public static float getAlpha-impl(long $this);
@@ -250,26 +247,27 @@
method public static androidx.compose.ui.graphics.colorspace.ColorSpace getColorSpace-impl(long $this);
method public static float getGreen-impl(long $this);
method public static float getRed-impl(long $this);
- method public long getValue();
+ method public long getValue-s-VKNKU();
method @androidx.compose.runtime.Immutable public static inline int hashCode-impl(long p);
method public static String toString-impl(long $this);
+ property public final long value;
field public static final androidx.compose.ui.graphics.Color.Companion Companion;
}
public static final class Color.Companion {
- method public long getBlack();
- method public long getBlue();
- method public long getCyan();
- method public long getDarkGray();
- method public long getGray();
- method public long getGreen();
- method public long getLightGray();
- method public long getMagenta();
- method public long getRed();
- method public long getTransparent();
- method public long getUnset();
- method public long getWhite();
- method public long getYellow();
+ method public long getBlack-0d7_KjU();
+ method public long getBlue-0d7_KjU();
+ method public long getCyan-0d7_KjU();
+ method public long getDarkGray-0d7_KjU();
+ method public long getGray-0d7_KjU();
+ method public long getGreen-0d7_KjU();
+ method public long getLightGray-0d7_KjU();
+ method public long getMagenta-0d7_KjU();
+ method public long getRed-0d7_KjU();
+ method public long getTransparent-0d7_KjU();
+ method public long getUnset-0d7_KjU();
+ method public long getWhite-0d7_KjU();
+ method public long getYellow-0d7_KjU();
property public final long Black;
property public final long Blue;
property public final long Cyan;
@@ -286,11 +284,13 @@
}
@androidx.compose.runtime.Immutable public final class ColorFilter {
- method public long component1();
+ method public long component1-0d7_KjU();
method public androidx.compose.ui.graphics.BlendMode component2();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.graphics.ColorFilter copy-aamYUWA(long color, androidx.compose.ui.graphics.BlendMode blendMode);
method public androidx.compose.ui.graphics.BlendMode getBlendMode();
- method public long getColor();
+ method public long getColor-0d7_KjU();
+ property public final androidx.compose.ui.graphics.BlendMode blendMode;
+ property public final long color;
field public static final androidx.compose.ui.graphics.ColorFilter.Companion Companion;
}
@@ -316,8 +316,6 @@
}
public enum FilterQuality {
- method public static androidx.compose.ui.graphics.FilterQuality valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.graphics.FilterQuality[] values();
enum_constant public static final androidx.compose.ui.graphics.FilterQuality High;
enum_constant public static final androidx.compose.ui.graphics.FilterQuality Low;
enum_constant public static final androidx.compose.ui.graphics.FilterQuality Medium;
@@ -343,8 +341,6 @@
}
public enum ImageAssetConfig {
- method public static androidx.compose.ui.graphics.ImageAssetConfig valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.graphics.ImageAssetConfig[] values();
enum_constant public static final androidx.compose.ui.graphics.ImageAssetConfig Alpha8;
enum_constant public static final androidx.compose.ui.graphics.ImageAssetConfig Argb8888;
enum_constant public static final androidx.compose.ui.graphics.ImageAssetConfig F16;
@@ -383,6 +379,7 @@
method public static operator void timesAssign-58bKbWc(float[] $this, float[] m);
method public static String toString-impl(float[]! $this);
method public static void translate-impl(float[] $this, float x = 0f, float y = 0f, float z = 0f);
+ property public final float[] values;
}
public final class MatrixKt {
@@ -397,6 +394,7 @@
method public androidx.compose.ui.graphics.Path component1();
method public androidx.compose.ui.graphics.Outline.Generic copy(androidx.compose.ui.graphics.Path path);
method public androidx.compose.ui.graphics.Path getPath();
+ property public final androidx.compose.ui.graphics.Path path;
}
@androidx.compose.runtime.Immutable public static final class Outline.Rectangle extends androidx.compose.ui.graphics.Outline {
@@ -404,6 +402,7 @@
method public androidx.compose.ui.geometry.Rect component1();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.graphics.Outline.Rectangle copy(androidx.compose.ui.geometry.Rect rect);
method public androidx.compose.ui.geometry.Rect getRect();
+ property public final androidx.compose.ui.geometry.Rect rect;
}
@androidx.compose.runtime.Immutable public static final class Outline.Rounded extends androidx.compose.ui.graphics.Outline {
@@ -411,6 +410,7 @@
method public androidx.compose.ui.geometry.RoundRect component1();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.graphics.Outline.Rounded copy(androidx.compose.ui.geometry.RoundRect roundRect);
method public androidx.compose.ui.geometry.RoundRect getRoundRect();
+ property public final androidx.compose.ui.geometry.RoundRect roundRect;
}
public final class OutlineKt {
@@ -424,7 +424,7 @@
method public android.graphics.Paint asFrameworkPaint();
method public float getAlpha();
method public androidx.compose.ui.graphics.BlendMode getBlendMode();
- method public long getColor();
+ method public long getColor-0d7_KjU();
method public androidx.compose.ui.graphics.ColorFilter? getColorFilter();
method public androidx.compose.ui.graphics.FilterQuality getFilterQuality();
method public android.graphics.PathEffect? getNativePathEffect();
@@ -468,8 +468,6 @@
}
public enum PaintingStyle {
- method public static androidx.compose.ui.graphics.PaintingStyle valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.graphics.PaintingStyle[] values();
enum_constant public static final androidx.compose.ui.graphics.PaintingStyle Fill;
enum_constant public static final androidx.compose.ui.graphics.PaintingStyle Stroke;
}
@@ -513,8 +511,6 @@
}
public enum PathFillType {
- method public static androidx.compose.ui.graphics.PathFillType valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.graphics.PathFillType[] values();
enum_constant public static final androidx.compose.ui.graphics.PathFillType EvenOdd;
enum_constant public static final androidx.compose.ui.graphics.PathFillType NonZero;
}
@@ -527,8 +523,6 @@
}
public enum PathOperation {
- method public static androidx.compose.ui.graphics.PathOperation valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.graphics.PathOperation[] values();
enum_constant public static final androidx.compose.ui.graphics.PathOperation difference;
enum_constant public static final androidx.compose.ui.graphics.PathOperation intersect;
enum_constant public static final androidx.compose.ui.graphics.PathOperation reverseDifference;
@@ -538,17 +532,20 @@
public final class PixelMap {
ctor public PixelMap(int[] buffer, int width, int height, int bufferOffset, int stride);
- method public operator long get(@IntRange(from=0) int x, @IntRange(from=0) int y);
+ method public operator long get-0d7_KjU(@IntRange(from=0) int x, @IntRange(from=0) int y);
method public int[] getBuffer();
method public int getBufferOffset();
method public int getHeight();
method public int getStride();
method public int getWidth();
+ property public final int[] buffer;
+ property public final int bufferOffset;
+ property public final int height;
+ property public final int stride;
+ property public final int width;
}
public enum PointMode {
- method public static androidx.compose.ui.graphics.PointMode valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.graphics.PointMode[] values();
enum_constant public static final androidx.compose.ui.graphics.PointMode Lines;
enum_constant public static final androidx.compose.ui.graphics.PointMode Points;
enum_constant public static final androidx.compose.ui.graphics.PointMode Polygon;
@@ -572,6 +569,7 @@
ctor public ShaderBrush(android.graphics.Shader shader);
method public final void applyTo(androidx.compose.ui.graphics.Paint p, float alpha);
method public final android.graphics.Shader getShader();
+ property public final android.graphics.Shader shader;
}
public final class ShaderKt {
@@ -581,13 +579,16 @@
}
@androidx.compose.runtime.Immutable public final class Shadow {
- method public long component1();
- method public long component2();
+ method public long component1-0d7_KjU();
+ method public long component2-F1C5BW0();
method public float component3();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.graphics.Shadow copy-vQQzcCI(long color, long offset, float blurRadius);
method public float getBlurRadius();
- method public long getColor();
- method public long getOffset();
+ method public long getColor-0d7_KjU();
+ method public long getOffset-F1C5BW0();
+ property public final float blurRadius;
+ property public final long color;
+ property public final long offset;
field public static final androidx.compose.ui.graphics.Shadow.Companion Companion;
}
@@ -606,38 +607,31 @@
@androidx.compose.runtime.Immutable public final class SolidColor extends androidx.compose.ui.graphics.Brush {
method public void applyTo(androidx.compose.ui.graphics.Paint p, float alpha);
- method public long component1();
+ method public long component1-0d7_KjU();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.graphics.SolidColor copy-8_81llA(long value);
- method public long getValue();
+ method public long getValue-0d7_KjU();
+ property public final long value;
}
public enum StrokeCap {
- method public static androidx.compose.ui.graphics.StrokeCap valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.graphics.StrokeCap[] values();
enum_constant public static final androidx.compose.ui.graphics.StrokeCap Butt;
enum_constant public static final androidx.compose.ui.graphics.StrokeCap Round;
enum_constant public static final androidx.compose.ui.graphics.StrokeCap Square;
}
public enum StrokeJoin {
- method public static androidx.compose.ui.graphics.StrokeJoin valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.graphics.StrokeJoin[] values();
enum_constant public static final androidx.compose.ui.graphics.StrokeJoin Bevel;
enum_constant public static final androidx.compose.ui.graphics.StrokeJoin Miter;
enum_constant public static final androidx.compose.ui.graphics.StrokeJoin Round;
}
public enum TileMode {
- method public static androidx.compose.ui.graphics.TileMode valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.graphics.TileMode[] values();
enum_constant public static final androidx.compose.ui.graphics.TileMode Clamp;
enum_constant public static final androidx.compose.ui.graphics.TileMode Mirror;
enum_constant public static final androidx.compose.ui.graphics.TileMode Repeated;
}
public enum VertexMode {
- method public static androidx.compose.ui.graphics.VertexMode valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.graphics.VertexMode[] values();
enum_constant public static final androidx.compose.ui.graphics.VertexMode TriangleFan;
enum_constant public static final androidx.compose.ui.graphics.VertexMode TriangleStrip;
enum_constant public static final androidx.compose.ui.graphics.VertexMode Triangles;
@@ -654,6 +648,7 @@
property public final short[] indices;
property public final float[] positions;
property public final float[] textureCoordinates;
+ property public final androidx.compose.ui.graphics.VertexMode vertexMode;
}
}
@@ -661,8 +656,6 @@
package androidx.compose.ui.graphics.colorspace {
public enum Adaptation {
- method public static androidx.compose.ui.graphics.colorspace.Adaptation valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.graphics.colorspace.Adaptation[] values();
enum_constant public static final androidx.compose.ui.graphics.colorspace.Adaptation Bradford;
enum_constant public static final androidx.compose.ui.graphics.colorspace.Adaptation Ciecat02;
enum_constant public static final androidx.compose.ui.graphics.colorspace.Adaptation VonKries;
@@ -670,8 +663,7 @@
public enum ColorModel {
method public final int getComponentCount();
- method public static androidx.compose.ui.graphics.colorspace.ColorModel valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.graphics.colorspace.ColorModel[] values();
+ property public final int componentCount;
enum_constant public static final androidx.compose.ui.graphics.colorspace.ColorModel Cmyk;
enum_constant public static final androidx.compose.ui.graphics.colorspace.ColorModel Lab;
enum_constant public static final androidx.compose.ui.graphics.colorspace.ColorModel Rgb;
@@ -694,6 +686,8 @@
property @IntRange(from=1, to=4) public final int componentCount;
property public boolean isSrgb;
property public abstract boolean isWideGamut;
+ property public final androidx.compose.ui.graphics.colorspace.ColorModel model;
+ property public final String name;
}
public final class ColorSpaceKt {
@@ -745,6 +739,9 @@
method public final androidx.compose.ui.graphics.colorspace.ColorSpace getSource();
method @Size(3) public final float[] transform(float r, float g, float b);
method @Size(min=3) public float[] transform(@Size(min=3) float[] v);
+ property public final androidx.compose.ui.graphics.colorspace.ColorSpace destination;
+ property public final androidx.compose.ui.graphics.colorspace.RenderIntent renderIntent;
+ property public final androidx.compose.ui.graphics.colorspace.ColorSpace source;
}
public final class Illuminant {
@@ -770,8 +767,6 @@
}
public enum RenderIntent {
- method public static androidx.compose.ui.graphics.colorspace.RenderIntent valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.graphics.colorspace.RenderIntent[] values();
enum_constant public static final androidx.compose.ui.graphics.colorspace.RenderIntent Absolute;
enum_constant public static final androidx.compose.ui.graphics.colorspace.RenderIntent Perceptual;
enum_constant public static final androidx.compose.ui.graphics.colorspace.RenderIntent Relative;
@@ -808,6 +803,8 @@
property public boolean isSrgb;
property public boolean isWideGamut;
property public final kotlin.jvm.functions.Function1<java.lang.Double,java.lang.Double> oetf;
+ property public final androidx.compose.ui.graphics.colorspace.TransferParameters? transferParameters;
+ property public final androidx.compose.ui.graphics.colorspace.WhitePoint whitePoint;
}
public final class TransferParameters {
@@ -827,6 +824,13 @@
method public double getE();
method public double getF();
method public double getGamma();
+ property public final double a;
+ property public final double b;
+ property public final double c;
+ property public final double d;
+ property public final double e;
+ property public final double f;
+ property public final double gamma;
}
public final class WhitePoint {
@@ -837,6 +841,8 @@
method public androidx.compose.ui.graphics.colorspace.WhitePoint copy(float x, float y);
method public float getX();
method public float getY();
+ property public final float x;
+ property public final float y;
}
}
@@ -864,9 +870,9 @@
method public final void drawRect-IdEHoqk(long color, long topLeft = Offset.Zero, long size = this.size.offsetSize(topLeft), @FloatRange(from=0.0, to=1.0) float alpha = 1.0f, androidx.compose.ui.graphics.drawscope.DrawStyle style = Fill, androidx.compose.ui.graphics.ColorFilter? colorFilter = null, androidx.compose.ui.graphics.BlendMode blendMode = DefaultBlendMode);
method public final void drawRoundRect-S2ipBsc(long color, long topLeft = Offset.Zero, long size = this.size.offsetSize(topLeft), long radius = Radius.Zero, androidx.compose.ui.graphics.drawscope.DrawStyle style = Fill, @FloatRange(from=0.0, to=1.0) float alpha = 1.0f, androidx.compose.ui.graphics.ColorFilter? colorFilter = null, androidx.compose.ui.graphics.BlendMode blendMode = DefaultBlendMode);
method public final void drawRoundRect-jmXbwic(androidx.compose.ui.graphics.Brush brush, long topLeft = Offset.Zero, long size = this.size.offsetSize(topLeft), long radius = Radius.Zero, @FloatRange(from=0.0, to=1.0) float alpha = 1.0f, androidx.compose.ui.graphics.drawscope.DrawStyle style = Fill, androidx.compose.ui.graphics.ColorFilter? colorFilter = null, androidx.compose.ui.graphics.BlendMode blendMode = DefaultBlendMode);
- method public final long getCenter();
+ method public final long getCenter-F1C5BW0();
method public abstract androidx.compose.ui.unit.LayoutDirection getLayoutDirection();
- method public final long getSize();
+ method public final long getSize-NH-jbRc();
property public final long center;
property public abstract androidx.compose.ui.unit.LayoutDirection layoutDirection;
property public final long size;
@@ -905,8 +911,8 @@
@androidx.compose.ui.graphics.drawscope.DrawScopeMarker public interface DrawTransform {
method public void clipPath(androidx.compose.ui.graphics.Path path, androidx.compose.ui.graphics.ClipOp clipOp = androidx.compose.ui.graphics.ClipOp.Intersect);
method public void clipRect(float left = 0.0f, float top = 0.0f, float right = size.width, float bottom = size.height, androidx.compose.ui.graphics.ClipOp clipOp = androidx.compose.ui.graphics.ClipOp.Intersect);
- method public default long getCenter();
- method public long getSize();
+ method public default long getCenter-F1C5BW0();
+ method public long getSize-NH-jbRc();
method public void inset(float left, float top, float right, float bottom);
method @Deprecated public default void rotate(float degrees, float pivotX = center.x, float pivotY = center.y);
method public void rotate-KYFOyyg(float degrees, long pivot);
@@ -944,6 +950,11 @@
method public float getMiter();
method public android.graphics.PathEffect? getPathEffect();
method public float getWidth();
+ property public final androidx.compose.ui.graphics.StrokeCap cap;
+ property public final androidx.compose.ui.graphics.StrokeJoin join;
+ property public final float miter;
+ property public final android.graphics.PathEffect? pathEffect;
+ property public final float width;
field public static final androidx.compose.ui.graphics.drawscope.Stroke.Companion Companion;
field public static final float DefaultMiter = 4.0f;
field public static final float HairlineWidth = 0.0f;
@@ -961,17 +972,18 @@
package androidx.compose.ui.graphics.painter {
public final class ColorPainter extends androidx.compose.ui.graphics.painter.Painter {
- method public long component1();
+ method public long component1-0d7_KjU();
method public androidx.compose.ui.graphics.painter.ColorPainter copy-8_81llA(long color);
- method public long getColor();
- method public long getIntrinsicSize();
+ method public long getColor-0d7_KjU();
+ method public long getIntrinsicSize-NH-jbRc();
method protected void onDraw(androidx.compose.ui.graphics.drawscope.DrawScope);
+ property public final long color;
property public long intrinsicSize;
}
public final class ImagePainter extends androidx.compose.ui.graphics.painter.Painter {
method public androidx.compose.ui.graphics.painter.ImagePainter copy-rHaiP50(androidx.compose.ui.graphics.ImageAsset image, long srcOffset, long srcSize);
- method public long getIntrinsicSize();
+ method public long getIntrinsicSize-NH-jbRc();
method protected void onDraw(androidx.compose.ui.graphics.drawscope.DrawScope);
property public long intrinsicSize;
}
@@ -982,7 +994,7 @@
method protected boolean applyColorFilter(androidx.compose.ui.graphics.ColorFilter? colorFilter);
method protected boolean applyLayoutDirection(androidx.compose.ui.unit.LayoutDirection layoutDirection);
method public final void draw-ty3CEPU(androidx.compose.ui.graphics.drawscope.DrawScope, long size, float alpha = 1.0f, androidx.compose.ui.graphics.ColorFilter? colorFilter = null);
- method public abstract long getIntrinsicSize();
+ method public abstract long getIntrinsicSize-NH-jbRc();
method protected abstract void onDraw(androidx.compose.ui.graphics.drawscope.DrawScope);
property public abstract long intrinsicSize;
}
@@ -1018,6 +1030,8 @@
@androidx.compose.runtime.Immutable public abstract sealed class PathNode {
method public final boolean isCurve();
method public final boolean isQuad();
+ property public final boolean isCurve;
+ property public final boolean isQuad;
}
@androidx.compose.runtime.Immutable public static final class PathNode.ArcTo extends androidx.compose.ui.graphics.vector.PathNode {
@@ -1037,6 +1051,13 @@
method public float getVerticalEllipseRadius();
method public boolean isMoreThanHalf();
method public boolean isPositiveArc();
+ property public final float arcStartX;
+ property public final float arcStartY;
+ property public final float horizontalEllipseRadius;
+ property public final boolean isMoreThanHalf;
+ property public final boolean isPositiveArc;
+ property public final float theta;
+ property public final float verticalEllipseRadius;
}
@androidx.compose.runtime.Immutable public static final class PathNode.Close extends androidx.compose.ui.graphics.vector.PathNode {
@@ -1058,6 +1079,12 @@
method public float getY1();
method public float getY2();
method public float getY3();
+ property public final float x1;
+ property public final float x2;
+ property public final float x3;
+ property public final float y1;
+ property public final float y2;
+ property public final float y3;
}
@androidx.compose.runtime.Immutable public static final class PathNode.HorizontalTo extends androidx.compose.ui.graphics.vector.PathNode {
@@ -1065,6 +1092,7 @@
method public float component1();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.graphics.vector.PathNode.HorizontalTo copy(float x);
method public float getX();
+ property public final float x;
}
@androidx.compose.runtime.Immutable public static final class PathNode.LineTo extends androidx.compose.ui.graphics.vector.PathNode {
@@ -1074,6 +1102,8 @@
method @androidx.compose.runtime.Immutable public androidx.compose.ui.graphics.vector.PathNode.LineTo copy(float x, float y);
method public float getX();
method public float getY();
+ property public final float x;
+ property public final float y;
}
@androidx.compose.runtime.Immutable public static final class PathNode.MoveTo extends androidx.compose.ui.graphics.vector.PathNode {
@@ -1083,6 +1113,8 @@
method @androidx.compose.runtime.Immutable public androidx.compose.ui.graphics.vector.PathNode.MoveTo copy(float x, float y);
method public float getX();
method public float getY();
+ property public final float x;
+ property public final float y;
}
@androidx.compose.runtime.Immutable public static final class PathNode.QuadTo extends androidx.compose.ui.graphics.vector.PathNode {
@@ -1096,6 +1128,10 @@
method public float getX2();
method public float getY1();
method public float getY2();
+ property public final float x1;
+ property public final float x2;
+ property public final float y1;
+ property public final float y2;
}
@androidx.compose.runtime.Immutable public static final class PathNode.ReflectiveCurveTo extends androidx.compose.ui.graphics.vector.PathNode {
@@ -1109,6 +1145,10 @@
method public float getX2();
method public float getY1();
method public float getY2();
+ property public final float x1;
+ property public final float x2;
+ property public final float y1;
+ property public final float y2;
}
@androidx.compose.runtime.Immutable public static final class PathNode.ReflectiveQuadTo extends androidx.compose.ui.graphics.vector.PathNode {
@@ -1118,6 +1158,8 @@
method @androidx.compose.runtime.Immutable public androidx.compose.ui.graphics.vector.PathNode.ReflectiveQuadTo copy(float x, float y);
method public float getX();
method public float getY();
+ property public final float x;
+ property public final float y;
}
@androidx.compose.runtime.Immutable public static final class PathNode.RelativeArcTo extends androidx.compose.ui.graphics.vector.PathNode {
@@ -1137,6 +1179,13 @@
method public float getVerticalEllipseRadius();
method public boolean isMoreThanHalf();
method public boolean isPositiveArc();
+ property public final float arcStartDx;
+ property public final float arcStartDy;
+ property public final float horizontalEllipseRadius;
+ property public final boolean isMoreThanHalf;
+ property public final boolean isPositiveArc;
+ property public final float theta;
+ property public final float verticalEllipseRadius;
}
@androidx.compose.runtime.Immutable public static final class PathNode.RelativeCurveTo extends androidx.compose.ui.graphics.vector.PathNode {
@@ -1154,6 +1203,12 @@
method public float getDy1();
method public float getDy2();
method public float getDy3();
+ property public final float dx1;
+ property public final float dx2;
+ property public final float dx3;
+ property public final float dy1;
+ property public final float dy2;
+ property public final float dy3;
}
@androidx.compose.runtime.Immutable public static final class PathNode.RelativeHorizontalTo extends androidx.compose.ui.graphics.vector.PathNode {
@@ -1161,6 +1216,7 @@
method public float component1();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.graphics.vector.PathNode.RelativeHorizontalTo copy(float dx);
method public float getDx();
+ property public final float dx;
}
@androidx.compose.runtime.Immutable public static final class PathNode.RelativeLineTo extends androidx.compose.ui.graphics.vector.PathNode {
@@ -1170,6 +1226,8 @@
method @androidx.compose.runtime.Immutable public androidx.compose.ui.graphics.vector.PathNode.RelativeLineTo copy(float dx, float dy);
method public float getDx();
method public float getDy();
+ property public final float dx;
+ property public final float dy;
}
@androidx.compose.runtime.Immutable public static final class PathNode.RelativeMoveTo extends androidx.compose.ui.graphics.vector.PathNode {
@@ -1179,6 +1237,8 @@
method @androidx.compose.runtime.Immutable public androidx.compose.ui.graphics.vector.PathNode.RelativeMoveTo copy(float dx, float dy);
method public float getDx();
method public float getDy();
+ property public final float dx;
+ property public final float dy;
}
@androidx.compose.runtime.Immutable public static final class PathNode.RelativeQuadTo extends androidx.compose.ui.graphics.vector.PathNode {
@@ -1192,6 +1252,10 @@
method public float getDx2();
method public float getDy1();
method public float getDy2();
+ property public final float dx1;
+ property public final float dx2;
+ property public final float dy1;
+ property public final float dy2;
}
@androidx.compose.runtime.Immutable public static final class PathNode.RelativeReflectiveCurveTo extends androidx.compose.ui.graphics.vector.PathNode {
@@ -1205,6 +1269,10 @@
method public float getDx2();
method public float getDy1();
method public float getDy2();
+ property public final float dx1;
+ property public final float dx2;
+ property public final float dy1;
+ property public final float dy2;
}
@androidx.compose.runtime.Immutable public static final class PathNode.RelativeReflectiveQuadTo extends androidx.compose.ui.graphics.vector.PathNode {
@@ -1214,6 +1282,8 @@
method @androidx.compose.runtime.Immutable public androidx.compose.ui.graphics.vector.PathNode.RelativeReflectiveQuadTo copy(float dx, float dy);
method public float getDx();
method public float getDy();
+ property public final float dx;
+ property public final float dy;
}
@androidx.compose.runtime.Immutable public static final class PathNode.RelativeVerticalTo extends androidx.compose.ui.graphics.vector.PathNode {
@@ -1221,6 +1291,7 @@
method public float component1();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.graphics.vector.PathNode.RelativeVerticalTo copy(float dy);
method public float getDy();
+ property public final float dy;
}
@androidx.compose.runtime.Immutable public static final class PathNode.VerticalTo extends androidx.compose.ui.graphics.vector.PathNode {
@@ -1228,6 +1299,7 @@
method public float component1();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.graphics.vector.PathNode.VerticalTo copy(float y);
method public float getY();
+ property public final float y;
}
public final class PathNodeKt {
diff --git a/compose/ui/ui-graphics/api/public_plus_experimental_current.txt b/compose/ui/ui-graphics/api/public_plus_experimental_current.txt
index d19a581..433ea3f 100644
--- a/compose/ui/ui-graphics/api/public_plus_experimental_current.txt
+++ b/compose/ui/ui-graphics/api/public_plus_experimental_current.txt
@@ -26,7 +26,7 @@
method public android.graphics.Paint asFrameworkPaint();
method public float getAlpha();
method public androidx.compose.ui.graphics.BlendMode getBlendMode();
- method public long getColor();
+ method public long getColor-0d7_KjU();
method public androidx.compose.ui.graphics.ColorFilter? getColorFilter();
method public androidx.compose.ui.graphics.FilterQuality getFilterQuality();
method public android.graphics.PathEffect? getNativePathEffect();
@@ -98,6 +98,7 @@
method public void setFillType(androidx.compose.ui.graphics.PathFillType value);
method public void translate-k-4lQ0M(long offset);
property public androidx.compose.ui.graphics.PathFillType fillType;
+ property public final android.graphics.Path internalPath;
property public boolean isConvex;
property public boolean isEmpty;
}
@@ -131,8 +132,6 @@
}
public enum BlendMode {
- method public static androidx.compose.ui.graphics.BlendMode valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.graphics.BlendMode[] values();
enum_constant public static final androidx.compose.ui.graphics.BlendMode Clear;
enum_constant public static final androidx.compose.ui.graphics.BlendMode Color;
enum_constant public static final androidx.compose.ui.graphics.BlendMode ColorBurn;
@@ -227,8 +226,6 @@
}
public enum ClipOp {
- method public static androidx.compose.ui.graphics.ClipOp valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.graphics.ClipOp[] values();
enum_constant public static final androidx.compose.ui.graphics.ClipOp Difference;
enum_constant public static final androidx.compose.ui.graphics.ClipOp Intersect;
}
@@ -241,8 +238,8 @@
method @androidx.compose.runtime.Stable public static operator float component4-impl(long $this);
method @androidx.compose.runtime.Stable public static operator androidx.compose.ui.graphics.colorspace.ColorSpace component5-impl(long $this);
method public static long constructor-impl(long value);
- method public static long convert-impl(long $this, androidx.compose.ui.graphics.colorspace.ColorSpace colorSpace);
- method @androidx.compose.runtime.Stable public static long copy-impl(long $this, float alpha = this.alpha, float red = this.red, float green = this.green, float blue = this.blue);
+ method public static long convert-0d7_KjU(long $this, androidx.compose.ui.graphics.colorspace.ColorSpace colorSpace);
+ method @androidx.compose.runtime.Stable public static long copy-0d7_KjU(long $this, float alpha = this.alpha, float red = this.red, float green = this.green, float blue = this.blue);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(long p, Object? p1);
method public static boolean equals-impl0(long p1, long p2);
method public static float getAlpha-impl(long $this);
@@ -250,26 +247,27 @@
method public static androidx.compose.ui.graphics.colorspace.ColorSpace getColorSpace-impl(long $this);
method public static float getGreen-impl(long $this);
method public static float getRed-impl(long $this);
- method public long getValue();
+ method public long getValue-s-VKNKU();
method @androidx.compose.runtime.Immutable public static inline int hashCode-impl(long p);
method public static String toString-impl(long $this);
+ property public final long value;
field public static final androidx.compose.ui.graphics.Color.Companion Companion;
}
public static final class Color.Companion {
- method public long getBlack();
- method public long getBlue();
- method public long getCyan();
- method public long getDarkGray();
- method public long getGray();
- method public long getGreen();
- method public long getLightGray();
- method public long getMagenta();
- method public long getRed();
- method public long getTransparent();
- method public long getUnset();
- method public long getWhite();
- method public long getYellow();
+ method public long getBlack-0d7_KjU();
+ method public long getBlue-0d7_KjU();
+ method public long getCyan-0d7_KjU();
+ method public long getDarkGray-0d7_KjU();
+ method public long getGray-0d7_KjU();
+ method public long getGreen-0d7_KjU();
+ method public long getLightGray-0d7_KjU();
+ method public long getMagenta-0d7_KjU();
+ method public long getRed-0d7_KjU();
+ method public long getTransparent-0d7_KjU();
+ method public long getUnset-0d7_KjU();
+ method public long getWhite-0d7_KjU();
+ method public long getYellow-0d7_KjU();
property public final long Black;
property public final long Blue;
property public final long Cyan;
@@ -286,11 +284,13 @@
}
@androidx.compose.runtime.Immutable public final class ColorFilter {
- method public long component1();
+ method public long component1-0d7_KjU();
method public androidx.compose.ui.graphics.BlendMode component2();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.graphics.ColorFilter copy-aamYUWA(long color, androidx.compose.ui.graphics.BlendMode blendMode);
method public androidx.compose.ui.graphics.BlendMode getBlendMode();
- method public long getColor();
+ method public long getColor-0d7_KjU();
+ property public final androidx.compose.ui.graphics.BlendMode blendMode;
+ property public final long color;
field public static final androidx.compose.ui.graphics.ColorFilter.Companion Companion;
}
@@ -316,8 +316,6 @@
}
public enum FilterQuality {
- method public static androidx.compose.ui.graphics.FilterQuality valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.graphics.FilterQuality[] values();
enum_constant public static final androidx.compose.ui.graphics.FilterQuality High;
enum_constant public static final androidx.compose.ui.graphics.FilterQuality Low;
enum_constant public static final androidx.compose.ui.graphics.FilterQuality Medium;
@@ -343,8 +341,6 @@
}
public enum ImageAssetConfig {
- method public static androidx.compose.ui.graphics.ImageAssetConfig valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.graphics.ImageAssetConfig[] values();
enum_constant public static final androidx.compose.ui.graphics.ImageAssetConfig Alpha8;
enum_constant public static final androidx.compose.ui.graphics.ImageAssetConfig Argb8888;
enum_constant public static final androidx.compose.ui.graphics.ImageAssetConfig F16;
@@ -383,6 +379,7 @@
method public static operator void timesAssign-58bKbWc(float[] $this, float[] m);
method public static String toString-impl(float[]! $this);
method public static void translate-impl(float[] $this, float x = 0f, float y = 0f, float z = 0f);
+ property public final float[] values;
}
public final class MatrixKt {
@@ -397,6 +394,7 @@
method public androidx.compose.ui.graphics.Path component1();
method public androidx.compose.ui.graphics.Outline.Generic copy(androidx.compose.ui.graphics.Path path);
method public androidx.compose.ui.graphics.Path getPath();
+ property public final androidx.compose.ui.graphics.Path path;
}
@androidx.compose.runtime.Immutable public static final class Outline.Rectangle extends androidx.compose.ui.graphics.Outline {
@@ -404,6 +402,7 @@
method public androidx.compose.ui.geometry.Rect component1();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.graphics.Outline.Rectangle copy(androidx.compose.ui.geometry.Rect rect);
method public androidx.compose.ui.geometry.Rect getRect();
+ property public final androidx.compose.ui.geometry.Rect rect;
}
@androidx.compose.runtime.Immutable public static final class Outline.Rounded extends androidx.compose.ui.graphics.Outline {
@@ -411,6 +410,7 @@
method public androidx.compose.ui.geometry.RoundRect component1();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.graphics.Outline.Rounded copy(androidx.compose.ui.geometry.RoundRect roundRect);
method public androidx.compose.ui.geometry.RoundRect getRoundRect();
+ property public final androidx.compose.ui.geometry.RoundRect roundRect;
}
public final class OutlineKt {
@@ -424,7 +424,7 @@
method public android.graphics.Paint asFrameworkPaint();
method public float getAlpha();
method public androidx.compose.ui.graphics.BlendMode getBlendMode();
- method public long getColor();
+ method public long getColor-0d7_KjU();
method public androidx.compose.ui.graphics.ColorFilter? getColorFilter();
method public androidx.compose.ui.graphics.FilterQuality getFilterQuality();
method public android.graphics.PathEffect? getNativePathEffect();
@@ -468,8 +468,6 @@
}
public enum PaintingStyle {
- method public static androidx.compose.ui.graphics.PaintingStyle valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.graphics.PaintingStyle[] values();
enum_constant public static final androidx.compose.ui.graphics.PaintingStyle Fill;
enum_constant public static final androidx.compose.ui.graphics.PaintingStyle Stroke;
}
@@ -513,8 +511,6 @@
}
public enum PathFillType {
- method public static androidx.compose.ui.graphics.PathFillType valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.graphics.PathFillType[] values();
enum_constant public static final androidx.compose.ui.graphics.PathFillType EvenOdd;
enum_constant public static final androidx.compose.ui.graphics.PathFillType NonZero;
}
@@ -527,8 +523,6 @@
}
public enum PathOperation {
- method public static androidx.compose.ui.graphics.PathOperation valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.graphics.PathOperation[] values();
enum_constant public static final androidx.compose.ui.graphics.PathOperation difference;
enum_constant public static final androidx.compose.ui.graphics.PathOperation intersect;
enum_constant public static final androidx.compose.ui.graphics.PathOperation reverseDifference;
@@ -538,17 +532,20 @@
public final class PixelMap {
ctor public PixelMap(int[] buffer, int width, int height, int bufferOffset, int stride);
- method public operator long get(@IntRange(from=0) int x, @IntRange(from=0) int y);
+ method public operator long get-0d7_KjU(@IntRange(from=0) int x, @IntRange(from=0) int y);
method public int[] getBuffer();
method public int getBufferOffset();
method public int getHeight();
method public int getStride();
method public int getWidth();
+ property public final int[] buffer;
+ property public final int bufferOffset;
+ property public final int height;
+ property public final int stride;
+ property public final int width;
}
public enum PointMode {
- method public static androidx.compose.ui.graphics.PointMode valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.graphics.PointMode[] values();
enum_constant public static final androidx.compose.ui.graphics.PointMode Lines;
enum_constant public static final androidx.compose.ui.graphics.PointMode Points;
enum_constant public static final androidx.compose.ui.graphics.PointMode Polygon;
@@ -572,6 +569,7 @@
ctor public ShaderBrush(android.graphics.Shader shader);
method public final void applyTo(androidx.compose.ui.graphics.Paint p, float alpha);
method public final android.graphics.Shader getShader();
+ property public final android.graphics.Shader shader;
}
public final class ShaderKt {
@@ -581,13 +579,16 @@
}
@androidx.compose.runtime.Immutable public final class Shadow {
- method public long component1();
- method public long component2();
+ method public long component1-0d7_KjU();
+ method public long component2-F1C5BW0();
method public float component3();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.graphics.Shadow copy-vQQzcCI(long color, long offset, float blurRadius);
method public float getBlurRadius();
- method public long getColor();
- method public long getOffset();
+ method public long getColor-0d7_KjU();
+ method public long getOffset-F1C5BW0();
+ property public final float blurRadius;
+ property public final long color;
+ property public final long offset;
field public static final androidx.compose.ui.graphics.Shadow.Companion Companion;
}
@@ -606,38 +607,31 @@
@androidx.compose.runtime.Immutable public final class SolidColor extends androidx.compose.ui.graphics.Brush {
method public void applyTo(androidx.compose.ui.graphics.Paint p, float alpha);
- method public long component1();
+ method public long component1-0d7_KjU();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.graphics.SolidColor copy-8_81llA(long value);
- method public long getValue();
+ method public long getValue-0d7_KjU();
+ property public final long value;
}
public enum StrokeCap {
- method public static androidx.compose.ui.graphics.StrokeCap valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.graphics.StrokeCap[] values();
enum_constant public static final androidx.compose.ui.graphics.StrokeCap Butt;
enum_constant public static final androidx.compose.ui.graphics.StrokeCap Round;
enum_constant public static final androidx.compose.ui.graphics.StrokeCap Square;
}
public enum StrokeJoin {
- method public static androidx.compose.ui.graphics.StrokeJoin valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.graphics.StrokeJoin[] values();
enum_constant public static final androidx.compose.ui.graphics.StrokeJoin Bevel;
enum_constant public static final androidx.compose.ui.graphics.StrokeJoin Miter;
enum_constant public static final androidx.compose.ui.graphics.StrokeJoin Round;
}
public enum TileMode {
- method public static androidx.compose.ui.graphics.TileMode valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.graphics.TileMode[] values();
enum_constant public static final androidx.compose.ui.graphics.TileMode Clamp;
enum_constant public static final androidx.compose.ui.graphics.TileMode Mirror;
enum_constant public static final androidx.compose.ui.graphics.TileMode Repeated;
}
public enum VertexMode {
- method public static androidx.compose.ui.graphics.VertexMode valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.graphics.VertexMode[] values();
enum_constant public static final androidx.compose.ui.graphics.VertexMode TriangleFan;
enum_constant public static final androidx.compose.ui.graphics.VertexMode TriangleStrip;
enum_constant public static final androidx.compose.ui.graphics.VertexMode Triangles;
@@ -654,6 +648,7 @@
property public final short[] indices;
property public final float[] positions;
property public final float[] textureCoordinates;
+ property public final androidx.compose.ui.graphics.VertexMode vertexMode;
}
}
@@ -661,8 +656,6 @@
package androidx.compose.ui.graphics.colorspace {
public enum Adaptation {
- method public static androidx.compose.ui.graphics.colorspace.Adaptation valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.graphics.colorspace.Adaptation[] values();
enum_constant public static final androidx.compose.ui.graphics.colorspace.Adaptation Bradford;
enum_constant public static final androidx.compose.ui.graphics.colorspace.Adaptation Ciecat02;
enum_constant public static final androidx.compose.ui.graphics.colorspace.Adaptation VonKries;
@@ -670,8 +663,7 @@
public enum ColorModel {
method public final int getComponentCount();
- method public static androidx.compose.ui.graphics.colorspace.ColorModel valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.graphics.colorspace.ColorModel[] values();
+ property public final int componentCount;
enum_constant public static final androidx.compose.ui.graphics.colorspace.ColorModel Cmyk;
enum_constant public static final androidx.compose.ui.graphics.colorspace.ColorModel Lab;
enum_constant public static final androidx.compose.ui.graphics.colorspace.ColorModel Rgb;
@@ -694,6 +686,8 @@
property @IntRange(from=1, to=4) public final int componentCount;
property public boolean isSrgb;
property public abstract boolean isWideGamut;
+ property public final androidx.compose.ui.graphics.colorspace.ColorModel model;
+ property public final String name;
}
public final class ColorSpaceKt {
@@ -745,6 +739,9 @@
method public final androidx.compose.ui.graphics.colorspace.ColorSpace getSource();
method @Size(3) public final float[] transform(float r, float g, float b);
method @Size(min=3) public float[] transform(@Size(min=3) float[] v);
+ property public final androidx.compose.ui.graphics.colorspace.ColorSpace destination;
+ property public final androidx.compose.ui.graphics.colorspace.RenderIntent renderIntent;
+ property public final androidx.compose.ui.graphics.colorspace.ColorSpace source;
}
public final class Illuminant {
@@ -770,8 +767,6 @@
}
public enum RenderIntent {
- method public static androidx.compose.ui.graphics.colorspace.RenderIntent valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.graphics.colorspace.RenderIntent[] values();
enum_constant public static final androidx.compose.ui.graphics.colorspace.RenderIntent Absolute;
enum_constant public static final androidx.compose.ui.graphics.colorspace.RenderIntent Perceptual;
enum_constant public static final androidx.compose.ui.graphics.colorspace.RenderIntent Relative;
@@ -808,6 +803,8 @@
property public boolean isSrgb;
property public boolean isWideGamut;
property public final kotlin.jvm.functions.Function1<java.lang.Double,java.lang.Double> oetf;
+ property public final androidx.compose.ui.graphics.colorspace.TransferParameters? transferParameters;
+ property public final androidx.compose.ui.graphics.colorspace.WhitePoint whitePoint;
}
public final class TransferParameters {
@@ -827,6 +824,13 @@
method public double getE();
method public double getF();
method public double getGamma();
+ property public final double a;
+ property public final double b;
+ property public final double c;
+ property public final double d;
+ property public final double e;
+ property public final double f;
+ property public final double gamma;
}
public final class WhitePoint {
@@ -837,6 +841,8 @@
method public androidx.compose.ui.graphics.colorspace.WhitePoint copy(float x, float y);
method public float getX();
method public float getY();
+ property public final float x;
+ property public final float y;
}
}
@@ -864,9 +870,9 @@
method public final void drawRect-IdEHoqk(long color, long topLeft = Offset.Zero, long size = this.size.offsetSize(topLeft), @FloatRange(from=0.0, to=1.0) float alpha = 1.0f, androidx.compose.ui.graphics.drawscope.DrawStyle style = Fill, androidx.compose.ui.graphics.ColorFilter? colorFilter = null, androidx.compose.ui.graphics.BlendMode blendMode = DefaultBlendMode);
method public final void drawRoundRect-S2ipBsc(long color, long topLeft = Offset.Zero, long size = this.size.offsetSize(topLeft), long radius = Radius.Zero, androidx.compose.ui.graphics.drawscope.DrawStyle style = Fill, @FloatRange(from=0.0, to=1.0) float alpha = 1.0f, androidx.compose.ui.graphics.ColorFilter? colorFilter = null, androidx.compose.ui.graphics.BlendMode blendMode = DefaultBlendMode);
method public final void drawRoundRect-jmXbwic(androidx.compose.ui.graphics.Brush brush, long topLeft = Offset.Zero, long size = this.size.offsetSize(topLeft), long radius = Radius.Zero, @FloatRange(from=0.0, to=1.0) float alpha = 1.0f, androidx.compose.ui.graphics.drawscope.DrawStyle style = Fill, androidx.compose.ui.graphics.ColorFilter? colorFilter = null, androidx.compose.ui.graphics.BlendMode blendMode = DefaultBlendMode);
- method public final long getCenter();
+ method public final long getCenter-F1C5BW0();
method public abstract androidx.compose.ui.unit.LayoutDirection getLayoutDirection();
- method public final long getSize();
+ method public final long getSize-NH-jbRc();
property public final long center;
property public abstract androidx.compose.ui.unit.LayoutDirection layoutDirection;
property public final long size;
@@ -905,8 +911,8 @@
@androidx.compose.ui.graphics.drawscope.DrawScopeMarker public interface DrawTransform {
method public void clipPath(androidx.compose.ui.graphics.Path path, androidx.compose.ui.graphics.ClipOp clipOp = androidx.compose.ui.graphics.ClipOp.Intersect);
method public void clipRect(float left = 0.0f, float top = 0.0f, float right = size.width, float bottom = size.height, androidx.compose.ui.graphics.ClipOp clipOp = androidx.compose.ui.graphics.ClipOp.Intersect);
- method public default long getCenter();
- method public long getSize();
+ method public default long getCenter-F1C5BW0();
+ method public long getSize-NH-jbRc();
method public void inset(float left, float top, float right, float bottom);
method @Deprecated public default void rotate(float degrees, float pivotX = center.x, float pivotY = center.y);
method public void rotate-KYFOyyg(float degrees, long pivot);
@@ -944,6 +950,11 @@
method public float getMiter();
method public android.graphics.PathEffect? getPathEffect();
method public float getWidth();
+ property public final androidx.compose.ui.graphics.StrokeCap cap;
+ property public final androidx.compose.ui.graphics.StrokeJoin join;
+ property public final float miter;
+ property public final android.graphics.PathEffect? pathEffect;
+ property public final float width;
field public static final androidx.compose.ui.graphics.drawscope.Stroke.Companion Companion;
field public static final float DefaultMiter = 4.0f;
field public static final float HairlineWidth = 0.0f;
@@ -961,17 +972,18 @@
package androidx.compose.ui.graphics.painter {
public final class ColorPainter extends androidx.compose.ui.graphics.painter.Painter {
- method public long component1();
+ method public long component1-0d7_KjU();
method public androidx.compose.ui.graphics.painter.ColorPainter copy-8_81llA(long color);
- method public long getColor();
- method public long getIntrinsicSize();
+ method public long getColor-0d7_KjU();
+ method public long getIntrinsicSize-NH-jbRc();
method protected void onDraw(androidx.compose.ui.graphics.drawscope.DrawScope);
+ property public final long color;
property public long intrinsicSize;
}
public final class ImagePainter extends androidx.compose.ui.graphics.painter.Painter {
method public androidx.compose.ui.graphics.painter.ImagePainter copy-rHaiP50(androidx.compose.ui.graphics.ImageAsset image, long srcOffset, long srcSize);
- method public long getIntrinsicSize();
+ method public long getIntrinsicSize-NH-jbRc();
method protected void onDraw(androidx.compose.ui.graphics.drawscope.DrawScope);
property public long intrinsicSize;
}
@@ -982,7 +994,7 @@
method protected boolean applyColorFilter(androidx.compose.ui.graphics.ColorFilter? colorFilter);
method protected boolean applyLayoutDirection(androidx.compose.ui.unit.LayoutDirection layoutDirection);
method public final void draw-ty3CEPU(androidx.compose.ui.graphics.drawscope.DrawScope, long size, float alpha = 1.0f, androidx.compose.ui.graphics.ColorFilter? colorFilter = null);
- method public abstract long getIntrinsicSize();
+ method public abstract long getIntrinsicSize-NH-jbRc();
method protected abstract void onDraw(androidx.compose.ui.graphics.drawscope.DrawScope);
property public abstract long intrinsicSize;
}
@@ -1018,6 +1030,8 @@
@androidx.compose.runtime.Immutable public abstract sealed class PathNode {
method public final boolean isCurve();
method public final boolean isQuad();
+ property public final boolean isCurve;
+ property public final boolean isQuad;
}
@androidx.compose.runtime.Immutable public static final class PathNode.ArcTo extends androidx.compose.ui.graphics.vector.PathNode {
@@ -1037,6 +1051,13 @@
method public float getVerticalEllipseRadius();
method public boolean isMoreThanHalf();
method public boolean isPositiveArc();
+ property public final float arcStartX;
+ property public final float arcStartY;
+ property public final float horizontalEllipseRadius;
+ property public final boolean isMoreThanHalf;
+ property public final boolean isPositiveArc;
+ property public final float theta;
+ property public final float verticalEllipseRadius;
}
@androidx.compose.runtime.Immutable public static final class PathNode.Close extends androidx.compose.ui.graphics.vector.PathNode {
@@ -1058,6 +1079,12 @@
method public float getY1();
method public float getY2();
method public float getY3();
+ property public final float x1;
+ property public final float x2;
+ property public final float x3;
+ property public final float y1;
+ property public final float y2;
+ property public final float y3;
}
@androidx.compose.runtime.Immutable public static final class PathNode.HorizontalTo extends androidx.compose.ui.graphics.vector.PathNode {
@@ -1065,6 +1092,7 @@
method public float component1();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.graphics.vector.PathNode.HorizontalTo copy(float x);
method public float getX();
+ property public final float x;
}
@androidx.compose.runtime.Immutable public static final class PathNode.LineTo extends androidx.compose.ui.graphics.vector.PathNode {
@@ -1074,6 +1102,8 @@
method @androidx.compose.runtime.Immutable public androidx.compose.ui.graphics.vector.PathNode.LineTo copy(float x, float y);
method public float getX();
method public float getY();
+ property public final float x;
+ property public final float y;
}
@androidx.compose.runtime.Immutable public static final class PathNode.MoveTo extends androidx.compose.ui.graphics.vector.PathNode {
@@ -1083,6 +1113,8 @@
method @androidx.compose.runtime.Immutable public androidx.compose.ui.graphics.vector.PathNode.MoveTo copy(float x, float y);
method public float getX();
method public float getY();
+ property public final float x;
+ property public final float y;
}
@androidx.compose.runtime.Immutable public static final class PathNode.QuadTo extends androidx.compose.ui.graphics.vector.PathNode {
@@ -1096,6 +1128,10 @@
method public float getX2();
method public float getY1();
method public float getY2();
+ property public final float x1;
+ property public final float x2;
+ property public final float y1;
+ property public final float y2;
}
@androidx.compose.runtime.Immutable public static final class PathNode.ReflectiveCurveTo extends androidx.compose.ui.graphics.vector.PathNode {
@@ -1109,6 +1145,10 @@
method public float getX2();
method public float getY1();
method public float getY2();
+ property public final float x1;
+ property public final float x2;
+ property public final float y1;
+ property public final float y2;
}
@androidx.compose.runtime.Immutable public static final class PathNode.ReflectiveQuadTo extends androidx.compose.ui.graphics.vector.PathNode {
@@ -1118,6 +1158,8 @@
method @androidx.compose.runtime.Immutable public androidx.compose.ui.graphics.vector.PathNode.ReflectiveQuadTo copy(float x, float y);
method public float getX();
method public float getY();
+ property public final float x;
+ property public final float y;
}
@androidx.compose.runtime.Immutable public static final class PathNode.RelativeArcTo extends androidx.compose.ui.graphics.vector.PathNode {
@@ -1137,6 +1179,13 @@
method public float getVerticalEllipseRadius();
method public boolean isMoreThanHalf();
method public boolean isPositiveArc();
+ property public final float arcStartDx;
+ property public final float arcStartDy;
+ property public final float horizontalEllipseRadius;
+ property public final boolean isMoreThanHalf;
+ property public final boolean isPositiveArc;
+ property public final float theta;
+ property public final float verticalEllipseRadius;
}
@androidx.compose.runtime.Immutable public static final class PathNode.RelativeCurveTo extends androidx.compose.ui.graphics.vector.PathNode {
@@ -1154,6 +1203,12 @@
method public float getDy1();
method public float getDy2();
method public float getDy3();
+ property public final float dx1;
+ property public final float dx2;
+ property public final float dx3;
+ property public final float dy1;
+ property public final float dy2;
+ property public final float dy3;
}
@androidx.compose.runtime.Immutable public static final class PathNode.RelativeHorizontalTo extends androidx.compose.ui.graphics.vector.PathNode {
@@ -1161,6 +1216,7 @@
method public float component1();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.graphics.vector.PathNode.RelativeHorizontalTo copy(float dx);
method public float getDx();
+ property public final float dx;
}
@androidx.compose.runtime.Immutable public static final class PathNode.RelativeLineTo extends androidx.compose.ui.graphics.vector.PathNode {
@@ -1170,6 +1226,8 @@
method @androidx.compose.runtime.Immutable public androidx.compose.ui.graphics.vector.PathNode.RelativeLineTo copy(float dx, float dy);
method public float getDx();
method public float getDy();
+ property public final float dx;
+ property public final float dy;
}
@androidx.compose.runtime.Immutable public static final class PathNode.RelativeMoveTo extends androidx.compose.ui.graphics.vector.PathNode {
@@ -1179,6 +1237,8 @@
method @androidx.compose.runtime.Immutable public androidx.compose.ui.graphics.vector.PathNode.RelativeMoveTo copy(float dx, float dy);
method public float getDx();
method public float getDy();
+ property public final float dx;
+ property public final float dy;
}
@androidx.compose.runtime.Immutable public static final class PathNode.RelativeQuadTo extends androidx.compose.ui.graphics.vector.PathNode {
@@ -1192,6 +1252,10 @@
method public float getDx2();
method public float getDy1();
method public float getDy2();
+ property public final float dx1;
+ property public final float dx2;
+ property public final float dy1;
+ property public final float dy2;
}
@androidx.compose.runtime.Immutable public static final class PathNode.RelativeReflectiveCurveTo extends androidx.compose.ui.graphics.vector.PathNode {
@@ -1205,6 +1269,10 @@
method public float getDx2();
method public float getDy1();
method public float getDy2();
+ property public final float dx1;
+ property public final float dx2;
+ property public final float dy1;
+ property public final float dy2;
}
@androidx.compose.runtime.Immutable public static final class PathNode.RelativeReflectiveQuadTo extends androidx.compose.ui.graphics.vector.PathNode {
@@ -1214,6 +1282,8 @@
method @androidx.compose.runtime.Immutable public androidx.compose.ui.graphics.vector.PathNode.RelativeReflectiveQuadTo copy(float dx, float dy);
method public float getDx();
method public float getDy();
+ property public final float dx;
+ property public final float dy;
}
@androidx.compose.runtime.Immutable public static final class PathNode.RelativeVerticalTo extends androidx.compose.ui.graphics.vector.PathNode {
@@ -1221,6 +1291,7 @@
method public float component1();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.graphics.vector.PathNode.RelativeVerticalTo copy(float dy);
method public float getDy();
+ property public final float dy;
}
@androidx.compose.runtime.Immutable public static final class PathNode.VerticalTo extends androidx.compose.ui.graphics.vector.PathNode {
@@ -1228,6 +1299,7 @@
method public float component1();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.graphics.vector.PathNode.VerticalTo copy(float y);
method public float getY();
+ property public final float y;
}
public final class PathNodeKt {
diff --git a/compose/ui/ui-graphics/api/restricted_current.txt b/compose/ui/ui-graphics/api/restricted_current.txt
index d7d4478..a7ec346 100644
--- a/compose/ui/ui-graphics/api/restricted_current.txt
+++ b/compose/ui/ui-graphics/api/restricted_current.txt
@@ -56,7 +56,7 @@
method public android.graphics.Paint asFrameworkPaint();
method public float getAlpha();
method public androidx.compose.ui.graphics.BlendMode getBlendMode();
- method public long getColor();
+ method public long getColor-0d7_KjU();
method public androidx.compose.ui.graphics.ColorFilter? getColorFilter();
method public androidx.compose.ui.graphics.FilterQuality getFilterQuality();
method public android.graphics.PathEffect? getNativePathEffect();
@@ -128,6 +128,7 @@
method public void setFillType(androidx.compose.ui.graphics.PathFillType value);
method public void translate-k-4lQ0M(long offset);
property public androidx.compose.ui.graphics.PathFillType fillType;
+ property public final android.graphics.Path internalPath;
property public boolean isConvex;
property public boolean isEmpty;
}
@@ -161,8 +162,6 @@
}
public enum BlendMode {
- method public static androidx.compose.ui.graphics.BlendMode valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.graphics.BlendMode[] values();
enum_constant public static final androidx.compose.ui.graphics.BlendMode Clear;
enum_constant public static final androidx.compose.ui.graphics.BlendMode Color;
enum_constant public static final androidx.compose.ui.graphics.BlendMode ColorBurn;
@@ -258,8 +257,6 @@
}
public enum ClipOp {
- method public static androidx.compose.ui.graphics.ClipOp valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.graphics.ClipOp[] values();
enum_constant public static final androidx.compose.ui.graphics.ClipOp Difference;
enum_constant public static final androidx.compose.ui.graphics.ClipOp Intersect;
}
@@ -272,8 +269,8 @@
method @androidx.compose.runtime.Stable public static operator float component4-impl(long $this);
method @androidx.compose.runtime.Stable public static operator androidx.compose.ui.graphics.colorspace.ColorSpace component5-impl(long $this);
method public static long constructor-impl(long value);
- method public static long convert-impl(long $this, androidx.compose.ui.graphics.colorspace.ColorSpace colorSpace);
- method @androidx.compose.runtime.Stable public static long copy-impl(long $this, float alpha = this.alpha, float red = this.red, float green = this.green, float blue = this.blue);
+ method public static long convert-0d7_KjU(long $this, androidx.compose.ui.graphics.colorspace.ColorSpace colorSpace);
+ method @androidx.compose.runtime.Stable public static long copy-0d7_KjU(long $this, float alpha = this.alpha, float red = this.red, float green = this.green, float blue = this.blue);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(long p, Object? p1);
method public static boolean equals-impl0(long p1, long p2);
method public static float getAlpha-impl(long $this);
@@ -281,26 +278,27 @@
method public static androidx.compose.ui.graphics.colorspace.ColorSpace getColorSpace-impl(long $this);
method public static float getGreen-impl(long $this);
method public static float getRed-impl(long $this);
- method public long getValue();
+ method public long getValue-s-VKNKU();
method @androidx.compose.runtime.Immutable public static inline int hashCode-impl(long p);
method public static String toString-impl(long $this);
+ property public final long value;
field public static final androidx.compose.ui.graphics.Color.Companion Companion;
}
public static final class Color.Companion {
- method public long getBlack();
- method public long getBlue();
- method public long getCyan();
- method public long getDarkGray();
- method public long getGray();
- method public long getGreen();
- method public long getLightGray();
- method public long getMagenta();
- method public long getRed();
- method public long getTransparent();
- method public long getUnset();
- method public long getWhite();
- method public long getYellow();
+ method public long getBlack-0d7_KjU();
+ method public long getBlue-0d7_KjU();
+ method public long getCyan-0d7_KjU();
+ method public long getDarkGray-0d7_KjU();
+ method public long getGray-0d7_KjU();
+ method public long getGreen-0d7_KjU();
+ method public long getLightGray-0d7_KjU();
+ method public long getMagenta-0d7_KjU();
+ method public long getRed-0d7_KjU();
+ method public long getTransparent-0d7_KjU();
+ method public long getUnset-0d7_KjU();
+ method public long getWhite-0d7_KjU();
+ method public long getYellow-0d7_KjU();
property public final long Black;
property public final long Blue;
property public final long Cyan;
@@ -317,11 +315,13 @@
}
@androidx.compose.runtime.Immutable public final class ColorFilter {
- method public long component1();
+ method public long component1-0d7_KjU();
method public androidx.compose.ui.graphics.BlendMode component2();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.graphics.ColorFilter copy-aamYUWA(long color, androidx.compose.ui.graphics.BlendMode blendMode);
method public androidx.compose.ui.graphics.BlendMode getBlendMode();
- method public long getColor();
+ method public long getColor-0d7_KjU();
+ property public final androidx.compose.ui.graphics.BlendMode blendMode;
+ property public final long color;
field public static final androidx.compose.ui.graphics.ColorFilter.Companion Companion;
}
@@ -348,8 +348,6 @@
}
public enum FilterQuality {
- method public static androidx.compose.ui.graphics.FilterQuality valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.graphics.FilterQuality[] values();
enum_constant public static final androidx.compose.ui.graphics.FilterQuality High;
enum_constant public static final androidx.compose.ui.graphics.FilterQuality Low;
enum_constant public static final androidx.compose.ui.graphics.FilterQuality Medium;
@@ -375,8 +373,6 @@
}
public enum ImageAssetConfig {
- method public static androidx.compose.ui.graphics.ImageAssetConfig valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.graphics.ImageAssetConfig[] values();
enum_constant public static final androidx.compose.ui.graphics.ImageAssetConfig Alpha8;
enum_constant public static final androidx.compose.ui.graphics.ImageAssetConfig Argb8888;
enum_constant public static final androidx.compose.ui.graphics.ImageAssetConfig F16;
@@ -415,6 +411,7 @@
method public static operator void timesAssign-58bKbWc(float[] $this, float[] m);
method public static String toString-impl(float[]! $this);
method public static void translate-impl(float[] $this, float x = 0f, float y = 0f, float z = 0f);
+ property public final float[] values;
}
public final class MatrixKt {
@@ -429,6 +426,7 @@
method public androidx.compose.ui.graphics.Path component1();
method public androidx.compose.ui.graphics.Outline.Generic copy(androidx.compose.ui.graphics.Path path);
method public androidx.compose.ui.graphics.Path getPath();
+ property public final androidx.compose.ui.graphics.Path path;
}
@androidx.compose.runtime.Immutable public static final class Outline.Rectangle extends androidx.compose.ui.graphics.Outline {
@@ -436,6 +434,7 @@
method public androidx.compose.ui.geometry.Rect component1();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.graphics.Outline.Rectangle copy(androidx.compose.ui.geometry.Rect rect);
method public androidx.compose.ui.geometry.Rect getRect();
+ property public final androidx.compose.ui.geometry.Rect rect;
}
@androidx.compose.runtime.Immutable public static final class Outline.Rounded extends androidx.compose.ui.graphics.Outline {
@@ -443,6 +442,7 @@
method public androidx.compose.ui.geometry.RoundRect component1();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.graphics.Outline.Rounded copy(androidx.compose.ui.geometry.RoundRect roundRect);
method public androidx.compose.ui.geometry.RoundRect getRoundRect();
+ property public final androidx.compose.ui.geometry.RoundRect roundRect;
}
public final class OutlineKt {
@@ -456,7 +456,7 @@
method public android.graphics.Paint asFrameworkPaint();
method public float getAlpha();
method public androidx.compose.ui.graphics.BlendMode getBlendMode();
- method public long getColor();
+ method public long getColor-0d7_KjU();
method public androidx.compose.ui.graphics.ColorFilter? getColorFilter();
method public androidx.compose.ui.graphics.FilterQuality getFilterQuality();
method public android.graphics.PathEffect? getNativePathEffect();
@@ -500,8 +500,6 @@
}
public enum PaintingStyle {
- method public static androidx.compose.ui.graphics.PaintingStyle valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.graphics.PaintingStyle[] values();
enum_constant public static final androidx.compose.ui.graphics.PaintingStyle Fill;
enum_constant public static final androidx.compose.ui.graphics.PaintingStyle Stroke;
}
@@ -545,8 +543,6 @@
}
public enum PathFillType {
- method public static androidx.compose.ui.graphics.PathFillType valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.graphics.PathFillType[] values();
enum_constant public static final androidx.compose.ui.graphics.PathFillType EvenOdd;
enum_constant public static final androidx.compose.ui.graphics.PathFillType NonZero;
}
@@ -559,8 +555,6 @@
}
public enum PathOperation {
- method public static androidx.compose.ui.graphics.PathOperation valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.graphics.PathOperation[] values();
enum_constant public static final androidx.compose.ui.graphics.PathOperation difference;
enum_constant public static final androidx.compose.ui.graphics.PathOperation intersect;
enum_constant public static final androidx.compose.ui.graphics.PathOperation reverseDifference;
@@ -570,17 +564,20 @@
public final class PixelMap {
ctor public PixelMap(int[] buffer, int width, int height, int bufferOffset, int stride);
- method public operator long get(@IntRange(from=0) int x, @IntRange(from=0) int y);
+ method public operator long get-0d7_KjU(@IntRange(from=0) int x, @IntRange(from=0) int y);
method public int[] getBuffer();
method public int getBufferOffset();
method public int getHeight();
method public int getStride();
method public int getWidth();
+ property public final int[] buffer;
+ property public final int bufferOffset;
+ property public final int height;
+ property public final int stride;
+ property public final int width;
}
public enum PointMode {
- method public static androidx.compose.ui.graphics.PointMode valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.graphics.PointMode[] values();
enum_constant public static final androidx.compose.ui.graphics.PointMode Lines;
enum_constant public static final androidx.compose.ui.graphics.PointMode Points;
enum_constant public static final androidx.compose.ui.graphics.PointMode Polygon;
@@ -604,6 +601,7 @@
ctor public ShaderBrush(android.graphics.Shader shader);
method public final void applyTo(androidx.compose.ui.graphics.Paint p, float alpha);
method public final android.graphics.Shader getShader();
+ property public final android.graphics.Shader shader;
}
public final class ShaderKt {
@@ -613,13 +611,16 @@
}
@androidx.compose.runtime.Immutable public final class Shadow {
- method public long component1();
- method public long component2();
+ method public long component1-0d7_KjU();
+ method public long component2-F1C5BW0();
method public float component3();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.graphics.Shadow copy-vQQzcCI(long color, long offset, float blurRadius);
method public float getBlurRadius();
- method public long getColor();
- method public long getOffset();
+ method public long getColor-0d7_KjU();
+ method public long getOffset-F1C5BW0();
+ property public final float blurRadius;
+ property public final long color;
+ property public final long offset;
field public static final androidx.compose.ui.graphics.Shadow.Companion Companion;
}
@@ -638,38 +639,31 @@
@androidx.compose.runtime.Immutable public final class SolidColor extends androidx.compose.ui.graphics.Brush {
method public void applyTo(androidx.compose.ui.graphics.Paint p, float alpha);
- method public long component1();
+ method public long component1-0d7_KjU();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.graphics.SolidColor copy-8_81llA(long value);
- method public long getValue();
+ method public long getValue-0d7_KjU();
+ property public final long value;
}
public enum StrokeCap {
- method public static androidx.compose.ui.graphics.StrokeCap valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.graphics.StrokeCap[] values();
enum_constant public static final androidx.compose.ui.graphics.StrokeCap Butt;
enum_constant public static final androidx.compose.ui.graphics.StrokeCap Round;
enum_constant public static final androidx.compose.ui.graphics.StrokeCap Square;
}
public enum StrokeJoin {
- method public static androidx.compose.ui.graphics.StrokeJoin valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.graphics.StrokeJoin[] values();
enum_constant public static final androidx.compose.ui.graphics.StrokeJoin Bevel;
enum_constant public static final androidx.compose.ui.graphics.StrokeJoin Miter;
enum_constant public static final androidx.compose.ui.graphics.StrokeJoin Round;
}
public enum TileMode {
- method public static androidx.compose.ui.graphics.TileMode valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.graphics.TileMode[] values();
enum_constant public static final androidx.compose.ui.graphics.TileMode Clamp;
enum_constant public static final androidx.compose.ui.graphics.TileMode Mirror;
enum_constant public static final androidx.compose.ui.graphics.TileMode Repeated;
}
public enum VertexMode {
- method public static androidx.compose.ui.graphics.VertexMode valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.graphics.VertexMode[] values();
enum_constant public static final androidx.compose.ui.graphics.VertexMode TriangleFan;
enum_constant public static final androidx.compose.ui.graphics.VertexMode TriangleStrip;
enum_constant public static final androidx.compose.ui.graphics.VertexMode Triangles;
@@ -686,6 +680,7 @@
property public final short[] indices;
property public final float[] positions;
property public final float[] textureCoordinates;
+ property public final androidx.compose.ui.graphics.VertexMode vertexMode;
}
}
@@ -693,8 +688,6 @@
package androidx.compose.ui.graphics.colorspace {
public enum Adaptation {
- method public static androidx.compose.ui.graphics.colorspace.Adaptation valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.graphics.colorspace.Adaptation[] values();
enum_constant public static final androidx.compose.ui.graphics.colorspace.Adaptation Bradford;
enum_constant public static final androidx.compose.ui.graphics.colorspace.Adaptation Ciecat02;
enum_constant public static final androidx.compose.ui.graphics.colorspace.Adaptation VonKries;
@@ -702,8 +695,7 @@
public enum ColorModel {
method public final int getComponentCount();
- method public static androidx.compose.ui.graphics.colorspace.ColorModel valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.graphics.colorspace.ColorModel[] values();
+ property public final int componentCount;
enum_constant public static final androidx.compose.ui.graphics.colorspace.ColorModel Cmyk;
enum_constant public static final androidx.compose.ui.graphics.colorspace.ColorModel Lab;
enum_constant public static final androidx.compose.ui.graphics.colorspace.ColorModel Rgb;
@@ -726,6 +718,8 @@
property @IntRange(from=1, to=4) public final int componentCount;
property public boolean isSrgb;
property public abstract boolean isWideGamut;
+ property public final androidx.compose.ui.graphics.colorspace.ColorModel model;
+ property public final String name;
}
public final class ColorSpaceKt {
@@ -777,6 +771,9 @@
method public final androidx.compose.ui.graphics.colorspace.ColorSpace getSource();
method @Size(3) public final float[] transform(float r, float g, float b);
method @Size(min=3) public float[] transform(@Size(min=3) float[] v);
+ property public final androidx.compose.ui.graphics.colorspace.ColorSpace destination;
+ property public final androidx.compose.ui.graphics.colorspace.RenderIntent renderIntent;
+ property public final androidx.compose.ui.graphics.colorspace.ColorSpace source;
}
public final class Illuminant {
@@ -802,8 +799,6 @@
}
public enum RenderIntent {
- method public static androidx.compose.ui.graphics.colorspace.RenderIntent valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.graphics.colorspace.RenderIntent[] values();
enum_constant public static final androidx.compose.ui.graphics.colorspace.RenderIntent Absolute;
enum_constant public static final androidx.compose.ui.graphics.colorspace.RenderIntent Perceptual;
enum_constant public static final androidx.compose.ui.graphics.colorspace.RenderIntent Relative;
@@ -840,6 +835,8 @@
property public boolean isSrgb;
property public boolean isWideGamut;
property public final kotlin.jvm.functions.Function1<java.lang.Double,java.lang.Double> oetf;
+ property public final androidx.compose.ui.graphics.colorspace.TransferParameters? transferParameters;
+ property public final androidx.compose.ui.graphics.colorspace.WhitePoint whitePoint;
}
public final class TransferParameters {
@@ -859,6 +856,13 @@
method public double getE();
method public double getF();
method public double getGamma();
+ property public final double a;
+ property public final double b;
+ property public final double c;
+ property public final double d;
+ property public final double e;
+ property public final double f;
+ property public final double gamma;
}
public final class WhitePoint {
@@ -869,6 +873,8 @@
method public androidx.compose.ui.graphics.colorspace.WhitePoint copy(float x, float y);
method public float getX();
method public float getY();
+ property public final float x;
+ property public final float y;
}
}
@@ -896,9 +902,9 @@
method public final void drawRect-IdEHoqk(long color, long topLeft = Offset.Zero, long size = this.size.offsetSize(topLeft), @FloatRange(from=0.0, to=1.0) float alpha = 1.0f, androidx.compose.ui.graphics.drawscope.DrawStyle style = Fill, androidx.compose.ui.graphics.ColorFilter? colorFilter = null, androidx.compose.ui.graphics.BlendMode blendMode = DefaultBlendMode);
method public final void drawRoundRect-S2ipBsc(long color, long topLeft = Offset.Zero, long size = this.size.offsetSize(topLeft), long radius = Radius.Zero, androidx.compose.ui.graphics.drawscope.DrawStyle style = Fill, @FloatRange(from=0.0, to=1.0) float alpha = 1.0f, androidx.compose.ui.graphics.ColorFilter? colorFilter = null, androidx.compose.ui.graphics.BlendMode blendMode = DefaultBlendMode);
method public final void drawRoundRect-jmXbwic(androidx.compose.ui.graphics.Brush brush, long topLeft = Offset.Zero, long size = this.size.offsetSize(topLeft), long radius = Radius.Zero, @FloatRange(from=0.0, to=1.0) float alpha = 1.0f, androidx.compose.ui.graphics.drawscope.DrawStyle style = Fill, androidx.compose.ui.graphics.ColorFilter? colorFilter = null, androidx.compose.ui.graphics.BlendMode blendMode = DefaultBlendMode);
- method public final long getCenter();
+ method public final long getCenter-F1C5BW0();
method public abstract androidx.compose.ui.unit.LayoutDirection getLayoutDirection();
- method public final long getSize();
+ method public final long getSize-NH-jbRc();
method @kotlin.PublishedApi internal final void setSize-uvyYCjk(long size);
property public final long center;
property public abstract androidx.compose.ui.unit.LayoutDirection layoutDirection;
@@ -940,8 +946,8 @@
@androidx.compose.ui.graphics.drawscope.DrawScopeMarker public interface DrawTransform {
method public void clipPath(androidx.compose.ui.graphics.Path path, androidx.compose.ui.graphics.ClipOp clipOp = androidx.compose.ui.graphics.ClipOp.Intersect);
method public void clipRect(float left = 0.0f, float top = 0.0f, float right = size.width, float bottom = size.height, androidx.compose.ui.graphics.ClipOp clipOp = androidx.compose.ui.graphics.ClipOp.Intersect);
- method public default long getCenter();
- method public long getSize();
+ method public default long getCenter-F1C5BW0();
+ method public long getSize-NH-jbRc();
method public void inset(float left, float top, float right, float bottom);
method @Deprecated public default void rotate(float degrees, float pivotX = center.x, float pivotY = center.y);
method public void rotate-KYFOyyg(float degrees, long pivot);
@@ -979,6 +985,11 @@
method public float getMiter();
method public android.graphics.PathEffect? getPathEffect();
method public float getWidth();
+ property public final androidx.compose.ui.graphics.StrokeCap cap;
+ property public final androidx.compose.ui.graphics.StrokeJoin join;
+ property public final float miter;
+ property public final android.graphics.PathEffect? pathEffect;
+ property public final float width;
field public static final androidx.compose.ui.graphics.drawscope.Stroke.Companion Companion;
field public static final float DefaultMiter = 4.0f;
field public static final float HairlineWidth = 0.0f;
@@ -996,17 +1007,18 @@
package androidx.compose.ui.graphics.painter {
public final class ColorPainter extends androidx.compose.ui.graphics.painter.Painter {
- method public long component1();
+ method public long component1-0d7_KjU();
method public androidx.compose.ui.graphics.painter.ColorPainter copy-8_81llA(long color);
- method public long getColor();
- method public long getIntrinsicSize();
+ method public long getColor-0d7_KjU();
+ method public long getIntrinsicSize-NH-jbRc();
method protected void onDraw(androidx.compose.ui.graphics.drawscope.DrawScope);
+ property public final long color;
property public long intrinsicSize;
}
public final class ImagePainter extends androidx.compose.ui.graphics.painter.Painter {
method public androidx.compose.ui.graphics.painter.ImagePainter copy-rHaiP50(androidx.compose.ui.graphics.ImageAsset image, long srcOffset, long srcSize);
- method public long getIntrinsicSize();
+ method public long getIntrinsicSize-NH-jbRc();
method protected void onDraw(androidx.compose.ui.graphics.drawscope.DrawScope);
property public long intrinsicSize;
}
@@ -1017,7 +1029,7 @@
method protected boolean applyColorFilter(androidx.compose.ui.graphics.ColorFilter? colorFilter);
method protected boolean applyLayoutDirection(androidx.compose.ui.unit.LayoutDirection layoutDirection);
method public final void draw-ty3CEPU(androidx.compose.ui.graphics.drawscope.DrawScope, long size, float alpha = 1.0f, androidx.compose.ui.graphics.ColorFilter? colorFilter = null);
- method public abstract long getIntrinsicSize();
+ method public abstract long getIntrinsicSize-NH-jbRc();
method protected abstract void onDraw(androidx.compose.ui.graphics.drawscope.DrawScope);
property public abstract long intrinsicSize;
}
@@ -1053,6 +1065,8 @@
@androidx.compose.runtime.Immutable public abstract sealed class PathNode {
method public final boolean isCurve();
method public final boolean isQuad();
+ property public final boolean isCurve;
+ property public final boolean isQuad;
}
@androidx.compose.runtime.Immutable public static final class PathNode.ArcTo extends androidx.compose.ui.graphics.vector.PathNode {
@@ -1072,6 +1086,13 @@
method public float getVerticalEllipseRadius();
method public boolean isMoreThanHalf();
method public boolean isPositiveArc();
+ property public final float arcStartX;
+ property public final float arcStartY;
+ property public final float horizontalEllipseRadius;
+ property public final boolean isMoreThanHalf;
+ property public final boolean isPositiveArc;
+ property public final float theta;
+ property public final float verticalEllipseRadius;
}
@androidx.compose.runtime.Immutable public static final class PathNode.Close extends androidx.compose.ui.graphics.vector.PathNode {
@@ -1093,6 +1114,12 @@
method public float getY1();
method public float getY2();
method public float getY3();
+ property public final float x1;
+ property public final float x2;
+ property public final float x3;
+ property public final float y1;
+ property public final float y2;
+ property public final float y3;
}
@androidx.compose.runtime.Immutable public static final class PathNode.HorizontalTo extends androidx.compose.ui.graphics.vector.PathNode {
@@ -1100,6 +1127,7 @@
method public float component1();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.graphics.vector.PathNode.HorizontalTo copy(float x);
method public float getX();
+ property public final float x;
}
@androidx.compose.runtime.Immutable public static final class PathNode.LineTo extends androidx.compose.ui.graphics.vector.PathNode {
@@ -1109,6 +1137,8 @@
method @androidx.compose.runtime.Immutable public androidx.compose.ui.graphics.vector.PathNode.LineTo copy(float x, float y);
method public float getX();
method public float getY();
+ property public final float x;
+ property public final float y;
}
@androidx.compose.runtime.Immutable public static final class PathNode.MoveTo extends androidx.compose.ui.graphics.vector.PathNode {
@@ -1118,6 +1148,8 @@
method @androidx.compose.runtime.Immutable public androidx.compose.ui.graphics.vector.PathNode.MoveTo copy(float x, float y);
method public float getX();
method public float getY();
+ property public final float x;
+ property public final float y;
}
@androidx.compose.runtime.Immutable public static final class PathNode.QuadTo extends androidx.compose.ui.graphics.vector.PathNode {
@@ -1131,6 +1163,10 @@
method public float getX2();
method public float getY1();
method public float getY2();
+ property public final float x1;
+ property public final float x2;
+ property public final float y1;
+ property public final float y2;
}
@androidx.compose.runtime.Immutable public static final class PathNode.ReflectiveCurveTo extends androidx.compose.ui.graphics.vector.PathNode {
@@ -1144,6 +1180,10 @@
method public float getX2();
method public float getY1();
method public float getY2();
+ property public final float x1;
+ property public final float x2;
+ property public final float y1;
+ property public final float y2;
}
@androidx.compose.runtime.Immutable public static final class PathNode.ReflectiveQuadTo extends androidx.compose.ui.graphics.vector.PathNode {
@@ -1153,6 +1193,8 @@
method @androidx.compose.runtime.Immutable public androidx.compose.ui.graphics.vector.PathNode.ReflectiveQuadTo copy(float x, float y);
method public float getX();
method public float getY();
+ property public final float x;
+ property public final float y;
}
@androidx.compose.runtime.Immutable public static final class PathNode.RelativeArcTo extends androidx.compose.ui.graphics.vector.PathNode {
@@ -1172,6 +1214,13 @@
method public float getVerticalEllipseRadius();
method public boolean isMoreThanHalf();
method public boolean isPositiveArc();
+ property public final float arcStartDx;
+ property public final float arcStartDy;
+ property public final float horizontalEllipseRadius;
+ property public final boolean isMoreThanHalf;
+ property public final boolean isPositiveArc;
+ property public final float theta;
+ property public final float verticalEllipseRadius;
}
@androidx.compose.runtime.Immutable public static final class PathNode.RelativeCurveTo extends androidx.compose.ui.graphics.vector.PathNode {
@@ -1189,6 +1238,12 @@
method public float getDy1();
method public float getDy2();
method public float getDy3();
+ property public final float dx1;
+ property public final float dx2;
+ property public final float dx3;
+ property public final float dy1;
+ property public final float dy2;
+ property public final float dy3;
}
@androidx.compose.runtime.Immutable public static final class PathNode.RelativeHorizontalTo extends androidx.compose.ui.graphics.vector.PathNode {
@@ -1196,6 +1251,7 @@
method public float component1();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.graphics.vector.PathNode.RelativeHorizontalTo copy(float dx);
method public float getDx();
+ property public final float dx;
}
@androidx.compose.runtime.Immutable public static final class PathNode.RelativeLineTo extends androidx.compose.ui.graphics.vector.PathNode {
@@ -1205,6 +1261,8 @@
method @androidx.compose.runtime.Immutable public androidx.compose.ui.graphics.vector.PathNode.RelativeLineTo copy(float dx, float dy);
method public float getDx();
method public float getDy();
+ property public final float dx;
+ property public final float dy;
}
@androidx.compose.runtime.Immutable public static final class PathNode.RelativeMoveTo extends androidx.compose.ui.graphics.vector.PathNode {
@@ -1214,6 +1272,8 @@
method @androidx.compose.runtime.Immutable public androidx.compose.ui.graphics.vector.PathNode.RelativeMoveTo copy(float dx, float dy);
method public float getDx();
method public float getDy();
+ property public final float dx;
+ property public final float dy;
}
@androidx.compose.runtime.Immutable public static final class PathNode.RelativeQuadTo extends androidx.compose.ui.graphics.vector.PathNode {
@@ -1227,6 +1287,10 @@
method public float getDx2();
method public float getDy1();
method public float getDy2();
+ property public final float dx1;
+ property public final float dx2;
+ property public final float dy1;
+ property public final float dy2;
}
@androidx.compose.runtime.Immutable public static final class PathNode.RelativeReflectiveCurveTo extends androidx.compose.ui.graphics.vector.PathNode {
@@ -1240,6 +1304,10 @@
method public float getDx2();
method public float getDy1();
method public float getDy2();
+ property public final float dx1;
+ property public final float dx2;
+ property public final float dy1;
+ property public final float dy2;
}
@androidx.compose.runtime.Immutable public static final class PathNode.RelativeReflectiveQuadTo extends androidx.compose.ui.graphics.vector.PathNode {
@@ -1249,6 +1317,8 @@
method @androidx.compose.runtime.Immutable public androidx.compose.ui.graphics.vector.PathNode.RelativeReflectiveQuadTo copy(float dx, float dy);
method public float getDx();
method public float getDy();
+ property public final float dx;
+ property public final float dy;
}
@androidx.compose.runtime.Immutable public static final class PathNode.RelativeVerticalTo extends androidx.compose.ui.graphics.vector.PathNode {
@@ -1256,6 +1326,7 @@
method public float component1();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.graphics.vector.PathNode.RelativeVerticalTo copy(float dy);
method public float getDy();
+ property public final float dy;
}
@androidx.compose.runtime.Immutable public static final class PathNode.VerticalTo extends androidx.compose.ui.graphics.vector.PathNode {
@@ -1263,6 +1334,7 @@
method public float component1();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.graphics.vector.PathNode.VerticalTo copy(float y);
method public float getY();
+ property public final float y;
}
public final class PathNodeKt {
diff --git a/compose/ui/ui-text-android/api/current.txt b/compose/ui/ui-text-android/api/current.txt
index 26d769c..5d253af 100644
--- a/compose/ui/ui-text-android/api/current.txt
+++ b/compose/ui/ui-text-android/api/current.txt
@@ -1,7 +1,7 @@
// Signature format: 3.0
package androidx.compose.ui.text.android {
- @kotlin.RequiresOptIn(level=RequiresOptIn.Level.ERROR, message="This is internal API that may change frequently and without warning.") @kotlin.annotation.Target(allowedTargets={AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY}) public @interface InternalPlatformTextApi {
+ @kotlin.RequiresOptIn(level=kotlin.RequiresOptIn.Level, message="This is internal API that may change frequently and without warning.") @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface InternalPlatformTextApi {
}
public final class LayoutCompatKt {
diff --git a/compose/ui/ui-text-android/api/public_plus_experimental_current.txt b/compose/ui/ui-text-android/api/public_plus_experimental_current.txt
index 26d769c..5d253af 100644
--- a/compose/ui/ui-text-android/api/public_plus_experimental_current.txt
+++ b/compose/ui/ui-text-android/api/public_plus_experimental_current.txt
@@ -1,7 +1,7 @@
// Signature format: 3.0
package androidx.compose.ui.text.android {
- @kotlin.RequiresOptIn(level=RequiresOptIn.Level.ERROR, message="This is internal API that may change frequently and without warning.") @kotlin.annotation.Target(allowedTargets={AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY}) public @interface InternalPlatformTextApi {
+ @kotlin.RequiresOptIn(level=kotlin.RequiresOptIn.Level, message="This is internal API that may change frequently and without warning.") @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface InternalPlatformTextApi {
}
public final class LayoutCompatKt {
diff --git a/compose/ui/ui-text-android/api/restricted_current.txt b/compose/ui/ui-text-android/api/restricted_current.txt
index 26d769c..5d253af 100644
--- a/compose/ui/ui-text-android/api/restricted_current.txt
+++ b/compose/ui/ui-text-android/api/restricted_current.txt
@@ -1,7 +1,7 @@
// Signature format: 3.0
package androidx.compose.ui.text.android {
- @kotlin.RequiresOptIn(level=RequiresOptIn.Level.ERROR, message="This is internal API that may change frequently and without warning.") @kotlin.annotation.Target(allowedTargets={AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY}) public @interface InternalPlatformTextApi {
+ @kotlin.RequiresOptIn(level=kotlin.RequiresOptIn.Level, message="This is internal API that may change frequently and without warning.") @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface InternalPlatformTextApi {
}
public final class LayoutCompatKt {
diff --git a/compose/ui/ui-text/api/current.txt b/compose/ui/ui-text/api/current.txt
index eb6501e..938357c 100644
--- a/compose/ui/ui-text/api/current.txt
+++ b/compose/ui/ui-text/api/current.txt
@@ -13,6 +13,9 @@
method public java.util.List<androidx.compose.ui.text.AnnotatedString.Range<java.lang.String>> getStringAnnotations(int start, int end);
method public String getText();
method @androidx.compose.runtime.Stable public operator androidx.compose.ui.text.AnnotatedString plus(androidx.compose.ui.text.AnnotatedString other);
+ property public final java.util.List<androidx.compose.ui.text.AnnotatedString.Range<androidx.compose.ui.text.ParagraphStyle>> paragraphStyles;
+ property public final java.util.List<androidx.compose.ui.text.AnnotatedString.Range<androidx.compose.ui.text.SpanStyle>> spanStyles;
+ property public final String text;
}
public static final class AnnotatedString.Builder {
@@ -48,6 +51,10 @@
method public T! getItem();
method public int getStart();
method public String getTag();
+ property public final int end;
+ property public final T! item;
+ property public final int start;
+ property public final String tag;
}
public final class AnnotatedStringKt {
@@ -65,7 +72,7 @@
method public static inline <R> R withStyle(androidx.compose.ui.text.AnnotatedString.Builder, androidx.compose.ui.text.ParagraphStyle style, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.AnnotatedString.Builder,? extends R> block);
}
- @kotlin.RequiresOptIn(level=RequiresOptIn.Level.ERROR, message="This is internal API that may change frequently and without warning.") @kotlin.annotation.Target(allowedTargets={AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY}) public @interface InternalTextApi {
+ @kotlin.RequiresOptIn(level=kotlin.RequiresOptIn.Level, message="This is internal API that may change frequently and without warning.") @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface InternalTextApi {
}
public final class JvmAnnotatedStringKt {
@@ -103,15 +110,17 @@
method public androidx.compose.ui.graphics.Path getPathForRange(int start, int end);
method public java.util.List<androidx.compose.ui.geometry.Rect> getPlaceholderRects();
method public float getWidth();
- method public long getWordBoundary(int offset);
+ method public long getWordBoundary-d9O1mEE(int offset);
method public boolean isLineEllipsized(int lineIndex);
method public void paint-TAOIQ28(androidx.compose.ui.graphics.Canvas canvas, long color = Color.Unset, androidx.compose.ui.graphics.Shadow? shadow = null, androidx.compose.ui.text.style.TextDecoration? decoration = null);
property public final boolean didExceedMaxLines;
property public final float firstBaseline;
property public final float height;
+ property public final androidx.compose.ui.text.MultiParagraphIntrinsics intrinsics;
property public final float lastBaseline;
property public final int lineCount;
property public final float maxIntrinsicWidth;
+ property public final int maxLines;
property public final float minIntrinsicWidth;
property public final java.util.List<androidx.compose.ui.geometry.Rect> placeholderRects;
property public final float width;
@@ -123,8 +132,10 @@
method public float getMaxIntrinsicWidth();
method public float getMinIntrinsicWidth();
method public java.util.List<androidx.compose.ui.text.AnnotatedString.Range<androidx.compose.ui.text.Placeholder>> getPlaceholders();
+ property public final androidx.compose.ui.text.AnnotatedString annotatedString;
property public float maxIntrinsicWidth;
property public float minIntrinsicWidth;
+ property public final java.util.List<androidx.compose.ui.text.AnnotatedString.Range<androidx.compose.ui.text.Placeholder>> placeholders;
}
public final class MultiParagraphIntrinsicsKt {
@@ -161,7 +172,7 @@
method public androidx.compose.ui.graphics.Path getPathForRange(int start, int end);
method public java.util.List<androidx.compose.ui.geometry.Rect> getPlaceholderRects();
method public float getWidth();
- method public long getWordBoundary(int offset);
+ method public long getWordBoundary-d9O1mEE(int offset);
method public boolean isLineEllipsized(int lineIndex);
method public void paint-TAOIQ28(androidx.compose.ui.graphics.Canvas canvas, long color = Color.Unset, androidx.compose.ui.graphics.Shadow? shadow = null, androidx.compose.ui.text.style.TextDecoration? textDecoration = null);
property public abstract boolean didExceedMaxLines;
@@ -194,15 +205,19 @@
@androidx.compose.runtime.Immutable public final class ParagraphStyle {
method public androidx.compose.ui.text.style.TextAlign? component1();
method public androidx.compose.ui.text.style.TextDirection? component2();
- method public long component3();
+ method public long component3-XSAIIZE();
method public androidx.compose.ui.text.style.TextIndent? component4();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.text.ParagraphStyle copy-QrGfzA0(androidx.compose.ui.text.style.TextAlign? textAlign, androidx.compose.ui.text.style.TextDirection? textDirection, long lineHeight, androidx.compose.ui.text.style.TextIndent? textIndent);
- method public long getLineHeight();
+ method public long getLineHeight-XSAIIZE();
method public androidx.compose.ui.text.style.TextAlign? getTextAlign();
method public androidx.compose.ui.text.style.TextDirection? getTextDirection();
method public androidx.compose.ui.text.style.TextIndent? getTextIndent();
method @androidx.compose.runtime.Stable public androidx.compose.ui.text.ParagraphStyle merge(androidx.compose.ui.text.ParagraphStyle? other = null);
method @androidx.compose.runtime.Stable public operator androidx.compose.ui.text.ParagraphStyle plus(androidx.compose.ui.text.ParagraphStyle other);
+ property public final long lineHeight;
+ property public final androidx.compose.ui.text.style.TextAlign? textAlign;
+ property public final androidx.compose.ui.text.style.TextDirection? textDirection;
+ property public final androidx.compose.ui.text.style.TextIndent? textIndent;
}
public final class ParagraphStyleKt {
@@ -210,18 +225,19 @@
}
@androidx.compose.runtime.Immutable public final class Placeholder {
- method public long component1();
- method public long component2();
+ method public long component1-XSAIIZE();
+ method public long component2-XSAIIZE();
method public androidx.compose.ui.text.PlaceholderVerticalAlign component3();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.text.Placeholder copy-KJSDsNM(long width, long height, androidx.compose.ui.text.PlaceholderVerticalAlign placeholderVerticalAlign);
- method public long getHeight();
+ method public long getHeight-XSAIIZE();
method public androidx.compose.ui.text.PlaceholderVerticalAlign getPlaceholderVerticalAlign();
- method public long getWidth();
+ method public long getWidth-XSAIIZE();
+ property public final long height;
+ property public final androidx.compose.ui.text.PlaceholderVerticalAlign placeholderVerticalAlign;
+ property public final long width;
}
public enum PlaceholderVerticalAlign {
- method public static androidx.compose.ui.text.PlaceholderVerticalAlign valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.text.PlaceholderVerticalAlign[] values();
enum_constant public static final androidx.compose.ui.text.PlaceholderVerticalAlign AboveBaseline;
enum_constant public static final androidx.compose.ui.text.PlaceholderVerticalAlign Bottom;
enum_constant public static final androidx.compose.ui.text.PlaceholderVerticalAlign Center;
@@ -239,37 +255,51 @@
}
@androidx.compose.runtime.Immutable public final class SpanStyle {
- method public long component1();
+ method public long component1-0d7_KjU();
method public androidx.compose.ui.text.style.TextGeometricTransform? component10();
method public androidx.compose.ui.text.intl.LocaleList? component11();
- method public long component12();
+ method public long component12-0d7_KjU();
method public androidx.compose.ui.text.style.TextDecoration? component13();
method public androidx.compose.ui.graphics.Shadow? component14();
- method public long component2();
+ method public long component2-XSAIIZE();
method public androidx.compose.ui.text.font.FontWeight? component3();
method public androidx.compose.ui.text.font.FontStyle? component4();
method public androidx.compose.ui.text.font.FontSynthesis? component5();
method public androidx.compose.ui.text.font.FontFamily? component6();
method public String? component7();
- method public long component8();
- method public androidx.compose.ui.text.style.BaselineShift? component9();
+ method public long component8-XSAIIZE();
+ method public androidx.compose.ui.text.style.BaselineShift? component9-5SSeXJ0();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.text.SpanStyle copy-D5kMcog(long color, long fontSize, androidx.compose.ui.text.font.FontWeight? fontWeight, androidx.compose.ui.text.font.FontStyle? fontStyle, androidx.compose.ui.text.font.FontSynthesis? fontSynthesis, androidx.compose.ui.text.font.FontFamily? fontFamily, String? fontFeatureSettings, long letterSpacing, androidx.compose.ui.text.style.BaselineShift? baselineShift, androidx.compose.ui.text.style.TextGeometricTransform? textGeometricTransform, androidx.compose.ui.text.intl.LocaleList? localeList, long background, androidx.compose.ui.text.style.TextDecoration? textDecoration, androidx.compose.ui.graphics.Shadow? shadow);
- method public long getBackground();
- method public androidx.compose.ui.text.style.BaselineShift? getBaselineShift();
- method public long getColor();
+ method public long getBackground-0d7_KjU();
+ method public androidx.compose.ui.text.style.BaselineShift? getBaselineShift-5SSeXJ0();
+ method public long getColor-0d7_KjU();
method public androidx.compose.ui.text.font.FontFamily? getFontFamily();
method public String? getFontFeatureSettings();
- method public long getFontSize();
+ method public long getFontSize-XSAIIZE();
method public androidx.compose.ui.text.font.FontStyle? getFontStyle();
method public androidx.compose.ui.text.font.FontSynthesis? getFontSynthesis();
method public androidx.compose.ui.text.font.FontWeight? getFontWeight();
- method public long getLetterSpacing();
+ method public long getLetterSpacing-XSAIIZE();
method public androidx.compose.ui.text.intl.LocaleList? getLocaleList();
method public androidx.compose.ui.graphics.Shadow? getShadow();
method public androidx.compose.ui.text.style.TextDecoration? getTextDecoration();
method public androidx.compose.ui.text.style.TextGeometricTransform? getTextGeometricTransform();
method @androidx.compose.runtime.Stable public androidx.compose.ui.text.SpanStyle merge(androidx.compose.ui.text.SpanStyle? other = null);
method @androidx.compose.runtime.Stable public operator androidx.compose.ui.text.SpanStyle plus(androidx.compose.ui.text.SpanStyle other);
+ property public final long background;
+ property public final androidx.compose.ui.text.style.BaselineShift? baselineShift;
+ property public final long color;
+ property public final androidx.compose.ui.text.font.FontFamily? fontFamily;
+ property public final String? fontFeatureSettings;
+ property public final long fontSize;
+ property public final androidx.compose.ui.text.font.FontStyle? fontStyle;
+ property public final androidx.compose.ui.text.font.FontSynthesis? fontSynthesis;
+ property public final androidx.compose.ui.text.font.FontWeight? fontWeight;
+ property public final long letterSpacing;
+ property public final androidx.compose.ui.text.intl.LocaleList? localeList;
+ property public final androidx.compose.ui.graphics.Shadow? shadow;
+ property public final androidx.compose.ui.text.style.TextDecoration? textDecoration;
+ property public final androidx.compose.ui.text.style.TextGeometricTransform? textGeometricTransform;
}
public final class SpanStyleKt {
@@ -292,7 +322,7 @@
public final class TextLayoutInput {
method public androidx.compose.ui.text.AnnotatedString component1();
- method public long component10();
+ method public long component10-msEJaDk();
method public androidx.compose.ui.text.TextStyle component2();
method public java.util.List<androidx.compose.ui.text.AnnotatedString.Range<androidx.compose.ui.text.Placeholder>> component3();
method public int component4();
@@ -302,7 +332,7 @@
method public androidx.compose.ui.unit.LayoutDirection component8();
method public androidx.compose.ui.text.font.Font.ResourceLoader component9();
method public androidx.compose.ui.text.TextLayoutInput copy-ih31NyA(androidx.compose.ui.text.AnnotatedString text, androidx.compose.ui.text.TextStyle style, java.util.List<androidx.compose.ui.text.AnnotatedString.Range<androidx.compose.ui.text.Placeholder>> placeholders, int maxLines, boolean softWrap, androidx.compose.ui.text.style.TextOverflow overflow, androidx.compose.ui.unit.Density density, androidx.compose.ui.unit.LayoutDirection layoutDirection, androidx.compose.ui.text.font.Font.ResourceLoader resourceLoader, long constraints);
- method public long getConstraints();
+ method public long getConstraints-msEJaDk();
method public androidx.compose.ui.unit.Density getDensity();
method public androidx.compose.ui.unit.LayoutDirection getLayoutDirection();
method public int getMaxLines();
@@ -312,11 +342,21 @@
method public boolean getSoftWrap();
method public androidx.compose.ui.text.TextStyle getStyle();
method public androidx.compose.ui.text.AnnotatedString getText();
+ property public final long constraints;
+ property public final androidx.compose.ui.unit.Density density;
+ property public final androidx.compose.ui.unit.LayoutDirection layoutDirection;
+ property public final int maxLines;
+ property public final androidx.compose.ui.text.style.TextOverflow overflow;
+ property public final java.util.List<androidx.compose.ui.text.AnnotatedString.Range<androidx.compose.ui.text.Placeholder>> placeholders;
+ property public final androidx.compose.ui.text.font.Font.ResourceLoader resourceLoader;
+ property public final boolean softWrap;
+ property public final androidx.compose.ui.text.TextStyle style;
+ property public final androidx.compose.ui.text.AnnotatedString text;
}
public final class TextLayoutResult {
method public androidx.compose.ui.text.TextLayoutInput component1();
- method public long component3();
+ method public long component3-YbymL2g();
method public androidx.compose.ui.text.TextLayoutResult copy-2H_Vf2E(androidx.compose.ui.text.TextLayoutInput layoutInput, androidx.compose.ui.text.MultiParagraph multiParagraph, long size);
method public androidx.compose.ui.text.style.ResolvedTextDirection getBidiRunDirection(int offset);
method public androidx.compose.ui.geometry.Rect getBoundingBox(int offset);
@@ -342,20 +382,22 @@
method public androidx.compose.ui.text.style.ResolvedTextDirection getParagraphDirection(int offset);
method public androidx.compose.ui.graphics.Path getPathForRange(int start, int end);
method public java.util.List<androidx.compose.ui.geometry.Rect> getPlaceholderRects();
- method public long getSize();
- method public long getWordBoundary(int offset);
+ method public long getSize-YbymL2g();
+ method public long getWordBoundary-d9O1mEE(int offset);
method public boolean isLineEllipsized(int lineIndex);
property public final boolean didOverflowHeight;
property public final boolean didOverflowWidth;
property public final float firstBaseline;
property public final boolean hasVisualOverflow;
property public final float lastBaseline;
+ property public final androidx.compose.ui.text.TextLayoutInput layoutInput;
property public final int lineCount;
property public final java.util.List<androidx.compose.ui.geometry.Rect> placeholderRects;
+ property public final long size;
}
public final class TextLayoutResultKt {
- method @VisibleForTesting public static androidx.compose.ui.text.TextLayoutResult createTextLayoutResult-2H_Vf2E(androidx.compose.ui.text.TextLayoutInput layoutInput = androidx.compose.ui.text.TextLayoutInput(androidx.compose.ui.text.AnnotatedString(""), androidx.compose.ui.text.TextStyle(), emptyList(), 1, false, androidx.compose.ui.text.style.TextOverflow.Clip, Density(1.0), LayoutDirection.Ltr, null(), Constraints()), androidx.compose.ui.text.MultiParagraph multiParagraph = androidx.compose.ui.text.MultiParagraph(text, style, 0.0, density, resourceLoader), long size = IntSize.Zero);
+ method @VisibleForTesting public static androidx.compose.ui.text.TextLayoutResult createTextLayoutResult-2H_Vf2E(androidx.compose.ui.text.TextLayoutInput layoutInput = TextLayoutInput(AnnotatedString(""), TextStyle(), emptyList(), 1, false, androidx.compose.ui.text.style.TextOverflow.Clip, Density(1.0), LayoutDirection.Ltr, null(), Constraints()), androidx.compose.ui.text.MultiParagraph multiParagraph = MultiParagraph(text, style, 0.0, density, resourceLoader), long size = IntSize.Zero);
}
public final class TextPainter {
@@ -382,11 +424,12 @@
method @androidx.compose.runtime.Immutable public static inline int hashCode-impl(long p);
method public static boolean intersects-5zc-tL8(long $this, long other);
method public static String toString-impl(long $this);
+ property public final long packedValue;
field public static final androidx.compose.ui.text.TextRange.Companion Companion;
}
public static final class TextRange.Companion {
- method public long getZero();
+ method public long getZero-d9O1mEE();
property public final long Zero;
}
@@ -396,36 +439,36 @@
}
@androidx.compose.runtime.Immutable public final class TextStyle {
- method public long component1();
+ method public long component1-0d7_KjU();
method public androidx.compose.ui.text.style.TextGeometricTransform? component10();
method public androidx.compose.ui.text.intl.LocaleList? component11();
- method public long component12();
+ method public long component12-0d7_KjU();
method public androidx.compose.ui.text.style.TextDecoration? component13();
method public androidx.compose.ui.graphics.Shadow? component14();
method public androidx.compose.ui.text.style.TextAlign? component15();
method public androidx.compose.ui.text.style.TextDirection? component16();
- method public long component17();
+ method public long component17-XSAIIZE();
method public androidx.compose.ui.text.style.TextIndent? component18();
- method public long component2();
+ method public long component2-XSAIIZE();
method public androidx.compose.ui.text.font.FontWeight? component3();
method public androidx.compose.ui.text.font.FontStyle? component4();
method public androidx.compose.ui.text.font.FontSynthesis? component5();
method public androidx.compose.ui.text.font.FontFamily? component6();
method public String? component7();
- method public long component8();
- method public androidx.compose.ui.text.style.BaselineShift? component9();
+ method public long component8-XSAIIZE();
+ method public androidx.compose.ui.text.style.BaselineShift? component9-5SSeXJ0();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.text.TextStyle copy-4skVB9c(long color, long fontSize, androidx.compose.ui.text.font.FontWeight? fontWeight, androidx.compose.ui.text.font.FontStyle? fontStyle, androidx.compose.ui.text.font.FontSynthesis? fontSynthesis, androidx.compose.ui.text.font.FontFamily? fontFamily, String? fontFeatureSettings, long letterSpacing, androidx.compose.ui.text.style.BaselineShift? baselineShift, androidx.compose.ui.text.style.TextGeometricTransform? textGeometricTransform, androidx.compose.ui.text.intl.LocaleList? localeList, long background, androidx.compose.ui.text.style.TextDecoration? textDecoration, androidx.compose.ui.graphics.Shadow? shadow, androidx.compose.ui.text.style.TextAlign? textAlign, androidx.compose.ui.text.style.TextDirection? textDirection, long lineHeight, androidx.compose.ui.text.style.TextIndent? textIndent);
- method public long getBackground();
- method public androidx.compose.ui.text.style.BaselineShift? getBaselineShift();
- method public long getColor();
+ method public long getBackground-0d7_KjU();
+ method public androidx.compose.ui.text.style.BaselineShift? getBaselineShift-5SSeXJ0();
+ method public long getColor-0d7_KjU();
method public androidx.compose.ui.text.font.FontFamily? getFontFamily();
method public String? getFontFeatureSettings();
- method public long getFontSize();
+ method public long getFontSize-XSAIIZE();
method public androidx.compose.ui.text.font.FontStyle? getFontStyle();
method public androidx.compose.ui.text.font.FontSynthesis? getFontSynthesis();
method public androidx.compose.ui.text.font.FontWeight? getFontWeight();
- method public long getLetterSpacing();
- method public long getLineHeight();
+ method public long getLetterSpacing-XSAIIZE();
+ method public long getLineHeight-XSAIIZE();
method public androidx.compose.ui.text.intl.LocaleList? getLocaleList();
method public androidx.compose.ui.graphics.Shadow? getShadow();
method public androidx.compose.ui.text.style.TextAlign? getTextAlign();
@@ -441,6 +484,24 @@
method @androidx.compose.runtime.Stable public operator androidx.compose.ui.text.TextStyle plus(androidx.compose.ui.text.SpanStyle other);
method @androidx.compose.runtime.Stable public androidx.compose.ui.text.ParagraphStyle toParagraphStyle();
method @androidx.compose.runtime.Stable public androidx.compose.ui.text.SpanStyle toSpanStyle();
+ property public final long background;
+ property public final androidx.compose.ui.text.style.BaselineShift? baselineShift;
+ property public final long color;
+ property public final androidx.compose.ui.text.font.FontFamily? fontFamily;
+ property public final String? fontFeatureSettings;
+ property public final long fontSize;
+ property public final androidx.compose.ui.text.font.FontStyle? fontStyle;
+ property public final androidx.compose.ui.text.font.FontSynthesis? fontSynthesis;
+ property public final androidx.compose.ui.text.font.FontWeight? fontWeight;
+ property public final long letterSpacing;
+ property public final long lineHeight;
+ property public final androidx.compose.ui.text.intl.LocaleList? localeList;
+ property public final androidx.compose.ui.graphics.Shadow? shadow;
+ property public final androidx.compose.ui.text.style.TextAlign? textAlign;
+ property public final androidx.compose.ui.text.style.TextDecoration? textDecoration;
+ property public final androidx.compose.ui.text.style.TextDirection? textDirection;
+ property public final androidx.compose.ui.text.style.TextGeometricTransform? textGeometricTransform;
+ property public final androidx.compose.ui.text.style.TextIndent? textIndent;
field public static final androidx.compose.ui.text.TextStyle.Companion Companion;
}
@@ -479,6 +540,7 @@
@androidx.compose.runtime.Immutable public abstract sealed class FontFamily {
method public final boolean getCanLoadSynchronously();
+ property public final boolean canLoadSynchronously;
field public static final androidx.compose.ui.text.font.FontFamily.Companion Companion;
}
@@ -522,18 +584,15 @@
method public java.util.ListIterator<androidx.compose.ui.text.font.Font> listIterator();
method public java.util.ListIterator<androidx.compose.ui.text.font.Font> listIterator(int index);
method public java.util.List<androidx.compose.ui.text.font.Font> subList(int fromIndex, int toIndex);
+ property public final java.util.List<androidx.compose.ui.text.font.Font> fonts;
}
public enum FontStyle {
- method public static androidx.compose.ui.text.font.FontStyle valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.text.font.FontStyle[] values();
enum_constant public static final androidx.compose.ui.text.font.FontStyle Italic;
enum_constant public static final androidx.compose.ui.text.font.FontStyle Normal;
}
public enum FontSynthesis {
- method public static androidx.compose.ui.text.font.FontSynthesis valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.text.font.FontSynthesis[] values();
enum_constant public static final androidx.compose.ui.text.font.FontSynthesis All;
enum_constant public static final androidx.compose.ui.text.font.FontSynthesis None;
enum_constant public static final androidx.compose.ui.text.font.FontSynthesis Style;
@@ -546,6 +605,7 @@
method public int component1();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.text.font.FontWeight copy(int weight);
method public int getWeight();
+ property public final int weight;
field public static final androidx.compose.ui.text.font.FontWeight.Companion Companion;
}
@@ -594,6 +654,7 @@
@androidx.compose.runtime.Immutable public final class GenericFontFamily extends androidx.compose.ui.text.font.SystemFontFamily {
method public String getName();
+ property public final String name;
}
public final class LoadedFontFamily extends androidx.compose.ui.text.font.FontFamily {
@@ -601,6 +662,7 @@
method public androidx.compose.ui.text.Typeface component1();
method public androidx.compose.ui.text.font.LoadedFontFamily copy(androidx.compose.ui.text.Typeface typeface);
method public androidx.compose.ui.text.Typeface getTypeface();
+ property public final androidx.compose.ui.text.Typeface typeface;
}
public final class ResourceFont implements androidx.compose.ui.text.font.Font {
@@ -612,6 +674,9 @@
method public int getResId();
method public androidx.compose.ui.text.font.FontStyle getStyle();
method public androidx.compose.ui.text.font.FontWeight getWeight();
+ property public final int resId;
+ property public androidx.compose.ui.text.font.FontStyle style;
+ property public androidx.compose.ui.text.font.FontWeight weight;
}
public abstract sealed class SystemFontFamily extends androidx.compose.ui.text.font.FontFamily {
@@ -634,6 +699,8 @@
method public int getNewCursorPosition();
method public String getText();
method public void process(androidx.compose.ui.text.input.EditingBuffer buffer);
+ property public final int newCursorPosition;
+ property public final String text;
}
public final class DeleteAllEditOp implements androidx.compose.ui.text.input.EditOperation {
@@ -649,6 +716,8 @@
method public int getAfterLength();
method public int getBeforeLength();
method public void process(androidx.compose.ui.text.input.EditingBuffer buffer);
+ property public final int afterLength;
+ property public final int beforeLength;
}
public final class DeleteSurroundingTextInCodePointsEditOp implements androidx.compose.ui.text.input.EditOperation {
@@ -659,6 +728,8 @@
method public int getAfterLength();
method public int getBeforeLength();
method public void process(androidx.compose.ui.text.input.EditingBuffer buffer);
+ property public final int afterLength;
+ property public final int beforeLength;
}
public interface EditOperation {
@@ -671,15 +742,18 @@
@Deprecated @androidx.compose.runtime.Immutable public final class EditorValue {
method @Deprecated public String component1();
- method @Deprecated public long component2();
- method @Deprecated public androidx.compose.ui.text.TextRange? component3();
+ method @Deprecated public long component2-d9O1mEE();
+ method @Deprecated public androidx.compose.ui.text.TextRange? component3-MzsxiRA();
method @Deprecated @androidx.compose.runtime.Immutable public androidx.compose.ui.text.input.EditorValue copy-Dr2r1M0(String text, long selection, androidx.compose.ui.text.TextRange? composition);
- method @Deprecated public androidx.compose.ui.text.TextRange? getComposition();
+ method @Deprecated public androidx.compose.ui.text.TextRange? getComposition-MzsxiRA();
method @Deprecated public String getSelectedText();
- method @Deprecated public long getSelection();
+ method @Deprecated public long getSelection-d9O1mEE();
method @Deprecated public String getText();
method @Deprecated public String getTextAfterSelection(int maxChars);
method @Deprecated public String getTextBeforeSelection(int maxChars);
+ property public final androidx.compose.ui.text.TextRange? composition;
+ property public final long selection;
+ property public final String text;
}
public final class FinishComposingTextEditOp implements androidx.compose.ui.text.input.EditOperation {
@@ -691,8 +765,6 @@
}
public enum ImeAction {
- method public static androidx.compose.ui.text.input.ImeAction valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.text.input.ImeAction[] values();
enum_constant public static final androidx.compose.ui.text.input.ImeAction Done;
enum_constant public static final androidx.compose.ui.text.input.ImeAction Go;
enum_constant public static final androidx.compose.ui.text.input.ImeAction Next;
@@ -709,8 +781,6 @@
}
public enum KeyboardType {
- method public static androidx.compose.ui.text.input.KeyboardType valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.text.input.KeyboardType[] values();
enum_constant public static final androidx.compose.ui.text.input.KeyboardType Ascii;
enum_constant public static final androidx.compose.ui.text.input.KeyboardType Email;
enum_constant public static final androidx.compose.ui.text.input.KeyboardType Number;
@@ -727,6 +797,7 @@
method public androidx.compose.ui.text.input.MoveCursorEditOp copy(int amount);
method public int getAmount();
method public void process(androidx.compose.ui.text.input.EditingBuffer buffer);
+ property public final int amount;
}
public interface OffsetMap {
@@ -747,6 +818,7 @@
method public androidx.compose.ui.text.input.PasswordVisualTransformation copy(char mask);
method public androidx.compose.ui.text.input.TransformedText filter(androidx.compose.ui.text.AnnotatedString text);
method public char getMask();
+ property public final char mask;
}
public interface PlatformTextInputService {
@@ -766,6 +838,8 @@
method public int getEnd();
method public int getStart();
method public void process(androidx.compose.ui.text.input.EditingBuffer buffer);
+ property public final int end;
+ property public final int start;
}
public final class SetComposingTextEditOp implements androidx.compose.ui.text.input.EditOperation {
@@ -776,6 +850,8 @@
method public int getNewCursorPosition();
method public String getText();
method public void process(androidx.compose.ui.text.input.EditingBuffer buffer);
+ property public final int newCursorPosition;
+ property public final String text;
}
public final class SetSelectionEditOp implements androidx.compose.ui.text.input.EditOperation {
@@ -786,16 +862,21 @@
method public int getEnd();
method public int getStart();
method public void process(androidx.compose.ui.text.input.EditingBuffer buffer);
+ property public final int end;
+ property public final int start;
}
@androidx.compose.runtime.Immutable public final class TextFieldValue {
method public String component1();
- method public long component2();
- method public androidx.compose.ui.text.TextRange? component3();
+ method public long component2-d9O1mEE();
+ method public androidx.compose.ui.text.TextRange? component3-MzsxiRA();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.text.input.TextFieldValue copy-Dr2r1M0(String text, long selection, androidx.compose.ui.text.TextRange? composition);
- method public androidx.compose.ui.text.TextRange? getComposition();
- method public long getSelection();
+ method public androidx.compose.ui.text.TextRange? getComposition-MzsxiRA();
+ method public long getSelection-d9O1mEE();
method public String getText();
+ property public final androidx.compose.ui.text.TextRange? composition;
+ property public final long selection;
+ property public final String text;
field public static final androidx.compose.ui.text.input.TextFieldValue.Companion Companion;
}
@@ -833,6 +914,8 @@
method public androidx.compose.ui.text.input.TransformedText copy(androidx.compose.ui.text.AnnotatedString transformedText, androidx.compose.ui.text.input.OffsetMap offsetMap);
method public androidx.compose.ui.text.input.OffsetMap getOffsetMap();
method public androidx.compose.ui.text.AnnotatedString getTransformedText();
+ property public final androidx.compose.ui.text.input.OffsetMap offsetMap;
+ property public final androidx.compose.ui.text.AnnotatedString transformedText;
}
@androidx.compose.runtime.Immutable public interface VisualTransformation {
@@ -882,6 +965,7 @@
method public int getSize();
method public boolean isEmpty();
method public java.util.Iterator<androidx.compose.ui.text.intl.Locale> iterator();
+ property public final java.util.List<androidx.compose.ui.text.intl.Locale> localeList;
property public int size;
field public static final androidx.compose.ui.text.intl.LocaleList.Companion Companion;
}
@@ -946,13 +1030,14 @@
method public float getMultiplier();
method @androidx.compose.runtime.Immutable public static inline int hashCode-impl(float p);
method @androidx.compose.runtime.Immutable public static inline String! toString-impl(float p);
+ property public final float multiplier;
field public static final androidx.compose.ui.text.style.BaselineShift.Companion Companion;
}
public static final class BaselineShift.Companion {
- method public float getNone();
- method public float getSubscript();
- method public float getSuperscript();
+ method public float getNone-y9eOQZs();
+ method public float getSubscript-y9eOQZs();
+ method public float getSuperscript-y9eOQZs();
property public final float None;
property public final float Subscript;
property public final float Superscript;
@@ -963,15 +1048,11 @@
}
public enum ResolvedTextDirection {
- method public static androidx.compose.ui.text.style.ResolvedTextDirection valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.text.style.ResolvedTextDirection[] values();
enum_constant public static final androidx.compose.ui.text.style.ResolvedTextDirection Ltr;
enum_constant public static final androidx.compose.ui.text.style.ResolvedTextDirection Rtl;
}
public enum TextAlign {
- method public static androidx.compose.ui.text.style.TextAlign valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.text.style.TextAlign[] values();
enum_constant public static final androidx.compose.ui.text.style.TextAlign Center;
enum_constant public static final androidx.compose.ui.text.style.TextAlign End;
enum_constant public static final androidx.compose.ui.text.style.TextAlign Justify;
@@ -986,6 +1067,7 @@
method @androidx.compose.runtime.Immutable public androidx.compose.ui.text.style.TextDecoration copy(int mask);
method public int getMask();
method public operator androidx.compose.ui.text.style.TextDecoration plus(androidx.compose.ui.text.style.TextDecoration decoration);
+ property public final int mask;
field public static final androidx.compose.ui.text.style.TextDecoration.Companion Companion;
}
@@ -1000,8 +1082,6 @@
}
public enum TextDirection {
- method public static androidx.compose.ui.text.style.TextDirection valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.text.style.TextDirection[] values();
enum_constant public static final androidx.compose.ui.text.style.TextDirection Content;
enum_constant public static final androidx.compose.ui.text.style.TextDirection ContentOrLtr;
enum_constant public static final androidx.compose.ui.text.style.TextDirection ContentOrRtl;
@@ -1017,6 +1097,8 @@
method @androidx.compose.runtime.Immutable public androidx.compose.ui.text.style.TextGeometricTransform copy(float scaleX, float skewX);
method public float getScaleX();
method public float getSkewX();
+ property public final float scaleX;
+ property public final float skewX;
field public static final androidx.compose.ui.text.style.TextGeometricTransform.Companion Companion;
}
@@ -1028,11 +1110,13 @@
}
@androidx.compose.runtime.Immutable public final class TextIndent {
- method public long component1();
- method public long component2();
+ method public long component1-XSAIIZE();
+ method public long component2-XSAIIZE();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.text.style.TextIndent copy-8E83U4Q(long firstLine, long restLine);
- method public long getFirstLine();
- method public long getRestLine();
+ method public long getFirstLine-XSAIIZE();
+ method public long getRestLine-XSAIIZE();
+ property public final long firstLine;
+ property public final long restLine;
field public static final androidx.compose.ui.text.style.TextIndent.Companion Companion;
}
@@ -1046,8 +1130,6 @@
}
public enum TextOverflow {
- method public static androidx.compose.ui.text.style.TextOverflow valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.text.style.TextOverflow[] values();
enum_constant public static final androidx.compose.ui.text.style.TextOverflow Clip;
enum_constant public static final androidx.compose.ui.text.style.TextOverflow Ellipsis;
}
diff --git a/compose/ui/ui-text/api/public_plus_experimental_current.txt b/compose/ui/ui-text/api/public_plus_experimental_current.txt
index eb6501e..938357c 100644
--- a/compose/ui/ui-text/api/public_plus_experimental_current.txt
+++ b/compose/ui/ui-text/api/public_plus_experimental_current.txt
@@ -13,6 +13,9 @@
method public java.util.List<androidx.compose.ui.text.AnnotatedString.Range<java.lang.String>> getStringAnnotations(int start, int end);
method public String getText();
method @androidx.compose.runtime.Stable public operator androidx.compose.ui.text.AnnotatedString plus(androidx.compose.ui.text.AnnotatedString other);
+ property public final java.util.List<androidx.compose.ui.text.AnnotatedString.Range<androidx.compose.ui.text.ParagraphStyle>> paragraphStyles;
+ property public final java.util.List<androidx.compose.ui.text.AnnotatedString.Range<androidx.compose.ui.text.SpanStyle>> spanStyles;
+ property public final String text;
}
public static final class AnnotatedString.Builder {
@@ -48,6 +51,10 @@
method public T! getItem();
method public int getStart();
method public String getTag();
+ property public final int end;
+ property public final T! item;
+ property public final int start;
+ property public final String tag;
}
public final class AnnotatedStringKt {
@@ -65,7 +72,7 @@
method public static inline <R> R withStyle(androidx.compose.ui.text.AnnotatedString.Builder, androidx.compose.ui.text.ParagraphStyle style, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.AnnotatedString.Builder,? extends R> block);
}
- @kotlin.RequiresOptIn(level=RequiresOptIn.Level.ERROR, message="This is internal API that may change frequently and without warning.") @kotlin.annotation.Target(allowedTargets={AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY}) public @interface InternalTextApi {
+ @kotlin.RequiresOptIn(level=kotlin.RequiresOptIn.Level, message="This is internal API that may change frequently and without warning.") @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface InternalTextApi {
}
public final class JvmAnnotatedStringKt {
@@ -103,15 +110,17 @@
method public androidx.compose.ui.graphics.Path getPathForRange(int start, int end);
method public java.util.List<androidx.compose.ui.geometry.Rect> getPlaceholderRects();
method public float getWidth();
- method public long getWordBoundary(int offset);
+ method public long getWordBoundary-d9O1mEE(int offset);
method public boolean isLineEllipsized(int lineIndex);
method public void paint-TAOIQ28(androidx.compose.ui.graphics.Canvas canvas, long color = Color.Unset, androidx.compose.ui.graphics.Shadow? shadow = null, androidx.compose.ui.text.style.TextDecoration? decoration = null);
property public final boolean didExceedMaxLines;
property public final float firstBaseline;
property public final float height;
+ property public final androidx.compose.ui.text.MultiParagraphIntrinsics intrinsics;
property public final float lastBaseline;
property public final int lineCount;
property public final float maxIntrinsicWidth;
+ property public final int maxLines;
property public final float minIntrinsicWidth;
property public final java.util.List<androidx.compose.ui.geometry.Rect> placeholderRects;
property public final float width;
@@ -123,8 +132,10 @@
method public float getMaxIntrinsicWidth();
method public float getMinIntrinsicWidth();
method public java.util.List<androidx.compose.ui.text.AnnotatedString.Range<androidx.compose.ui.text.Placeholder>> getPlaceholders();
+ property public final androidx.compose.ui.text.AnnotatedString annotatedString;
property public float maxIntrinsicWidth;
property public float minIntrinsicWidth;
+ property public final java.util.List<androidx.compose.ui.text.AnnotatedString.Range<androidx.compose.ui.text.Placeholder>> placeholders;
}
public final class MultiParagraphIntrinsicsKt {
@@ -161,7 +172,7 @@
method public androidx.compose.ui.graphics.Path getPathForRange(int start, int end);
method public java.util.List<androidx.compose.ui.geometry.Rect> getPlaceholderRects();
method public float getWidth();
- method public long getWordBoundary(int offset);
+ method public long getWordBoundary-d9O1mEE(int offset);
method public boolean isLineEllipsized(int lineIndex);
method public void paint-TAOIQ28(androidx.compose.ui.graphics.Canvas canvas, long color = Color.Unset, androidx.compose.ui.graphics.Shadow? shadow = null, androidx.compose.ui.text.style.TextDecoration? textDecoration = null);
property public abstract boolean didExceedMaxLines;
@@ -194,15 +205,19 @@
@androidx.compose.runtime.Immutable public final class ParagraphStyle {
method public androidx.compose.ui.text.style.TextAlign? component1();
method public androidx.compose.ui.text.style.TextDirection? component2();
- method public long component3();
+ method public long component3-XSAIIZE();
method public androidx.compose.ui.text.style.TextIndent? component4();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.text.ParagraphStyle copy-QrGfzA0(androidx.compose.ui.text.style.TextAlign? textAlign, androidx.compose.ui.text.style.TextDirection? textDirection, long lineHeight, androidx.compose.ui.text.style.TextIndent? textIndent);
- method public long getLineHeight();
+ method public long getLineHeight-XSAIIZE();
method public androidx.compose.ui.text.style.TextAlign? getTextAlign();
method public androidx.compose.ui.text.style.TextDirection? getTextDirection();
method public androidx.compose.ui.text.style.TextIndent? getTextIndent();
method @androidx.compose.runtime.Stable public androidx.compose.ui.text.ParagraphStyle merge(androidx.compose.ui.text.ParagraphStyle? other = null);
method @androidx.compose.runtime.Stable public operator androidx.compose.ui.text.ParagraphStyle plus(androidx.compose.ui.text.ParagraphStyle other);
+ property public final long lineHeight;
+ property public final androidx.compose.ui.text.style.TextAlign? textAlign;
+ property public final androidx.compose.ui.text.style.TextDirection? textDirection;
+ property public final androidx.compose.ui.text.style.TextIndent? textIndent;
}
public final class ParagraphStyleKt {
@@ -210,18 +225,19 @@
}
@androidx.compose.runtime.Immutable public final class Placeholder {
- method public long component1();
- method public long component2();
+ method public long component1-XSAIIZE();
+ method public long component2-XSAIIZE();
method public androidx.compose.ui.text.PlaceholderVerticalAlign component3();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.text.Placeholder copy-KJSDsNM(long width, long height, androidx.compose.ui.text.PlaceholderVerticalAlign placeholderVerticalAlign);
- method public long getHeight();
+ method public long getHeight-XSAIIZE();
method public androidx.compose.ui.text.PlaceholderVerticalAlign getPlaceholderVerticalAlign();
- method public long getWidth();
+ method public long getWidth-XSAIIZE();
+ property public final long height;
+ property public final androidx.compose.ui.text.PlaceholderVerticalAlign placeholderVerticalAlign;
+ property public final long width;
}
public enum PlaceholderVerticalAlign {
- method public static androidx.compose.ui.text.PlaceholderVerticalAlign valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.text.PlaceholderVerticalAlign[] values();
enum_constant public static final androidx.compose.ui.text.PlaceholderVerticalAlign AboveBaseline;
enum_constant public static final androidx.compose.ui.text.PlaceholderVerticalAlign Bottom;
enum_constant public static final androidx.compose.ui.text.PlaceholderVerticalAlign Center;
@@ -239,37 +255,51 @@
}
@androidx.compose.runtime.Immutable public final class SpanStyle {
- method public long component1();
+ method public long component1-0d7_KjU();
method public androidx.compose.ui.text.style.TextGeometricTransform? component10();
method public androidx.compose.ui.text.intl.LocaleList? component11();
- method public long component12();
+ method public long component12-0d7_KjU();
method public androidx.compose.ui.text.style.TextDecoration? component13();
method public androidx.compose.ui.graphics.Shadow? component14();
- method public long component2();
+ method public long component2-XSAIIZE();
method public androidx.compose.ui.text.font.FontWeight? component3();
method public androidx.compose.ui.text.font.FontStyle? component4();
method public androidx.compose.ui.text.font.FontSynthesis? component5();
method public androidx.compose.ui.text.font.FontFamily? component6();
method public String? component7();
- method public long component8();
- method public androidx.compose.ui.text.style.BaselineShift? component9();
+ method public long component8-XSAIIZE();
+ method public androidx.compose.ui.text.style.BaselineShift? component9-5SSeXJ0();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.text.SpanStyle copy-D5kMcog(long color, long fontSize, androidx.compose.ui.text.font.FontWeight? fontWeight, androidx.compose.ui.text.font.FontStyle? fontStyle, androidx.compose.ui.text.font.FontSynthesis? fontSynthesis, androidx.compose.ui.text.font.FontFamily? fontFamily, String? fontFeatureSettings, long letterSpacing, androidx.compose.ui.text.style.BaselineShift? baselineShift, androidx.compose.ui.text.style.TextGeometricTransform? textGeometricTransform, androidx.compose.ui.text.intl.LocaleList? localeList, long background, androidx.compose.ui.text.style.TextDecoration? textDecoration, androidx.compose.ui.graphics.Shadow? shadow);
- method public long getBackground();
- method public androidx.compose.ui.text.style.BaselineShift? getBaselineShift();
- method public long getColor();
+ method public long getBackground-0d7_KjU();
+ method public androidx.compose.ui.text.style.BaselineShift? getBaselineShift-5SSeXJ0();
+ method public long getColor-0d7_KjU();
method public androidx.compose.ui.text.font.FontFamily? getFontFamily();
method public String? getFontFeatureSettings();
- method public long getFontSize();
+ method public long getFontSize-XSAIIZE();
method public androidx.compose.ui.text.font.FontStyle? getFontStyle();
method public androidx.compose.ui.text.font.FontSynthesis? getFontSynthesis();
method public androidx.compose.ui.text.font.FontWeight? getFontWeight();
- method public long getLetterSpacing();
+ method public long getLetterSpacing-XSAIIZE();
method public androidx.compose.ui.text.intl.LocaleList? getLocaleList();
method public androidx.compose.ui.graphics.Shadow? getShadow();
method public androidx.compose.ui.text.style.TextDecoration? getTextDecoration();
method public androidx.compose.ui.text.style.TextGeometricTransform? getTextGeometricTransform();
method @androidx.compose.runtime.Stable public androidx.compose.ui.text.SpanStyle merge(androidx.compose.ui.text.SpanStyle? other = null);
method @androidx.compose.runtime.Stable public operator androidx.compose.ui.text.SpanStyle plus(androidx.compose.ui.text.SpanStyle other);
+ property public final long background;
+ property public final androidx.compose.ui.text.style.BaselineShift? baselineShift;
+ property public final long color;
+ property public final androidx.compose.ui.text.font.FontFamily? fontFamily;
+ property public final String? fontFeatureSettings;
+ property public final long fontSize;
+ property public final androidx.compose.ui.text.font.FontStyle? fontStyle;
+ property public final androidx.compose.ui.text.font.FontSynthesis? fontSynthesis;
+ property public final androidx.compose.ui.text.font.FontWeight? fontWeight;
+ property public final long letterSpacing;
+ property public final androidx.compose.ui.text.intl.LocaleList? localeList;
+ property public final androidx.compose.ui.graphics.Shadow? shadow;
+ property public final androidx.compose.ui.text.style.TextDecoration? textDecoration;
+ property public final androidx.compose.ui.text.style.TextGeometricTransform? textGeometricTransform;
}
public final class SpanStyleKt {
@@ -292,7 +322,7 @@
public final class TextLayoutInput {
method public androidx.compose.ui.text.AnnotatedString component1();
- method public long component10();
+ method public long component10-msEJaDk();
method public androidx.compose.ui.text.TextStyle component2();
method public java.util.List<androidx.compose.ui.text.AnnotatedString.Range<androidx.compose.ui.text.Placeholder>> component3();
method public int component4();
@@ -302,7 +332,7 @@
method public androidx.compose.ui.unit.LayoutDirection component8();
method public androidx.compose.ui.text.font.Font.ResourceLoader component9();
method public androidx.compose.ui.text.TextLayoutInput copy-ih31NyA(androidx.compose.ui.text.AnnotatedString text, androidx.compose.ui.text.TextStyle style, java.util.List<androidx.compose.ui.text.AnnotatedString.Range<androidx.compose.ui.text.Placeholder>> placeholders, int maxLines, boolean softWrap, androidx.compose.ui.text.style.TextOverflow overflow, androidx.compose.ui.unit.Density density, androidx.compose.ui.unit.LayoutDirection layoutDirection, androidx.compose.ui.text.font.Font.ResourceLoader resourceLoader, long constraints);
- method public long getConstraints();
+ method public long getConstraints-msEJaDk();
method public androidx.compose.ui.unit.Density getDensity();
method public androidx.compose.ui.unit.LayoutDirection getLayoutDirection();
method public int getMaxLines();
@@ -312,11 +342,21 @@
method public boolean getSoftWrap();
method public androidx.compose.ui.text.TextStyle getStyle();
method public androidx.compose.ui.text.AnnotatedString getText();
+ property public final long constraints;
+ property public final androidx.compose.ui.unit.Density density;
+ property public final androidx.compose.ui.unit.LayoutDirection layoutDirection;
+ property public final int maxLines;
+ property public final androidx.compose.ui.text.style.TextOverflow overflow;
+ property public final java.util.List<androidx.compose.ui.text.AnnotatedString.Range<androidx.compose.ui.text.Placeholder>> placeholders;
+ property public final androidx.compose.ui.text.font.Font.ResourceLoader resourceLoader;
+ property public final boolean softWrap;
+ property public final androidx.compose.ui.text.TextStyle style;
+ property public final androidx.compose.ui.text.AnnotatedString text;
}
public final class TextLayoutResult {
method public androidx.compose.ui.text.TextLayoutInput component1();
- method public long component3();
+ method public long component3-YbymL2g();
method public androidx.compose.ui.text.TextLayoutResult copy-2H_Vf2E(androidx.compose.ui.text.TextLayoutInput layoutInput, androidx.compose.ui.text.MultiParagraph multiParagraph, long size);
method public androidx.compose.ui.text.style.ResolvedTextDirection getBidiRunDirection(int offset);
method public androidx.compose.ui.geometry.Rect getBoundingBox(int offset);
@@ -342,20 +382,22 @@
method public androidx.compose.ui.text.style.ResolvedTextDirection getParagraphDirection(int offset);
method public androidx.compose.ui.graphics.Path getPathForRange(int start, int end);
method public java.util.List<androidx.compose.ui.geometry.Rect> getPlaceholderRects();
- method public long getSize();
- method public long getWordBoundary(int offset);
+ method public long getSize-YbymL2g();
+ method public long getWordBoundary-d9O1mEE(int offset);
method public boolean isLineEllipsized(int lineIndex);
property public final boolean didOverflowHeight;
property public final boolean didOverflowWidth;
property public final float firstBaseline;
property public final boolean hasVisualOverflow;
property public final float lastBaseline;
+ property public final androidx.compose.ui.text.TextLayoutInput layoutInput;
property public final int lineCount;
property public final java.util.List<androidx.compose.ui.geometry.Rect> placeholderRects;
+ property public final long size;
}
public final class TextLayoutResultKt {
- method @VisibleForTesting public static androidx.compose.ui.text.TextLayoutResult createTextLayoutResult-2H_Vf2E(androidx.compose.ui.text.TextLayoutInput layoutInput = androidx.compose.ui.text.TextLayoutInput(androidx.compose.ui.text.AnnotatedString(""), androidx.compose.ui.text.TextStyle(), emptyList(), 1, false, androidx.compose.ui.text.style.TextOverflow.Clip, Density(1.0), LayoutDirection.Ltr, null(), Constraints()), androidx.compose.ui.text.MultiParagraph multiParagraph = androidx.compose.ui.text.MultiParagraph(text, style, 0.0, density, resourceLoader), long size = IntSize.Zero);
+ method @VisibleForTesting public static androidx.compose.ui.text.TextLayoutResult createTextLayoutResult-2H_Vf2E(androidx.compose.ui.text.TextLayoutInput layoutInput = TextLayoutInput(AnnotatedString(""), TextStyle(), emptyList(), 1, false, androidx.compose.ui.text.style.TextOverflow.Clip, Density(1.0), LayoutDirection.Ltr, null(), Constraints()), androidx.compose.ui.text.MultiParagraph multiParagraph = MultiParagraph(text, style, 0.0, density, resourceLoader), long size = IntSize.Zero);
}
public final class TextPainter {
@@ -382,11 +424,12 @@
method @androidx.compose.runtime.Immutable public static inline int hashCode-impl(long p);
method public static boolean intersects-5zc-tL8(long $this, long other);
method public static String toString-impl(long $this);
+ property public final long packedValue;
field public static final androidx.compose.ui.text.TextRange.Companion Companion;
}
public static final class TextRange.Companion {
- method public long getZero();
+ method public long getZero-d9O1mEE();
property public final long Zero;
}
@@ -396,36 +439,36 @@
}
@androidx.compose.runtime.Immutable public final class TextStyle {
- method public long component1();
+ method public long component1-0d7_KjU();
method public androidx.compose.ui.text.style.TextGeometricTransform? component10();
method public androidx.compose.ui.text.intl.LocaleList? component11();
- method public long component12();
+ method public long component12-0d7_KjU();
method public androidx.compose.ui.text.style.TextDecoration? component13();
method public androidx.compose.ui.graphics.Shadow? component14();
method public androidx.compose.ui.text.style.TextAlign? component15();
method public androidx.compose.ui.text.style.TextDirection? component16();
- method public long component17();
+ method public long component17-XSAIIZE();
method public androidx.compose.ui.text.style.TextIndent? component18();
- method public long component2();
+ method public long component2-XSAIIZE();
method public androidx.compose.ui.text.font.FontWeight? component3();
method public androidx.compose.ui.text.font.FontStyle? component4();
method public androidx.compose.ui.text.font.FontSynthesis? component5();
method public androidx.compose.ui.text.font.FontFamily? component6();
method public String? component7();
- method public long component8();
- method public androidx.compose.ui.text.style.BaselineShift? component9();
+ method public long component8-XSAIIZE();
+ method public androidx.compose.ui.text.style.BaselineShift? component9-5SSeXJ0();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.text.TextStyle copy-4skVB9c(long color, long fontSize, androidx.compose.ui.text.font.FontWeight? fontWeight, androidx.compose.ui.text.font.FontStyle? fontStyle, androidx.compose.ui.text.font.FontSynthesis? fontSynthesis, androidx.compose.ui.text.font.FontFamily? fontFamily, String? fontFeatureSettings, long letterSpacing, androidx.compose.ui.text.style.BaselineShift? baselineShift, androidx.compose.ui.text.style.TextGeometricTransform? textGeometricTransform, androidx.compose.ui.text.intl.LocaleList? localeList, long background, androidx.compose.ui.text.style.TextDecoration? textDecoration, androidx.compose.ui.graphics.Shadow? shadow, androidx.compose.ui.text.style.TextAlign? textAlign, androidx.compose.ui.text.style.TextDirection? textDirection, long lineHeight, androidx.compose.ui.text.style.TextIndent? textIndent);
- method public long getBackground();
- method public androidx.compose.ui.text.style.BaselineShift? getBaselineShift();
- method public long getColor();
+ method public long getBackground-0d7_KjU();
+ method public androidx.compose.ui.text.style.BaselineShift? getBaselineShift-5SSeXJ0();
+ method public long getColor-0d7_KjU();
method public androidx.compose.ui.text.font.FontFamily? getFontFamily();
method public String? getFontFeatureSettings();
- method public long getFontSize();
+ method public long getFontSize-XSAIIZE();
method public androidx.compose.ui.text.font.FontStyle? getFontStyle();
method public androidx.compose.ui.text.font.FontSynthesis? getFontSynthesis();
method public androidx.compose.ui.text.font.FontWeight? getFontWeight();
- method public long getLetterSpacing();
- method public long getLineHeight();
+ method public long getLetterSpacing-XSAIIZE();
+ method public long getLineHeight-XSAIIZE();
method public androidx.compose.ui.text.intl.LocaleList? getLocaleList();
method public androidx.compose.ui.graphics.Shadow? getShadow();
method public androidx.compose.ui.text.style.TextAlign? getTextAlign();
@@ -441,6 +484,24 @@
method @androidx.compose.runtime.Stable public operator androidx.compose.ui.text.TextStyle plus(androidx.compose.ui.text.SpanStyle other);
method @androidx.compose.runtime.Stable public androidx.compose.ui.text.ParagraphStyle toParagraphStyle();
method @androidx.compose.runtime.Stable public androidx.compose.ui.text.SpanStyle toSpanStyle();
+ property public final long background;
+ property public final androidx.compose.ui.text.style.BaselineShift? baselineShift;
+ property public final long color;
+ property public final androidx.compose.ui.text.font.FontFamily? fontFamily;
+ property public final String? fontFeatureSettings;
+ property public final long fontSize;
+ property public final androidx.compose.ui.text.font.FontStyle? fontStyle;
+ property public final androidx.compose.ui.text.font.FontSynthesis? fontSynthesis;
+ property public final androidx.compose.ui.text.font.FontWeight? fontWeight;
+ property public final long letterSpacing;
+ property public final long lineHeight;
+ property public final androidx.compose.ui.text.intl.LocaleList? localeList;
+ property public final androidx.compose.ui.graphics.Shadow? shadow;
+ property public final androidx.compose.ui.text.style.TextAlign? textAlign;
+ property public final androidx.compose.ui.text.style.TextDecoration? textDecoration;
+ property public final androidx.compose.ui.text.style.TextDirection? textDirection;
+ property public final androidx.compose.ui.text.style.TextGeometricTransform? textGeometricTransform;
+ property public final androidx.compose.ui.text.style.TextIndent? textIndent;
field public static final androidx.compose.ui.text.TextStyle.Companion Companion;
}
@@ -479,6 +540,7 @@
@androidx.compose.runtime.Immutable public abstract sealed class FontFamily {
method public final boolean getCanLoadSynchronously();
+ property public final boolean canLoadSynchronously;
field public static final androidx.compose.ui.text.font.FontFamily.Companion Companion;
}
@@ -522,18 +584,15 @@
method public java.util.ListIterator<androidx.compose.ui.text.font.Font> listIterator();
method public java.util.ListIterator<androidx.compose.ui.text.font.Font> listIterator(int index);
method public java.util.List<androidx.compose.ui.text.font.Font> subList(int fromIndex, int toIndex);
+ property public final java.util.List<androidx.compose.ui.text.font.Font> fonts;
}
public enum FontStyle {
- method public static androidx.compose.ui.text.font.FontStyle valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.text.font.FontStyle[] values();
enum_constant public static final androidx.compose.ui.text.font.FontStyle Italic;
enum_constant public static final androidx.compose.ui.text.font.FontStyle Normal;
}
public enum FontSynthesis {
- method public static androidx.compose.ui.text.font.FontSynthesis valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.text.font.FontSynthesis[] values();
enum_constant public static final androidx.compose.ui.text.font.FontSynthesis All;
enum_constant public static final androidx.compose.ui.text.font.FontSynthesis None;
enum_constant public static final androidx.compose.ui.text.font.FontSynthesis Style;
@@ -546,6 +605,7 @@
method public int component1();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.text.font.FontWeight copy(int weight);
method public int getWeight();
+ property public final int weight;
field public static final androidx.compose.ui.text.font.FontWeight.Companion Companion;
}
@@ -594,6 +654,7 @@
@androidx.compose.runtime.Immutable public final class GenericFontFamily extends androidx.compose.ui.text.font.SystemFontFamily {
method public String getName();
+ property public final String name;
}
public final class LoadedFontFamily extends androidx.compose.ui.text.font.FontFamily {
@@ -601,6 +662,7 @@
method public androidx.compose.ui.text.Typeface component1();
method public androidx.compose.ui.text.font.LoadedFontFamily copy(androidx.compose.ui.text.Typeface typeface);
method public androidx.compose.ui.text.Typeface getTypeface();
+ property public final androidx.compose.ui.text.Typeface typeface;
}
public final class ResourceFont implements androidx.compose.ui.text.font.Font {
@@ -612,6 +674,9 @@
method public int getResId();
method public androidx.compose.ui.text.font.FontStyle getStyle();
method public androidx.compose.ui.text.font.FontWeight getWeight();
+ property public final int resId;
+ property public androidx.compose.ui.text.font.FontStyle style;
+ property public androidx.compose.ui.text.font.FontWeight weight;
}
public abstract sealed class SystemFontFamily extends androidx.compose.ui.text.font.FontFamily {
@@ -634,6 +699,8 @@
method public int getNewCursorPosition();
method public String getText();
method public void process(androidx.compose.ui.text.input.EditingBuffer buffer);
+ property public final int newCursorPosition;
+ property public final String text;
}
public final class DeleteAllEditOp implements androidx.compose.ui.text.input.EditOperation {
@@ -649,6 +716,8 @@
method public int getAfterLength();
method public int getBeforeLength();
method public void process(androidx.compose.ui.text.input.EditingBuffer buffer);
+ property public final int afterLength;
+ property public final int beforeLength;
}
public final class DeleteSurroundingTextInCodePointsEditOp implements androidx.compose.ui.text.input.EditOperation {
@@ -659,6 +728,8 @@
method public int getAfterLength();
method public int getBeforeLength();
method public void process(androidx.compose.ui.text.input.EditingBuffer buffer);
+ property public final int afterLength;
+ property public final int beforeLength;
}
public interface EditOperation {
@@ -671,15 +742,18 @@
@Deprecated @androidx.compose.runtime.Immutable public final class EditorValue {
method @Deprecated public String component1();
- method @Deprecated public long component2();
- method @Deprecated public androidx.compose.ui.text.TextRange? component3();
+ method @Deprecated public long component2-d9O1mEE();
+ method @Deprecated public androidx.compose.ui.text.TextRange? component3-MzsxiRA();
method @Deprecated @androidx.compose.runtime.Immutable public androidx.compose.ui.text.input.EditorValue copy-Dr2r1M0(String text, long selection, androidx.compose.ui.text.TextRange? composition);
- method @Deprecated public androidx.compose.ui.text.TextRange? getComposition();
+ method @Deprecated public androidx.compose.ui.text.TextRange? getComposition-MzsxiRA();
method @Deprecated public String getSelectedText();
- method @Deprecated public long getSelection();
+ method @Deprecated public long getSelection-d9O1mEE();
method @Deprecated public String getText();
method @Deprecated public String getTextAfterSelection(int maxChars);
method @Deprecated public String getTextBeforeSelection(int maxChars);
+ property public final androidx.compose.ui.text.TextRange? composition;
+ property public final long selection;
+ property public final String text;
}
public final class FinishComposingTextEditOp implements androidx.compose.ui.text.input.EditOperation {
@@ -691,8 +765,6 @@
}
public enum ImeAction {
- method public static androidx.compose.ui.text.input.ImeAction valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.text.input.ImeAction[] values();
enum_constant public static final androidx.compose.ui.text.input.ImeAction Done;
enum_constant public static final androidx.compose.ui.text.input.ImeAction Go;
enum_constant public static final androidx.compose.ui.text.input.ImeAction Next;
@@ -709,8 +781,6 @@
}
public enum KeyboardType {
- method public static androidx.compose.ui.text.input.KeyboardType valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.text.input.KeyboardType[] values();
enum_constant public static final androidx.compose.ui.text.input.KeyboardType Ascii;
enum_constant public static final androidx.compose.ui.text.input.KeyboardType Email;
enum_constant public static final androidx.compose.ui.text.input.KeyboardType Number;
@@ -727,6 +797,7 @@
method public androidx.compose.ui.text.input.MoveCursorEditOp copy(int amount);
method public int getAmount();
method public void process(androidx.compose.ui.text.input.EditingBuffer buffer);
+ property public final int amount;
}
public interface OffsetMap {
@@ -747,6 +818,7 @@
method public androidx.compose.ui.text.input.PasswordVisualTransformation copy(char mask);
method public androidx.compose.ui.text.input.TransformedText filter(androidx.compose.ui.text.AnnotatedString text);
method public char getMask();
+ property public final char mask;
}
public interface PlatformTextInputService {
@@ -766,6 +838,8 @@
method public int getEnd();
method public int getStart();
method public void process(androidx.compose.ui.text.input.EditingBuffer buffer);
+ property public final int end;
+ property public final int start;
}
public final class SetComposingTextEditOp implements androidx.compose.ui.text.input.EditOperation {
@@ -776,6 +850,8 @@
method public int getNewCursorPosition();
method public String getText();
method public void process(androidx.compose.ui.text.input.EditingBuffer buffer);
+ property public final int newCursorPosition;
+ property public final String text;
}
public final class SetSelectionEditOp implements androidx.compose.ui.text.input.EditOperation {
@@ -786,16 +862,21 @@
method public int getEnd();
method public int getStart();
method public void process(androidx.compose.ui.text.input.EditingBuffer buffer);
+ property public final int end;
+ property public final int start;
}
@androidx.compose.runtime.Immutable public final class TextFieldValue {
method public String component1();
- method public long component2();
- method public androidx.compose.ui.text.TextRange? component3();
+ method public long component2-d9O1mEE();
+ method public androidx.compose.ui.text.TextRange? component3-MzsxiRA();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.text.input.TextFieldValue copy-Dr2r1M0(String text, long selection, androidx.compose.ui.text.TextRange? composition);
- method public androidx.compose.ui.text.TextRange? getComposition();
- method public long getSelection();
+ method public androidx.compose.ui.text.TextRange? getComposition-MzsxiRA();
+ method public long getSelection-d9O1mEE();
method public String getText();
+ property public final androidx.compose.ui.text.TextRange? composition;
+ property public final long selection;
+ property public final String text;
field public static final androidx.compose.ui.text.input.TextFieldValue.Companion Companion;
}
@@ -833,6 +914,8 @@
method public androidx.compose.ui.text.input.TransformedText copy(androidx.compose.ui.text.AnnotatedString transformedText, androidx.compose.ui.text.input.OffsetMap offsetMap);
method public androidx.compose.ui.text.input.OffsetMap getOffsetMap();
method public androidx.compose.ui.text.AnnotatedString getTransformedText();
+ property public final androidx.compose.ui.text.input.OffsetMap offsetMap;
+ property public final androidx.compose.ui.text.AnnotatedString transformedText;
}
@androidx.compose.runtime.Immutable public interface VisualTransformation {
@@ -882,6 +965,7 @@
method public int getSize();
method public boolean isEmpty();
method public java.util.Iterator<androidx.compose.ui.text.intl.Locale> iterator();
+ property public final java.util.List<androidx.compose.ui.text.intl.Locale> localeList;
property public int size;
field public static final androidx.compose.ui.text.intl.LocaleList.Companion Companion;
}
@@ -946,13 +1030,14 @@
method public float getMultiplier();
method @androidx.compose.runtime.Immutable public static inline int hashCode-impl(float p);
method @androidx.compose.runtime.Immutable public static inline String! toString-impl(float p);
+ property public final float multiplier;
field public static final androidx.compose.ui.text.style.BaselineShift.Companion Companion;
}
public static final class BaselineShift.Companion {
- method public float getNone();
- method public float getSubscript();
- method public float getSuperscript();
+ method public float getNone-y9eOQZs();
+ method public float getSubscript-y9eOQZs();
+ method public float getSuperscript-y9eOQZs();
property public final float None;
property public final float Subscript;
property public final float Superscript;
@@ -963,15 +1048,11 @@
}
public enum ResolvedTextDirection {
- method public static androidx.compose.ui.text.style.ResolvedTextDirection valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.text.style.ResolvedTextDirection[] values();
enum_constant public static final androidx.compose.ui.text.style.ResolvedTextDirection Ltr;
enum_constant public static final androidx.compose.ui.text.style.ResolvedTextDirection Rtl;
}
public enum TextAlign {
- method public static androidx.compose.ui.text.style.TextAlign valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.text.style.TextAlign[] values();
enum_constant public static final androidx.compose.ui.text.style.TextAlign Center;
enum_constant public static final androidx.compose.ui.text.style.TextAlign End;
enum_constant public static final androidx.compose.ui.text.style.TextAlign Justify;
@@ -986,6 +1067,7 @@
method @androidx.compose.runtime.Immutable public androidx.compose.ui.text.style.TextDecoration copy(int mask);
method public int getMask();
method public operator androidx.compose.ui.text.style.TextDecoration plus(androidx.compose.ui.text.style.TextDecoration decoration);
+ property public final int mask;
field public static final androidx.compose.ui.text.style.TextDecoration.Companion Companion;
}
@@ -1000,8 +1082,6 @@
}
public enum TextDirection {
- method public static androidx.compose.ui.text.style.TextDirection valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.text.style.TextDirection[] values();
enum_constant public static final androidx.compose.ui.text.style.TextDirection Content;
enum_constant public static final androidx.compose.ui.text.style.TextDirection ContentOrLtr;
enum_constant public static final androidx.compose.ui.text.style.TextDirection ContentOrRtl;
@@ -1017,6 +1097,8 @@
method @androidx.compose.runtime.Immutable public androidx.compose.ui.text.style.TextGeometricTransform copy(float scaleX, float skewX);
method public float getScaleX();
method public float getSkewX();
+ property public final float scaleX;
+ property public final float skewX;
field public static final androidx.compose.ui.text.style.TextGeometricTransform.Companion Companion;
}
@@ -1028,11 +1110,13 @@
}
@androidx.compose.runtime.Immutable public final class TextIndent {
- method public long component1();
- method public long component2();
+ method public long component1-XSAIIZE();
+ method public long component2-XSAIIZE();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.text.style.TextIndent copy-8E83U4Q(long firstLine, long restLine);
- method public long getFirstLine();
- method public long getRestLine();
+ method public long getFirstLine-XSAIIZE();
+ method public long getRestLine-XSAIIZE();
+ property public final long firstLine;
+ property public final long restLine;
field public static final androidx.compose.ui.text.style.TextIndent.Companion Companion;
}
@@ -1046,8 +1130,6 @@
}
public enum TextOverflow {
- method public static androidx.compose.ui.text.style.TextOverflow valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.text.style.TextOverflow[] values();
enum_constant public static final androidx.compose.ui.text.style.TextOverflow Clip;
enum_constant public static final androidx.compose.ui.text.style.TextOverflow Ellipsis;
}
diff --git a/compose/ui/ui-text/api/restricted_current.txt b/compose/ui/ui-text/api/restricted_current.txt
index eb6501e..938357c 100644
--- a/compose/ui/ui-text/api/restricted_current.txt
+++ b/compose/ui/ui-text/api/restricted_current.txt
@@ -13,6 +13,9 @@
method public java.util.List<androidx.compose.ui.text.AnnotatedString.Range<java.lang.String>> getStringAnnotations(int start, int end);
method public String getText();
method @androidx.compose.runtime.Stable public operator androidx.compose.ui.text.AnnotatedString plus(androidx.compose.ui.text.AnnotatedString other);
+ property public final java.util.List<androidx.compose.ui.text.AnnotatedString.Range<androidx.compose.ui.text.ParagraphStyle>> paragraphStyles;
+ property public final java.util.List<androidx.compose.ui.text.AnnotatedString.Range<androidx.compose.ui.text.SpanStyle>> spanStyles;
+ property public final String text;
}
public static final class AnnotatedString.Builder {
@@ -48,6 +51,10 @@
method public T! getItem();
method public int getStart();
method public String getTag();
+ property public final int end;
+ property public final T! item;
+ property public final int start;
+ property public final String tag;
}
public final class AnnotatedStringKt {
@@ -65,7 +72,7 @@
method public static inline <R> R withStyle(androidx.compose.ui.text.AnnotatedString.Builder, androidx.compose.ui.text.ParagraphStyle style, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.AnnotatedString.Builder,? extends R> block);
}
- @kotlin.RequiresOptIn(level=RequiresOptIn.Level.ERROR, message="This is internal API that may change frequently and without warning.") @kotlin.annotation.Target(allowedTargets={AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY}) public @interface InternalTextApi {
+ @kotlin.RequiresOptIn(level=kotlin.RequiresOptIn.Level, message="This is internal API that may change frequently and without warning.") @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface InternalTextApi {
}
public final class JvmAnnotatedStringKt {
@@ -103,15 +110,17 @@
method public androidx.compose.ui.graphics.Path getPathForRange(int start, int end);
method public java.util.List<androidx.compose.ui.geometry.Rect> getPlaceholderRects();
method public float getWidth();
- method public long getWordBoundary(int offset);
+ method public long getWordBoundary-d9O1mEE(int offset);
method public boolean isLineEllipsized(int lineIndex);
method public void paint-TAOIQ28(androidx.compose.ui.graphics.Canvas canvas, long color = Color.Unset, androidx.compose.ui.graphics.Shadow? shadow = null, androidx.compose.ui.text.style.TextDecoration? decoration = null);
property public final boolean didExceedMaxLines;
property public final float firstBaseline;
property public final float height;
+ property public final androidx.compose.ui.text.MultiParagraphIntrinsics intrinsics;
property public final float lastBaseline;
property public final int lineCount;
property public final float maxIntrinsicWidth;
+ property public final int maxLines;
property public final float minIntrinsicWidth;
property public final java.util.List<androidx.compose.ui.geometry.Rect> placeholderRects;
property public final float width;
@@ -123,8 +132,10 @@
method public float getMaxIntrinsicWidth();
method public float getMinIntrinsicWidth();
method public java.util.List<androidx.compose.ui.text.AnnotatedString.Range<androidx.compose.ui.text.Placeholder>> getPlaceholders();
+ property public final androidx.compose.ui.text.AnnotatedString annotatedString;
property public float maxIntrinsicWidth;
property public float minIntrinsicWidth;
+ property public final java.util.List<androidx.compose.ui.text.AnnotatedString.Range<androidx.compose.ui.text.Placeholder>> placeholders;
}
public final class MultiParagraphIntrinsicsKt {
@@ -161,7 +172,7 @@
method public androidx.compose.ui.graphics.Path getPathForRange(int start, int end);
method public java.util.List<androidx.compose.ui.geometry.Rect> getPlaceholderRects();
method public float getWidth();
- method public long getWordBoundary(int offset);
+ method public long getWordBoundary-d9O1mEE(int offset);
method public boolean isLineEllipsized(int lineIndex);
method public void paint-TAOIQ28(androidx.compose.ui.graphics.Canvas canvas, long color = Color.Unset, androidx.compose.ui.graphics.Shadow? shadow = null, androidx.compose.ui.text.style.TextDecoration? textDecoration = null);
property public abstract boolean didExceedMaxLines;
@@ -194,15 +205,19 @@
@androidx.compose.runtime.Immutable public final class ParagraphStyle {
method public androidx.compose.ui.text.style.TextAlign? component1();
method public androidx.compose.ui.text.style.TextDirection? component2();
- method public long component3();
+ method public long component3-XSAIIZE();
method public androidx.compose.ui.text.style.TextIndent? component4();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.text.ParagraphStyle copy-QrGfzA0(androidx.compose.ui.text.style.TextAlign? textAlign, androidx.compose.ui.text.style.TextDirection? textDirection, long lineHeight, androidx.compose.ui.text.style.TextIndent? textIndent);
- method public long getLineHeight();
+ method public long getLineHeight-XSAIIZE();
method public androidx.compose.ui.text.style.TextAlign? getTextAlign();
method public androidx.compose.ui.text.style.TextDirection? getTextDirection();
method public androidx.compose.ui.text.style.TextIndent? getTextIndent();
method @androidx.compose.runtime.Stable public androidx.compose.ui.text.ParagraphStyle merge(androidx.compose.ui.text.ParagraphStyle? other = null);
method @androidx.compose.runtime.Stable public operator androidx.compose.ui.text.ParagraphStyle plus(androidx.compose.ui.text.ParagraphStyle other);
+ property public final long lineHeight;
+ property public final androidx.compose.ui.text.style.TextAlign? textAlign;
+ property public final androidx.compose.ui.text.style.TextDirection? textDirection;
+ property public final androidx.compose.ui.text.style.TextIndent? textIndent;
}
public final class ParagraphStyleKt {
@@ -210,18 +225,19 @@
}
@androidx.compose.runtime.Immutable public final class Placeholder {
- method public long component1();
- method public long component2();
+ method public long component1-XSAIIZE();
+ method public long component2-XSAIIZE();
method public androidx.compose.ui.text.PlaceholderVerticalAlign component3();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.text.Placeholder copy-KJSDsNM(long width, long height, androidx.compose.ui.text.PlaceholderVerticalAlign placeholderVerticalAlign);
- method public long getHeight();
+ method public long getHeight-XSAIIZE();
method public androidx.compose.ui.text.PlaceholderVerticalAlign getPlaceholderVerticalAlign();
- method public long getWidth();
+ method public long getWidth-XSAIIZE();
+ property public final long height;
+ property public final androidx.compose.ui.text.PlaceholderVerticalAlign placeholderVerticalAlign;
+ property public final long width;
}
public enum PlaceholderVerticalAlign {
- method public static androidx.compose.ui.text.PlaceholderVerticalAlign valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.text.PlaceholderVerticalAlign[] values();
enum_constant public static final androidx.compose.ui.text.PlaceholderVerticalAlign AboveBaseline;
enum_constant public static final androidx.compose.ui.text.PlaceholderVerticalAlign Bottom;
enum_constant public static final androidx.compose.ui.text.PlaceholderVerticalAlign Center;
@@ -239,37 +255,51 @@
}
@androidx.compose.runtime.Immutable public final class SpanStyle {
- method public long component1();
+ method public long component1-0d7_KjU();
method public androidx.compose.ui.text.style.TextGeometricTransform? component10();
method public androidx.compose.ui.text.intl.LocaleList? component11();
- method public long component12();
+ method public long component12-0d7_KjU();
method public androidx.compose.ui.text.style.TextDecoration? component13();
method public androidx.compose.ui.graphics.Shadow? component14();
- method public long component2();
+ method public long component2-XSAIIZE();
method public androidx.compose.ui.text.font.FontWeight? component3();
method public androidx.compose.ui.text.font.FontStyle? component4();
method public androidx.compose.ui.text.font.FontSynthesis? component5();
method public androidx.compose.ui.text.font.FontFamily? component6();
method public String? component7();
- method public long component8();
- method public androidx.compose.ui.text.style.BaselineShift? component9();
+ method public long component8-XSAIIZE();
+ method public androidx.compose.ui.text.style.BaselineShift? component9-5SSeXJ0();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.text.SpanStyle copy-D5kMcog(long color, long fontSize, androidx.compose.ui.text.font.FontWeight? fontWeight, androidx.compose.ui.text.font.FontStyle? fontStyle, androidx.compose.ui.text.font.FontSynthesis? fontSynthesis, androidx.compose.ui.text.font.FontFamily? fontFamily, String? fontFeatureSettings, long letterSpacing, androidx.compose.ui.text.style.BaselineShift? baselineShift, androidx.compose.ui.text.style.TextGeometricTransform? textGeometricTransform, androidx.compose.ui.text.intl.LocaleList? localeList, long background, androidx.compose.ui.text.style.TextDecoration? textDecoration, androidx.compose.ui.graphics.Shadow? shadow);
- method public long getBackground();
- method public androidx.compose.ui.text.style.BaselineShift? getBaselineShift();
- method public long getColor();
+ method public long getBackground-0d7_KjU();
+ method public androidx.compose.ui.text.style.BaselineShift? getBaselineShift-5SSeXJ0();
+ method public long getColor-0d7_KjU();
method public androidx.compose.ui.text.font.FontFamily? getFontFamily();
method public String? getFontFeatureSettings();
- method public long getFontSize();
+ method public long getFontSize-XSAIIZE();
method public androidx.compose.ui.text.font.FontStyle? getFontStyle();
method public androidx.compose.ui.text.font.FontSynthesis? getFontSynthesis();
method public androidx.compose.ui.text.font.FontWeight? getFontWeight();
- method public long getLetterSpacing();
+ method public long getLetterSpacing-XSAIIZE();
method public androidx.compose.ui.text.intl.LocaleList? getLocaleList();
method public androidx.compose.ui.graphics.Shadow? getShadow();
method public androidx.compose.ui.text.style.TextDecoration? getTextDecoration();
method public androidx.compose.ui.text.style.TextGeometricTransform? getTextGeometricTransform();
method @androidx.compose.runtime.Stable public androidx.compose.ui.text.SpanStyle merge(androidx.compose.ui.text.SpanStyle? other = null);
method @androidx.compose.runtime.Stable public operator androidx.compose.ui.text.SpanStyle plus(androidx.compose.ui.text.SpanStyle other);
+ property public final long background;
+ property public final androidx.compose.ui.text.style.BaselineShift? baselineShift;
+ property public final long color;
+ property public final androidx.compose.ui.text.font.FontFamily? fontFamily;
+ property public final String? fontFeatureSettings;
+ property public final long fontSize;
+ property public final androidx.compose.ui.text.font.FontStyle? fontStyle;
+ property public final androidx.compose.ui.text.font.FontSynthesis? fontSynthesis;
+ property public final androidx.compose.ui.text.font.FontWeight? fontWeight;
+ property public final long letterSpacing;
+ property public final androidx.compose.ui.text.intl.LocaleList? localeList;
+ property public final androidx.compose.ui.graphics.Shadow? shadow;
+ property public final androidx.compose.ui.text.style.TextDecoration? textDecoration;
+ property public final androidx.compose.ui.text.style.TextGeometricTransform? textGeometricTransform;
}
public final class SpanStyleKt {
@@ -292,7 +322,7 @@
public final class TextLayoutInput {
method public androidx.compose.ui.text.AnnotatedString component1();
- method public long component10();
+ method public long component10-msEJaDk();
method public androidx.compose.ui.text.TextStyle component2();
method public java.util.List<androidx.compose.ui.text.AnnotatedString.Range<androidx.compose.ui.text.Placeholder>> component3();
method public int component4();
@@ -302,7 +332,7 @@
method public androidx.compose.ui.unit.LayoutDirection component8();
method public androidx.compose.ui.text.font.Font.ResourceLoader component9();
method public androidx.compose.ui.text.TextLayoutInput copy-ih31NyA(androidx.compose.ui.text.AnnotatedString text, androidx.compose.ui.text.TextStyle style, java.util.List<androidx.compose.ui.text.AnnotatedString.Range<androidx.compose.ui.text.Placeholder>> placeholders, int maxLines, boolean softWrap, androidx.compose.ui.text.style.TextOverflow overflow, androidx.compose.ui.unit.Density density, androidx.compose.ui.unit.LayoutDirection layoutDirection, androidx.compose.ui.text.font.Font.ResourceLoader resourceLoader, long constraints);
- method public long getConstraints();
+ method public long getConstraints-msEJaDk();
method public androidx.compose.ui.unit.Density getDensity();
method public androidx.compose.ui.unit.LayoutDirection getLayoutDirection();
method public int getMaxLines();
@@ -312,11 +342,21 @@
method public boolean getSoftWrap();
method public androidx.compose.ui.text.TextStyle getStyle();
method public androidx.compose.ui.text.AnnotatedString getText();
+ property public final long constraints;
+ property public final androidx.compose.ui.unit.Density density;
+ property public final androidx.compose.ui.unit.LayoutDirection layoutDirection;
+ property public final int maxLines;
+ property public final androidx.compose.ui.text.style.TextOverflow overflow;
+ property public final java.util.List<androidx.compose.ui.text.AnnotatedString.Range<androidx.compose.ui.text.Placeholder>> placeholders;
+ property public final androidx.compose.ui.text.font.Font.ResourceLoader resourceLoader;
+ property public final boolean softWrap;
+ property public final androidx.compose.ui.text.TextStyle style;
+ property public final androidx.compose.ui.text.AnnotatedString text;
}
public final class TextLayoutResult {
method public androidx.compose.ui.text.TextLayoutInput component1();
- method public long component3();
+ method public long component3-YbymL2g();
method public androidx.compose.ui.text.TextLayoutResult copy-2H_Vf2E(androidx.compose.ui.text.TextLayoutInput layoutInput, androidx.compose.ui.text.MultiParagraph multiParagraph, long size);
method public androidx.compose.ui.text.style.ResolvedTextDirection getBidiRunDirection(int offset);
method public androidx.compose.ui.geometry.Rect getBoundingBox(int offset);
@@ -342,20 +382,22 @@
method public androidx.compose.ui.text.style.ResolvedTextDirection getParagraphDirection(int offset);
method public androidx.compose.ui.graphics.Path getPathForRange(int start, int end);
method public java.util.List<androidx.compose.ui.geometry.Rect> getPlaceholderRects();
- method public long getSize();
- method public long getWordBoundary(int offset);
+ method public long getSize-YbymL2g();
+ method public long getWordBoundary-d9O1mEE(int offset);
method public boolean isLineEllipsized(int lineIndex);
property public final boolean didOverflowHeight;
property public final boolean didOverflowWidth;
property public final float firstBaseline;
property public final boolean hasVisualOverflow;
property public final float lastBaseline;
+ property public final androidx.compose.ui.text.TextLayoutInput layoutInput;
property public final int lineCount;
property public final java.util.List<androidx.compose.ui.geometry.Rect> placeholderRects;
+ property public final long size;
}
public final class TextLayoutResultKt {
- method @VisibleForTesting public static androidx.compose.ui.text.TextLayoutResult createTextLayoutResult-2H_Vf2E(androidx.compose.ui.text.TextLayoutInput layoutInput = androidx.compose.ui.text.TextLayoutInput(androidx.compose.ui.text.AnnotatedString(""), androidx.compose.ui.text.TextStyle(), emptyList(), 1, false, androidx.compose.ui.text.style.TextOverflow.Clip, Density(1.0), LayoutDirection.Ltr, null(), Constraints()), androidx.compose.ui.text.MultiParagraph multiParagraph = androidx.compose.ui.text.MultiParagraph(text, style, 0.0, density, resourceLoader), long size = IntSize.Zero);
+ method @VisibleForTesting public static androidx.compose.ui.text.TextLayoutResult createTextLayoutResult-2H_Vf2E(androidx.compose.ui.text.TextLayoutInput layoutInput = TextLayoutInput(AnnotatedString(""), TextStyle(), emptyList(), 1, false, androidx.compose.ui.text.style.TextOverflow.Clip, Density(1.0), LayoutDirection.Ltr, null(), Constraints()), androidx.compose.ui.text.MultiParagraph multiParagraph = MultiParagraph(text, style, 0.0, density, resourceLoader), long size = IntSize.Zero);
}
public final class TextPainter {
@@ -382,11 +424,12 @@
method @androidx.compose.runtime.Immutable public static inline int hashCode-impl(long p);
method public static boolean intersects-5zc-tL8(long $this, long other);
method public static String toString-impl(long $this);
+ property public final long packedValue;
field public static final androidx.compose.ui.text.TextRange.Companion Companion;
}
public static final class TextRange.Companion {
- method public long getZero();
+ method public long getZero-d9O1mEE();
property public final long Zero;
}
@@ -396,36 +439,36 @@
}
@androidx.compose.runtime.Immutable public final class TextStyle {
- method public long component1();
+ method public long component1-0d7_KjU();
method public androidx.compose.ui.text.style.TextGeometricTransform? component10();
method public androidx.compose.ui.text.intl.LocaleList? component11();
- method public long component12();
+ method public long component12-0d7_KjU();
method public androidx.compose.ui.text.style.TextDecoration? component13();
method public androidx.compose.ui.graphics.Shadow? component14();
method public androidx.compose.ui.text.style.TextAlign? component15();
method public androidx.compose.ui.text.style.TextDirection? component16();
- method public long component17();
+ method public long component17-XSAIIZE();
method public androidx.compose.ui.text.style.TextIndent? component18();
- method public long component2();
+ method public long component2-XSAIIZE();
method public androidx.compose.ui.text.font.FontWeight? component3();
method public androidx.compose.ui.text.font.FontStyle? component4();
method public androidx.compose.ui.text.font.FontSynthesis? component5();
method public androidx.compose.ui.text.font.FontFamily? component6();
method public String? component7();
- method public long component8();
- method public androidx.compose.ui.text.style.BaselineShift? component9();
+ method public long component8-XSAIIZE();
+ method public androidx.compose.ui.text.style.BaselineShift? component9-5SSeXJ0();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.text.TextStyle copy-4skVB9c(long color, long fontSize, androidx.compose.ui.text.font.FontWeight? fontWeight, androidx.compose.ui.text.font.FontStyle? fontStyle, androidx.compose.ui.text.font.FontSynthesis? fontSynthesis, androidx.compose.ui.text.font.FontFamily? fontFamily, String? fontFeatureSettings, long letterSpacing, androidx.compose.ui.text.style.BaselineShift? baselineShift, androidx.compose.ui.text.style.TextGeometricTransform? textGeometricTransform, androidx.compose.ui.text.intl.LocaleList? localeList, long background, androidx.compose.ui.text.style.TextDecoration? textDecoration, androidx.compose.ui.graphics.Shadow? shadow, androidx.compose.ui.text.style.TextAlign? textAlign, androidx.compose.ui.text.style.TextDirection? textDirection, long lineHeight, androidx.compose.ui.text.style.TextIndent? textIndent);
- method public long getBackground();
- method public androidx.compose.ui.text.style.BaselineShift? getBaselineShift();
- method public long getColor();
+ method public long getBackground-0d7_KjU();
+ method public androidx.compose.ui.text.style.BaselineShift? getBaselineShift-5SSeXJ0();
+ method public long getColor-0d7_KjU();
method public androidx.compose.ui.text.font.FontFamily? getFontFamily();
method public String? getFontFeatureSettings();
- method public long getFontSize();
+ method public long getFontSize-XSAIIZE();
method public androidx.compose.ui.text.font.FontStyle? getFontStyle();
method public androidx.compose.ui.text.font.FontSynthesis? getFontSynthesis();
method public androidx.compose.ui.text.font.FontWeight? getFontWeight();
- method public long getLetterSpacing();
- method public long getLineHeight();
+ method public long getLetterSpacing-XSAIIZE();
+ method public long getLineHeight-XSAIIZE();
method public androidx.compose.ui.text.intl.LocaleList? getLocaleList();
method public androidx.compose.ui.graphics.Shadow? getShadow();
method public androidx.compose.ui.text.style.TextAlign? getTextAlign();
@@ -441,6 +484,24 @@
method @androidx.compose.runtime.Stable public operator androidx.compose.ui.text.TextStyle plus(androidx.compose.ui.text.SpanStyle other);
method @androidx.compose.runtime.Stable public androidx.compose.ui.text.ParagraphStyle toParagraphStyle();
method @androidx.compose.runtime.Stable public androidx.compose.ui.text.SpanStyle toSpanStyle();
+ property public final long background;
+ property public final androidx.compose.ui.text.style.BaselineShift? baselineShift;
+ property public final long color;
+ property public final androidx.compose.ui.text.font.FontFamily? fontFamily;
+ property public final String? fontFeatureSettings;
+ property public final long fontSize;
+ property public final androidx.compose.ui.text.font.FontStyle? fontStyle;
+ property public final androidx.compose.ui.text.font.FontSynthesis? fontSynthesis;
+ property public final androidx.compose.ui.text.font.FontWeight? fontWeight;
+ property public final long letterSpacing;
+ property public final long lineHeight;
+ property public final androidx.compose.ui.text.intl.LocaleList? localeList;
+ property public final androidx.compose.ui.graphics.Shadow? shadow;
+ property public final androidx.compose.ui.text.style.TextAlign? textAlign;
+ property public final androidx.compose.ui.text.style.TextDecoration? textDecoration;
+ property public final androidx.compose.ui.text.style.TextDirection? textDirection;
+ property public final androidx.compose.ui.text.style.TextGeometricTransform? textGeometricTransform;
+ property public final androidx.compose.ui.text.style.TextIndent? textIndent;
field public static final androidx.compose.ui.text.TextStyle.Companion Companion;
}
@@ -479,6 +540,7 @@
@androidx.compose.runtime.Immutable public abstract sealed class FontFamily {
method public final boolean getCanLoadSynchronously();
+ property public final boolean canLoadSynchronously;
field public static final androidx.compose.ui.text.font.FontFamily.Companion Companion;
}
@@ -522,18 +584,15 @@
method public java.util.ListIterator<androidx.compose.ui.text.font.Font> listIterator();
method public java.util.ListIterator<androidx.compose.ui.text.font.Font> listIterator(int index);
method public java.util.List<androidx.compose.ui.text.font.Font> subList(int fromIndex, int toIndex);
+ property public final java.util.List<androidx.compose.ui.text.font.Font> fonts;
}
public enum FontStyle {
- method public static androidx.compose.ui.text.font.FontStyle valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.text.font.FontStyle[] values();
enum_constant public static final androidx.compose.ui.text.font.FontStyle Italic;
enum_constant public static final androidx.compose.ui.text.font.FontStyle Normal;
}
public enum FontSynthesis {
- method public static androidx.compose.ui.text.font.FontSynthesis valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.text.font.FontSynthesis[] values();
enum_constant public static final androidx.compose.ui.text.font.FontSynthesis All;
enum_constant public static final androidx.compose.ui.text.font.FontSynthesis None;
enum_constant public static final androidx.compose.ui.text.font.FontSynthesis Style;
@@ -546,6 +605,7 @@
method public int component1();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.text.font.FontWeight copy(int weight);
method public int getWeight();
+ property public final int weight;
field public static final androidx.compose.ui.text.font.FontWeight.Companion Companion;
}
@@ -594,6 +654,7 @@
@androidx.compose.runtime.Immutable public final class GenericFontFamily extends androidx.compose.ui.text.font.SystemFontFamily {
method public String getName();
+ property public final String name;
}
public final class LoadedFontFamily extends androidx.compose.ui.text.font.FontFamily {
@@ -601,6 +662,7 @@
method public androidx.compose.ui.text.Typeface component1();
method public androidx.compose.ui.text.font.LoadedFontFamily copy(androidx.compose.ui.text.Typeface typeface);
method public androidx.compose.ui.text.Typeface getTypeface();
+ property public final androidx.compose.ui.text.Typeface typeface;
}
public final class ResourceFont implements androidx.compose.ui.text.font.Font {
@@ -612,6 +674,9 @@
method public int getResId();
method public androidx.compose.ui.text.font.FontStyle getStyle();
method public androidx.compose.ui.text.font.FontWeight getWeight();
+ property public final int resId;
+ property public androidx.compose.ui.text.font.FontStyle style;
+ property public androidx.compose.ui.text.font.FontWeight weight;
}
public abstract sealed class SystemFontFamily extends androidx.compose.ui.text.font.FontFamily {
@@ -634,6 +699,8 @@
method public int getNewCursorPosition();
method public String getText();
method public void process(androidx.compose.ui.text.input.EditingBuffer buffer);
+ property public final int newCursorPosition;
+ property public final String text;
}
public final class DeleteAllEditOp implements androidx.compose.ui.text.input.EditOperation {
@@ -649,6 +716,8 @@
method public int getAfterLength();
method public int getBeforeLength();
method public void process(androidx.compose.ui.text.input.EditingBuffer buffer);
+ property public final int afterLength;
+ property public final int beforeLength;
}
public final class DeleteSurroundingTextInCodePointsEditOp implements androidx.compose.ui.text.input.EditOperation {
@@ -659,6 +728,8 @@
method public int getAfterLength();
method public int getBeforeLength();
method public void process(androidx.compose.ui.text.input.EditingBuffer buffer);
+ property public final int afterLength;
+ property public final int beforeLength;
}
public interface EditOperation {
@@ -671,15 +742,18 @@
@Deprecated @androidx.compose.runtime.Immutable public final class EditorValue {
method @Deprecated public String component1();
- method @Deprecated public long component2();
- method @Deprecated public androidx.compose.ui.text.TextRange? component3();
+ method @Deprecated public long component2-d9O1mEE();
+ method @Deprecated public androidx.compose.ui.text.TextRange? component3-MzsxiRA();
method @Deprecated @androidx.compose.runtime.Immutable public androidx.compose.ui.text.input.EditorValue copy-Dr2r1M0(String text, long selection, androidx.compose.ui.text.TextRange? composition);
- method @Deprecated public androidx.compose.ui.text.TextRange? getComposition();
+ method @Deprecated public androidx.compose.ui.text.TextRange? getComposition-MzsxiRA();
method @Deprecated public String getSelectedText();
- method @Deprecated public long getSelection();
+ method @Deprecated public long getSelection-d9O1mEE();
method @Deprecated public String getText();
method @Deprecated public String getTextAfterSelection(int maxChars);
method @Deprecated public String getTextBeforeSelection(int maxChars);
+ property public final androidx.compose.ui.text.TextRange? composition;
+ property public final long selection;
+ property public final String text;
}
public final class FinishComposingTextEditOp implements androidx.compose.ui.text.input.EditOperation {
@@ -691,8 +765,6 @@
}
public enum ImeAction {
- method public static androidx.compose.ui.text.input.ImeAction valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.text.input.ImeAction[] values();
enum_constant public static final androidx.compose.ui.text.input.ImeAction Done;
enum_constant public static final androidx.compose.ui.text.input.ImeAction Go;
enum_constant public static final androidx.compose.ui.text.input.ImeAction Next;
@@ -709,8 +781,6 @@
}
public enum KeyboardType {
- method public static androidx.compose.ui.text.input.KeyboardType valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.text.input.KeyboardType[] values();
enum_constant public static final androidx.compose.ui.text.input.KeyboardType Ascii;
enum_constant public static final androidx.compose.ui.text.input.KeyboardType Email;
enum_constant public static final androidx.compose.ui.text.input.KeyboardType Number;
@@ -727,6 +797,7 @@
method public androidx.compose.ui.text.input.MoveCursorEditOp copy(int amount);
method public int getAmount();
method public void process(androidx.compose.ui.text.input.EditingBuffer buffer);
+ property public final int amount;
}
public interface OffsetMap {
@@ -747,6 +818,7 @@
method public androidx.compose.ui.text.input.PasswordVisualTransformation copy(char mask);
method public androidx.compose.ui.text.input.TransformedText filter(androidx.compose.ui.text.AnnotatedString text);
method public char getMask();
+ property public final char mask;
}
public interface PlatformTextInputService {
@@ -766,6 +838,8 @@
method public int getEnd();
method public int getStart();
method public void process(androidx.compose.ui.text.input.EditingBuffer buffer);
+ property public final int end;
+ property public final int start;
}
public final class SetComposingTextEditOp implements androidx.compose.ui.text.input.EditOperation {
@@ -776,6 +850,8 @@
method public int getNewCursorPosition();
method public String getText();
method public void process(androidx.compose.ui.text.input.EditingBuffer buffer);
+ property public final int newCursorPosition;
+ property public final String text;
}
public final class SetSelectionEditOp implements androidx.compose.ui.text.input.EditOperation {
@@ -786,16 +862,21 @@
method public int getEnd();
method public int getStart();
method public void process(androidx.compose.ui.text.input.EditingBuffer buffer);
+ property public final int end;
+ property public final int start;
}
@androidx.compose.runtime.Immutable public final class TextFieldValue {
method public String component1();
- method public long component2();
- method public androidx.compose.ui.text.TextRange? component3();
+ method public long component2-d9O1mEE();
+ method public androidx.compose.ui.text.TextRange? component3-MzsxiRA();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.text.input.TextFieldValue copy-Dr2r1M0(String text, long selection, androidx.compose.ui.text.TextRange? composition);
- method public androidx.compose.ui.text.TextRange? getComposition();
- method public long getSelection();
+ method public androidx.compose.ui.text.TextRange? getComposition-MzsxiRA();
+ method public long getSelection-d9O1mEE();
method public String getText();
+ property public final androidx.compose.ui.text.TextRange? composition;
+ property public final long selection;
+ property public final String text;
field public static final androidx.compose.ui.text.input.TextFieldValue.Companion Companion;
}
@@ -833,6 +914,8 @@
method public androidx.compose.ui.text.input.TransformedText copy(androidx.compose.ui.text.AnnotatedString transformedText, androidx.compose.ui.text.input.OffsetMap offsetMap);
method public androidx.compose.ui.text.input.OffsetMap getOffsetMap();
method public androidx.compose.ui.text.AnnotatedString getTransformedText();
+ property public final androidx.compose.ui.text.input.OffsetMap offsetMap;
+ property public final androidx.compose.ui.text.AnnotatedString transformedText;
}
@androidx.compose.runtime.Immutable public interface VisualTransformation {
@@ -882,6 +965,7 @@
method public int getSize();
method public boolean isEmpty();
method public java.util.Iterator<androidx.compose.ui.text.intl.Locale> iterator();
+ property public final java.util.List<androidx.compose.ui.text.intl.Locale> localeList;
property public int size;
field public static final androidx.compose.ui.text.intl.LocaleList.Companion Companion;
}
@@ -946,13 +1030,14 @@
method public float getMultiplier();
method @androidx.compose.runtime.Immutable public static inline int hashCode-impl(float p);
method @androidx.compose.runtime.Immutable public static inline String! toString-impl(float p);
+ property public final float multiplier;
field public static final androidx.compose.ui.text.style.BaselineShift.Companion Companion;
}
public static final class BaselineShift.Companion {
- method public float getNone();
- method public float getSubscript();
- method public float getSuperscript();
+ method public float getNone-y9eOQZs();
+ method public float getSubscript-y9eOQZs();
+ method public float getSuperscript-y9eOQZs();
property public final float None;
property public final float Subscript;
property public final float Superscript;
@@ -963,15 +1048,11 @@
}
public enum ResolvedTextDirection {
- method public static androidx.compose.ui.text.style.ResolvedTextDirection valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.text.style.ResolvedTextDirection[] values();
enum_constant public static final androidx.compose.ui.text.style.ResolvedTextDirection Ltr;
enum_constant public static final androidx.compose.ui.text.style.ResolvedTextDirection Rtl;
}
public enum TextAlign {
- method public static androidx.compose.ui.text.style.TextAlign valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.text.style.TextAlign[] values();
enum_constant public static final androidx.compose.ui.text.style.TextAlign Center;
enum_constant public static final androidx.compose.ui.text.style.TextAlign End;
enum_constant public static final androidx.compose.ui.text.style.TextAlign Justify;
@@ -986,6 +1067,7 @@
method @androidx.compose.runtime.Immutable public androidx.compose.ui.text.style.TextDecoration copy(int mask);
method public int getMask();
method public operator androidx.compose.ui.text.style.TextDecoration plus(androidx.compose.ui.text.style.TextDecoration decoration);
+ property public final int mask;
field public static final androidx.compose.ui.text.style.TextDecoration.Companion Companion;
}
@@ -1000,8 +1082,6 @@
}
public enum TextDirection {
- method public static androidx.compose.ui.text.style.TextDirection valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.text.style.TextDirection[] values();
enum_constant public static final androidx.compose.ui.text.style.TextDirection Content;
enum_constant public static final androidx.compose.ui.text.style.TextDirection ContentOrLtr;
enum_constant public static final androidx.compose.ui.text.style.TextDirection ContentOrRtl;
@@ -1017,6 +1097,8 @@
method @androidx.compose.runtime.Immutable public androidx.compose.ui.text.style.TextGeometricTransform copy(float scaleX, float skewX);
method public float getScaleX();
method public float getSkewX();
+ property public final float scaleX;
+ property public final float skewX;
field public static final androidx.compose.ui.text.style.TextGeometricTransform.Companion Companion;
}
@@ -1028,11 +1110,13 @@
}
@androidx.compose.runtime.Immutable public final class TextIndent {
- method public long component1();
- method public long component2();
+ method public long component1-XSAIIZE();
+ method public long component2-XSAIIZE();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.text.style.TextIndent copy-8E83U4Q(long firstLine, long restLine);
- method public long getFirstLine();
- method public long getRestLine();
+ method public long getFirstLine-XSAIIZE();
+ method public long getRestLine-XSAIIZE();
+ property public final long firstLine;
+ property public final long restLine;
field public static final androidx.compose.ui.text.style.TextIndent.Companion Companion;
}
@@ -1046,8 +1130,6 @@
}
public enum TextOverflow {
- method public static androidx.compose.ui.text.style.TextOverflow valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.text.style.TextOverflow[] values();
enum_constant public static final androidx.compose.ui.text.style.TextOverflow Clip;
enum_constant public static final androidx.compose.ui.text.style.TextOverflow Ellipsis;
}
diff --git a/compose/ui/ui-unit/api/api_lint.ignore b/compose/ui/ui-unit/api/api_lint.ignore
index 5f1485f..c8c61e34 100644
--- a/compose/ui/ui-unit/api/api_lint.ignore
+++ b/compose/ui/ui-unit/api/api_lint.ignore
@@ -1,8 +1,4 @@
// Baseline format: 1.0
-MethodNameUnits: androidx.compose.ui.unit.Durations#inSeconds(androidx.compose.ui.unit.Duration):
- Returned time values must be in milliseconds, was `inSeconds`
-
-
MissingNullability: androidx.compose.ui.unit.Uptime#toString-impl(long):
Missing nullability on method `toString-impl` return
MissingNullability: androidx.compose.ui.unit.Velocity#toString-impl(long):
diff --git a/compose/ui/ui-unit/api/current.txt b/compose/ui/ui-unit/api/current.txt
index e1bd842..74d49f1 100644
--- a/compose/ui/ui-unit/api/current.txt
+++ b/compose/ui/ui-unit/api/current.txt
@@ -6,15 +6,19 @@
}
@androidx.compose.runtime.Immutable public final class Bounds {
- method public float component1();
- method public float component2();
- method public float component3();
- method public float component4();
+ method public float component1-D9Ej5fM();
+ method public float component2-D9Ej5fM();
+ method public float component3-D9Ej5fM();
+ method public float component4-D9Ej5fM();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.unit.Bounds copy-ZmiikuI(float left, float top, float right, float bottom);
- method public float getBottom();
- method public float getLeft();
- method public float getRight();
- method public float getTop();
+ method public float getBottom-D9Ej5fM();
+ method public float getLeft-D9Ej5fM();
+ method public float getRight-D9Ej5fM();
+ method public float getTop-D9Ej5fM();
+ property public final float bottom;
+ property public final float left;
+ property public final float right;
+ property public final float top;
field public static final androidx.compose.ui.unit.Bounds.Companion Companion;
}
@@ -24,7 +28,7 @@
@androidx.compose.runtime.Immutable public final inline class Constraints {
ctor public Constraints();
method public static long constructor-impl(internal long value);
- method public static long copy-impl(long $this, int minWidth = this.minWidth, int maxWidth = this.maxWidth, int minHeight = this.minHeight, int maxHeight = this.maxHeight);
+ method public static long copy-msEJaDk(long $this, int minWidth = this.minWidth, int maxWidth = this.maxWidth, int minHeight = this.minHeight, int maxHeight = this.maxHeight);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(long p, Object? p1);
method public static boolean equals-impl0(long p1, long p2);
method public static boolean getHasBoundedHeight-impl(long $this);
@@ -40,9 +44,9 @@
}
public static final class Constraints.Companion {
- method @androidx.compose.runtime.Stable public long fixed(int width, int height);
- method @androidx.compose.runtime.Stable public long fixedHeight(int height);
- method @androidx.compose.runtime.Stable public long fixedWidth(int width);
+ method @androidx.compose.runtime.Stable public long fixed-msEJaDk(int width, int height);
+ method @androidx.compose.runtime.Stable public long fixedHeight-msEJaDk(int height);
+ method @androidx.compose.runtime.Stable public long fixedWidth-msEJaDk(int width);
}
public final class ConstraintsKt {
@@ -61,17 +65,17 @@
@androidx.compose.runtime.Immutable public interface Density {
method public float getDensity();
method public float getFontScale();
- method @androidx.compose.runtime.Stable public default float toDp(int);
- method @androidx.compose.runtime.Stable public default float toDp(float);
method @androidx.compose.runtime.Stable public default float toDp--R2X_6o(long);
+ method @androidx.compose.runtime.Stable public default float toDp-D9Ej5fM(int);
+ method @androidx.compose.runtime.Stable public default float toDp-D9Ej5fM(float);
method @androidx.compose.runtime.Stable public default int toIntPx--R2X_6o(long);
method @androidx.compose.runtime.Stable public default int toIntPx-0680j_4(float);
method @androidx.compose.runtime.Stable public default float toPx--R2X_6o(long);
method @androidx.compose.runtime.Stable public default float toPx-0680j_4(float);
method @androidx.compose.runtime.Stable public default androidx.compose.ui.geometry.Rect toRect(androidx.compose.ui.unit.Bounds);
- method @androidx.compose.runtime.Stable public default long toSp(int);
- method @androidx.compose.runtime.Stable public default long toSp(float);
method @androidx.compose.runtime.Stable public default long toSp-0680j_4(float);
+ method @androidx.compose.runtime.Stable public default long toSp-XSAIIZE(int);
+ method @androidx.compose.runtime.Stable public default long toSp-XSAIIZE(float);
property public abstract float density;
property public abstract float fontScale;
}
@@ -86,9 +90,9 @@
method @androidx.compose.runtime.Stable public static operator int compareTo-0680j_4(float $this, float other);
method public static float constructor-impl(float value);
method @androidx.compose.runtime.Stable public static inline operator float div-0680j_4(float $this, float other);
+ method @androidx.compose.runtime.Stable public static inline operator float div-D9Ej5fM(float $this, float other);
+ method @androidx.compose.runtime.Stable public static inline operator float div-D9Ej5fM(float $this, int other);
method @androidx.compose.runtime.Stable public static inline operator float div-_kMlNio(float $this, float other);
- method @androidx.compose.runtime.Stable public static inline operator float div-impl(float $this, float other);
- method @androidx.compose.runtime.Stable public static inline operator float div-impl(float $this, int other);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(float p, Object? p1);
method public static boolean equals-impl0(float p1, float p2);
method public float getValue();
@@ -96,18 +100,19 @@
method @androidx.compose.runtime.Stable public static inline operator float minus-0680j_4(float $this, float other);
method @androidx.compose.runtime.Stable public static inline operator float plus-0680j_4(float $this, float other);
method @androidx.compose.runtime.Stable public static inline operator float times-0680j_4(float $this, float other);
+ method @androidx.compose.runtime.Stable public static inline operator float times-D9Ej5fM(float $this, float other);
+ method @androidx.compose.runtime.Stable public static inline operator float times-D9Ej5fM(float $this, int other);
method @androidx.compose.runtime.Stable public static inline operator float times-_kMlNio(float $this, float other);
- method @androidx.compose.runtime.Stable public static inline operator float times-impl(float $this, float other);
- method @androidx.compose.runtime.Stable public static inline operator float times-impl(float $this, int other);
method @androidx.compose.runtime.Stable public static String toString-impl(float $this);
- method @androidx.compose.runtime.Stable public static inline operator float unaryMinus-impl(float $this);
+ method @androidx.compose.runtime.Stable public static inline operator float unaryMinus-D9Ej5fM(float $this);
+ property public final float value;
field public static final androidx.compose.ui.unit.Dp.Companion Companion;
}
public static final class Dp.Companion {
- method public float getHairline();
- method public float getInfinity();
- method public float getUnspecified();
+ method public float getHairline-D9Ej5fM();
+ method public float getInfinity-D9Ej5fM();
+ method public float getUnspecified-D9Ej5fM();
property public final float Hairline;
property public final float Infinity;
property public final float Unspecified;
@@ -119,17 +124,18 @@
method @androidx.compose.runtime.Stable public static operator int compareTo-MZZJ3Fw(float $this, float other);
method public static float constructor-impl(float value);
method @androidx.compose.runtime.Stable public static inline operator float div-0680j_4(float $this, float other);
+ method @androidx.compose.runtime.Stable public static inline operator float div-5FSHFdU(float $this, float other);
method @androidx.compose.runtime.Stable public static inline operator float div-MZZJ3Fw(float $this, float other);
method @androidx.compose.runtime.Stable public static inline operator float div-_kMlNio(float $this, float other);
- method @androidx.compose.runtime.Stable public static inline operator float div-impl(float $this, float other);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(float p, Object? p1);
method public static boolean equals-impl0(float p1, float p2);
method public float getValue();
method @androidx.compose.runtime.Immutable public static inline int hashCode-impl(float p);
method @androidx.compose.runtime.Stable public static inline operator float minus-MZZJ3Fw(float $this, float dimension);
method @androidx.compose.runtime.Stable public static inline operator float plus-MZZJ3Fw(float $this, float dimension);
- method @androidx.compose.runtime.Stable public static inline operator float times-impl(float $this, float other);
+ method @androidx.compose.runtime.Stable public static inline operator float times-5FSHFdU(float $this, float other);
method @androidx.compose.runtime.Stable public static String toString-impl(float $this);
+ property public final float value;
}
@androidx.compose.runtime.Immutable public final inline class DpInverse implements java.lang.Comparable<androidx.compose.ui.unit.DpInverse> {
@@ -137,7 +143,7 @@
method @androidx.compose.runtime.Stable public operator int compareTo-NdYQkfI(float p);
method @androidx.compose.runtime.Stable public static operator int compareTo-NdYQkfI(float $this, float other);
method public static float constructor-impl(float value);
- method @androidx.compose.runtime.Stable public static inline operator float div-impl(float $this, float other);
+ method @androidx.compose.runtime.Stable public static inline operator float div-PAM_5xQ(float $this, float other);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(float p, Object? p1);
method public static boolean equals-impl0(float p1, float p2);
method public float getValue();
@@ -146,9 +152,10 @@
method @androidx.compose.runtime.Stable public static inline operator float plus-NdYQkfI(float $this, float dimension);
method @androidx.compose.runtime.Stable public static inline operator float times-0680j_4(float $this, float other);
method @androidx.compose.runtime.Stable public static inline operator float times-MZZJ3Fw(float $this, float other);
+ method @androidx.compose.runtime.Stable public static inline operator float times-PAM_5xQ(float $this, float other);
method @androidx.compose.runtime.Stable public static inline operator float times-_kMlNio(float $this, float other);
- method @androidx.compose.runtime.Stable public static inline operator float times-impl(float $this, float other);
method @androidx.compose.runtime.Stable public static String toString-impl(float $this);
+ property public final float value;
}
public final class DpKt {
@@ -183,7 +190,7 @@
method @androidx.compose.runtime.Stable public static inline operator float div-0680j_4(float $this, float other);
method @androidx.compose.runtime.Stable public static inline operator float div-MZZJ3Fw(float $this, float other);
method @androidx.compose.runtime.Stable public static inline operator float div-_kMlNio(float $this, float other);
- method @androidx.compose.runtime.Stable public static inline operator float div-impl(float $this, float other);
+ method @androidx.compose.runtime.Stable public static inline operator float div-ym20N70(float $this, float other);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(float p, Object? p1);
method public static boolean equals-impl0(float p1, float p2);
method public float getValue();
@@ -191,8 +198,9 @@
method @androidx.compose.runtime.Stable public static inline operator float minus-_kMlNio(float $this, float other);
method @androidx.compose.runtime.Stable public static inline operator float plus-_kMlNio(float $this, float other);
method @androidx.compose.runtime.Stable public static inline operator float times-0680j_4(float $this, float other);
- method @androidx.compose.runtime.Stable public static inline operator float times-impl(float $this, float other);
+ method @androidx.compose.runtime.Stable public static inline operator float times-ym20N70(float $this, float other);
method @androidx.compose.runtime.Stable public static String toString-impl(float $this);
+ property public final float value;
}
@androidx.compose.runtime.Immutable public final inline class Duration implements java.lang.Comparable<androidx.compose.ui.unit.Duration> {
@@ -200,22 +208,23 @@
method @androidx.compose.runtime.Stable public int compareTo-WUeva1s(long p);
method @androidx.compose.runtime.Stable public static int compareTo-WUeva1s(long $this, long other);
method public static long constructor-impl(long nanoseconds);
- method @androidx.compose.runtime.Stable public static operator long div-impl(long $this, int quotient);
- method @androidx.compose.runtime.Stable public static operator long div-impl(long $this, double quotient);
+ method @androidx.compose.runtime.Stable public static operator long div-ojFfpTE(long $this, int quotient);
+ method @androidx.compose.runtime.Stable public static operator long div-ojFfpTE(long $this, double quotient);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(long p, Object? p1);
method public static boolean equals-impl0(long p1, long p2);
method public long getNanoseconds();
method @androidx.compose.runtime.Immutable public static inline int hashCode-impl(long p);
method @androidx.compose.runtime.Stable public static operator long minus-WUeva1s(long $this, long other);
method @androidx.compose.runtime.Stable public static operator long plus-WUeva1s(long $this, long other);
- method @androidx.compose.runtime.Stable public static operator long times-impl(long $this, int factor);
- method @androidx.compose.runtime.Stable public static operator long times-impl(long $this, double factor);
+ method @androidx.compose.runtime.Stable public static operator long times-ojFfpTE(long $this, int factor);
+ method @androidx.compose.runtime.Stable public static operator long times-ojFfpTE(long $this, double factor);
method @androidx.compose.runtime.Stable public static String toString-impl(long $this);
+ property public final long nanoseconds;
field public static final androidx.compose.ui.unit.Duration.Companion Companion;
}
public static final class Duration.Companion {
- method public long getZero();
+ method public long getZero-ojFfpTE();
property public final long Zero;
}
@@ -265,6 +274,10 @@
method public int getLeft();
method public int getRight();
method public int getTop();
+ property public final int bottom;
+ property public final int left;
+ property public final int right;
+ property public final int top;
}
public final class IntBoundsKt {
@@ -282,8 +295,8 @@
method @androidx.compose.runtime.Stable public static operator int component1-impl(long $this);
method @androidx.compose.runtime.Stable public static operator int component2-impl(long $this);
method public static long constructor-impl(internal long packedValue);
- method public static long copy-impl(long $this, int x = this.x, int y = this.y);
- method @androidx.compose.runtime.Stable public static operator long div-impl(long $this, float operand);
+ method public static long copy-nOcc-ac(long $this, int x = this.x, int y = this.y);
+ method @androidx.compose.runtime.Stable public static operator long div-nOcc-ac(long $this, float operand);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(long p, Object? p1);
method public static boolean equals-impl0(long p1, long p2);
method public static int getX-impl(long $this);
@@ -291,16 +304,16 @@
method @androidx.compose.runtime.Immutable public static inline int hashCode-impl(long p);
method @androidx.compose.runtime.Stable public static inline operator long minus--gyyYBs(long $this, long other);
method @androidx.compose.runtime.Stable public static inline operator long plus--gyyYBs(long $this, long other);
- method @androidx.compose.runtime.Stable public static operator long rem-impl(long $this, int operand);
- method @androidx.compose.runtime.Stable public static operator long times-impl(long $this, float operand);
+ method @androidx.compose.runtime.Stable public static operator long rem-nOcc-ac(long $this, int operand);
+ method @androidx.compose.runtime.Stable public static operator long times-nOcc-ac(long $this, float operand);
method @androidx.compose.runtime.Stable public static String toString-impl(long $this);
- method @androidx.compose.runtime.Stable public static inline operator long unaryMinus-impl(long $this);
+ method @androidx.compose.runtime.Stable public static inline operator long unaryMinus-nOcc-ac(long $this);
field public static final androidx.compose.ui.unit.IntOffset.Companion Companion;
}
public static final class IntOffset.Companion {
- method @Deprecated public long getOrigin();
- method public long getZero();
+ method @Deprecated public long getOrigin-nOcc-ac();
+ method public long getZero-nOcc-ac();
property @Deprecated public final long Origin;
property public final long Zero;
}
@@ -320,19 +333,19 @@
method @androidx.compose.runtime.Stable public static inline operator int component1-impl(long $this);
method @androidx.compose.runtime.Stable public static inline operator int component2-impl(long $this);
method public static long constructor-impl(internal long packedValue);
- method @androidx.compose.runtime.Stable public static operator long div-impl(long $this, int other);
+ method @androidx.compose.runtime.Stable public static operator long div-YbymL2g(long $this, int other);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(long p, Object? p1);
method public static boolean equals-impl0(long p1, long p2);
method public static int getHeight-impl(long $this);
method public static int getWidth-impl(long $this);
method @androidx.compose.runtime.Immutable public static inline int hashCode-impl(long p);
- method @androidx.compose.runtime.Stable public static operator long times-impl(long $this, int other);
+ method @androidx.compose.runtime.Stable public static operator long times-YbymL2g(long $this, int other);
method @androidx.compose.runtime.Stable public static String toString-impl(long $this);
field public static final androidx.compose.ui.unit.IntSize.Companion Companion;
}
public static final class IntSize.Companion {
- method public long getZero();
+ method public long getZero-YbymL2g();
property public final long Zero;
}
@@ -344,8 +357,6 @@
}
public enum LayoutDirection {
- method public static androidx.compose.ui.unit.LayoutDirection valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.unit.LayoutDirection[] values();
enum_constant public static final androidx.compose.ui.unit.LayoutDirection Ltr;
enum_constant public static final androidx.compose.ui.unit.LayoutDirection Rtl;
}
@@ -356,8 +367,8 @@
method public static long copy-ioHfwGI(long $this, float x = this.x, float y = this.y);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(long p, Object? p1);
method public static boolean equals-impl0(long p1, long p2);
- method public static float getX-impl(long $this);
- method public static float getY-impl(long $this);
+ method public static float getX-D9Ej5fM(long $this);
+ method public static float getY-D9Ej5fM(long $this);
method @androidx.compose.runtime.Immutable public static inline int hashCode-impl(long p);
method @androidx.compose.runtime.Stable public static inline operator long minus-IsWn59c(long $this, long other);
method @androidx.compose.runtime.Stable public static inline operator long plus-IsWn59c(long $this, long other);
@@ -379,6 +390,10 @@
method @Deprecated public float getLeft();
method @Deprecated public float getRight();
method @Deprecated public float getTop();
+ property public final float bottom;
+ property public final float left;
+ property public final float right;
+ property public final float top;
field @Deprecated public static final androidx.compose.ui.unit.PxBounds.Companion Companion;
}
@@ -391,15 +406,16 @@
method @androidx.compose.runtime.Stable public static operator int compareTo-830ceAw(float $this, float other);
method public static float constructor-impl(float value);
method @androidx.compose.runtime.Stable public static inline operator float div-830ceAw(float $this, float other);
- method @androidx.compose.runtime.Stable public static inline operator float div-impl(float $this, float other);
+ method @androidx.compose.runtime.Stable public static inline operator float div-VQKo78g(float $this, float other);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(float p, Object? p1);
method public static boolean equals-impl0(float p1, float p2);
method public float getValue();
method @androidx.compose.runtime.Immutable public static inline int hashCode-impl(float p);
method @androidx.compose.runtime.Stable public static inline operator float minus-830ceAw(float $this, float dimension);
method @androidx.compose.runtime.Stable public static inline operator float plus-830ceAw(float $this, float dimension);
- method @androidx.compose.runtime.Stable public static inline operator float times-impl(float $this, float other);
+ method @androidx.compose.runtime.Stable public static inline operator float times-VQKo78g(float $this, float other);
method @androidx.compose.runtime.Stable public static String toString-impl(float $this);
+ property public final float value;
}
@androidx.compose.runtime.Immutable public final inline class PxInverse implements java.lang.Comparable<androidx.compose.ui.unit.PxInverse> {
@@ -407,7 +423,7 @@
method @androidx.compose.runtime.Stable public operator int compareTo-QHJUJtg(float p);
method @androidx.compose.runtime.Stable public static operator int compareTo-QHJUJtg(float $this, float other);
method public static float constructor-impl(float value);
- method @androidx.compose.runtime.Stable public static inline operator float div-impl(float $this, float other);
+ method @androidx.compose.runtime.Stable public static inline operator float div-atY-O30(float $this, float other);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(float p, Object? p1);
method public static boolean equals-impl0(float p1, float p2);
method public float getValue();
@@ -415,8 +431,9 @@
method @androidx.compose.runtime.Stable public static inline operator float minus-QHJUJtg(float $this, float dimension);
method @androidx.compose.runtime.Stable public static inline operator float plus-QHJUJtg(float $this, float dimension);
method @androidx.compose.runtime.Stable public static inline operator float times-830ceAw(float $this, float other);
- method @androidx.compose.runtime.Stable public static inline operator float times-impl(float $this, float other);
+ method @androidx.compose.runtime.Stable public static inline operator float times-atY-O30(float $this, float other);
method @androidx.compose.runtime.Stable public static String toString-impl(float $this);
+ property public final float value;
}
public final class PxKt {
@@ -437,16 +454,17 @@
method @androidx.compose.runtime.Stable public static operator int compareTo-iBfx0ow(float $this, float other);
method public static float constructor-impl(float value);
method @androidx.compose.runtime.Stable public static inline operator float div-830ceAw(float $this, float other);
+ method @androidx.compose.runtime.Stable public static inline operator float div-GVTK1Dk(float $this, float other);
method @androidx.compose.runtime.Stable public static inline operator float div-iBfx0ow(float $this, float other);
- method @androidx.compose.runtime.Stable public static inline operator float div-impl(float $this, float other);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(float p, Object? p1);
method public static boolean equals-impl0(float p1, float p2);
method public float getValue();
method @androidx.compose.runtime.Immutable public static inline int hashCode-impl(float p);
method @androidx.compose.runtime.Stable public static inline operator float minus-iBfx0ow(float $this, float other);
method @androidx.compose.runtime.Stable public static inline operator float plus-iBfx0ow(float $this, float other);
- method @androidx.compose.runtime.Stable public static inline operator float times-impl(float $this, float other);
+ method @androidx.compose.runtime.Stable public static inline operator float times-GVTK1Dk(float $this, float other);
method @androidx.compose.runtime.Stable public static String toString-impl(float $this);
+ property public final float value;
}
@androidx.compose.runtime.Immutable public final inline class TextUnit {
@@ -454,9 +472,9 @@
method public static inline operator int compareTo--R2X_6o(long $this, long other);
method public static long constructor-impl(long packedValue);
method public static inline operator float div--R2X_6o(long $this, long other);
- method public static inline operator long div-impl(long $this, float other);
- method public static inline operator long div-impl(long $this, double other);
- method public static inline operator long div-impl(long $this, int other);
+ method public static inline operator long div-XSAIIZE(long $this, float other);
+ method public static inline operator long div-XSAIIZE(long $this, double other);
+ method public static inline operator long div-XSAIIZE(long $this, int other);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(long p, Object? p1);
method public static boolean equals-impl0(long p1, long p2);
method public long getPackedValue();
@@ -468,22 +486,23 @@
method public static boolean isSp-impl(long $this);
method public static inline operator long minus--R2X_6o(long $this, long other);
method public static inline operator long plus--R2X_6o(long $this, long other);
- method public static inline operator long times-impl(long $this, float other);
- method public static inline operator long times-impl(long $this, double other);
- method public static inline operator long times-impl(long $this, int other);
+ method public static inline operator long times-XSAIIZE(long $this, float other);
+ method public static inline operator long times-XSAIIZE(long $this, double other);
+ method public static inline operator long times-XSAIIZE(long $this, int other);
method public static String toString-impl(long $this);
- method public static inline operator long unaryMinus-impl(long $this);
+ method public static inline operator long unaryMinus-XSAIIZE(long $this);
+ property public final long packedValue;
field public static final androidx.compose.ui.unit.TextUnit.Companion Companion;
}
public static final class TextUnit.Companion {
- method public long Em(int value);
- method public long Em(float value);
- method public long Em(double value);
- method public long Sp(int value);
- method public long Sp(float value);
- method public long Sp(double value);
- method public long getInherit();
+ method public long Em-XSAIIZE(int value);
+ method public long Em-XSAIIZE(float value);
+ method public long Em-XSAIIZE(double value);
+ method public long Sp-XSAIIZE(int value);
+ method public long Sp-XSAIIZE(float value);
+ method public long Sp-XSAIIZE(double value);
+ method public long getInherit-XSAIIZE();
property public final long Inherit;
}
@@ -506,8 +525,6 @@
}
public enum TextUnitType {
- method public static androidx.compose.ui.unit.TextUnitType valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.unit.TextUnitType[] values();
enum_constant public static final androidx.compose.ui.unit.TextUnitType Em;
enum_constant public static final androidx.compose.ui.unit.TextUnitType Inherit;
enum_constant public static final androidx.compose.ui.unit.TextUnitType Sp;
@@ -526,11 +543,12 @@
method public static operator long minus-fQUwLeo(long $this, long other);
method public static operator long plus-WUeva1s(long $this, long duration);
method @androidx.compose.runtime.Immutable public static inline String! toString-impl(long p);
+ property public final long nanoseconds;
field public static final androidx.compose.ui.unit.Uptime.Companion Companion;
}
public static final class Uptime.Companion {
- method public long getBoot();
+ method public long getBoot-CLVl0cY();
property public final long Boot;
}
@@ -543,15 +561,16 @@
method public static long constructor-impl(long pixelsPerSecond);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(long p, Object? p1);
method public static boolean equals-impl0(long p1, long p2);
- method public long getPixelsPerSecond();
+ method public long getPixelsPerSecond-F1C5BW0();
method @androidx.compose.runtime.Immutable public static inline int hashCode-impl(long p);
method @androidx.compose.runtime.Immutable public static inline String! toString-impl(long p);
- method public static operator long unaryMinus-impl(long $this);
+ method public static operator long unaryMinus-9UxMQ8M(long $this);
+ property public final long pixelsPerSecond;
field public static final androidx.compose.ui.unit.Velocity.Companion Companion;
}
public static final class Velocity.Companion {
- method public long getZero();
+ method public long getZero-9UxMQ8M();
property public final long Zero;
}
diff --git a/compose/ui/ui-unit/api/public_plus_experimental_current.txt b/compose/ui/ui-unit/api/public_plus_experimental_current.txt
index e1bd842..74d49f1 100644
--- a/compose/ui/ui-unit/api/public_plus_experimental_current.txt
+++ b/compose/ui/ui-unit/api/public_plus_experimental_current.txt
@@ -6,15 +6,19 @@
}
@androidx.compose.runtime.Immutable public final class Bounds {
- method public float component1();
- method public float component2();
- method public float component3();
- method public float component4();
+ method public float component1-D9Ej5fM();
+ method public float component2-D9Ej5fM();
+ method public float component3-D9Ej5fM();
+ method public float component4-D9Ej5fM();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.unit.Bounds copy-ZmiikuI(float left, float top, float right, float bottom);
- method public float getBottom();
- method public float getLeft();
- method public float getRight();
- method public float getTop();
+ method public float getBottom-D9Ej5fM();
+ method public float getLeft-D9Ej5fM();
+ method public float getRight-D9Ej5fM();
+ method public float getTop-D9Ej5fM();
+ property public final float bottom;
+ property public final float left;
+ property public final float right;
+ property public final float top;
field public static final androidx.compose.ui.unit.Bounds.Companion Companion;
}
@@ -24,7 +28,7 @@
@androidx.compose.runtime.Immutable public final inline class Constraints {
ctor public Constraints();
method public static long constructor-impl(internal long value);
- method public static long copy-impl(long $this, int minWidth = this.minWidth, int maxWidth = this.maxWidth, int minHeight = this.minHeight, int maxHeight = this.maxHeight);
+ method public static long copy-msEJaDk(long $this, int minWidth = this.minWidth, int maxWidth = this.maxWidth, int minHeight = this.minHeight, int maxHeight = this.maxHeight);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(long p, Object? p1);
method public static boolean equals-impl0(long p1, long p2);
method public static boolean getHasBoundedHeight-impl(long $this);
@@ -40,9 +44,9 @@
}
public static final class Constraints.Companion {
- method @androidx.compose.runtime.Stable public long fixed(int width, int height);
- method @androidx.compose.runtime.Stable public long fixedHeight(int height);
- method @androidx.compose.runtime.Stable public long fixedWidth(int width);
+ method @androidx.compose.runtime.Stable public long fixed-msEJaDk(int width, int height);
+ method @androidx.compose.runtime.Stable public long fixedHeight-msEJaDk(int height);
+ method @androidx.compose.runtime.Stable public long fixedWidth-msEJaDk(int width);
}
public final class ConstraintsKt {
@@ -61,17 +65,17 @@
@androidx.compose.runtime.Immutable public interface Density {
method public float getDensity();
method public float getFontScale();
- method @androidx.compose.runtime.Stable public default float toDp(int);
- method @androidx.compose.runtime.Stable public default float toDp(float);
method @androidx.compose.runtime.Stable public default float toDp--R2X_6o(long);
+ method @androidx.compose.runtime.Stable public default float toDp-D9Ej5fM(int);
+ method @androidx.compose.runtime.Stable public default float toDp-D9Ej5fM(float);
method @androidx.compose.runtime.Stable public default int toIntPx--R2X_6o(long);
method @androidx.compose.runtime.Stable public default int toIntPx-0680j_4(float);
method @androidx.compose.runtime.Stable public default float toPx--R2X_6o(long);
method @androidx.compose.runtime.Stable public default float toPx-0680j_4(float);
method @androidx.compose.runtime.Stable public default androidx.compose.ui.geometry.Rect toRect(androidx.compose.ui.unit.Bounds);
- method @androidx.compose.runtime.Stable public default long toSp(int);
- method @androidx.compose.runtime.Stable public default long toSp(float);
method @androidx.compose.runtime.Stable public default long toSp-0680j_4(float);
+ method @androidx.compose.runtime.Stable public default long toSp-XSAIIZE(int);
+ method @androidx.compose.runtime.Stable public default long toSp-XSAIIZE(float);
property public abstract float density;
property public abstract float fontScale;
}
@@ -86,9 +90,9 @@
method @androidx.compose.runtime.Stable public static operator int compareTo-0680j_4(float $this, float other);
method public static float constructor-impl(float value);
method @androidx.compose.runtime.Stable public static inline operator float div-0680j_4(float $this, float other);
+ method @androidx.compose.runtime.Stable public static inline operator float div-D9Ej5fM(float $this, float other);
+ method @androidx.compose.runtime.Stable public static inline operator float div-D9Ej5fM(float $this, int other);
method @androidx.compose.runtime.Stable public static inline operator float div-_kMlNio(float $this, float other);
- method @androidx.compose.runtime.Stable public static inline operator float div-impl(float $this, float other);
- method @androidx.compose.runtime.Stable public static inline operator float div-impl(float $this, int other);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(float p, Object? p1);
method public static boolean equals-impl0(float p1, float p2);
method public float getValue();
@@ -96,18 +100,19 @@
method @androidx.compose.runtime.Stable public static inline operator float minus-0680j_4(float $this, float other);
method @androidx.compose.runtime.Stable public static inline operator float plus-0680j_4(float $this, float other);
method @androidx.compose.runtime.Stable public static inline operator float times-0680j_4(float $this, float other);
+ method @androidx.compose.runtime.Stable public static inline operator float times-D9Ej5fM(float $this, float other);
+ method @androidx.compose.runtime.Stable public static inline operator float times-D9Ej5fM(float $this, int other);
method @androidx.compose.runtime.Stable public static inline operator float times-_kMlNio(float $this, float other);
- method @androidx.compose.runtime.Stable public static inline operator float times-impl(float $this, float other);
- method @androidx.compose.runtime.Stable public static inline operator float times-impl(float $this, int other);
method @androidx.compose.runtime.Stable public static String toString-impl(float $this);
- method @androidx.compose.runtime.Stable public static inline operator float unaryMinus-impl(float $this);
+ method @androidx.compose.runtime.Stable public static inline operator float unaryMinus-D9Ej5fM(float $this);
+ property public final float value;
field public static final androidx.compose.ui.unit.Dp.Companion Companion;
}
public static final class Dp.Companion {
- method public float getHairline();
- method public float getInfinity();
- method public float getUnspecified();
+ method public float getHairline-D9Ej5fM();
+ method public float getInfinity-D9Ej5fM();
+ method public float getUnspecified-D9Ej5fM();
property public final float Hairline;
property public final float Infinity;
property public final float Unspecified;
@@ -119,17 +124,18 @@
method @androidx.compose.runtime.Stable public static operator int compareTo-MZZJ3Fw(float $this, float other);
method public static float constructor-impl(float value);
method @androidx.compose.runtime.Stable public static inline operator float div-0680j_4(float $this, float other);
+ method @androidx.compose.runtime.Stable public static inline operator float div-5FSHFdU(float $this, float other);
method @androidx.compose.runtime.Stable public static inline operator float div-MZZJ3Fw(float $this, float other);
method @androidx.compose.runtime.Stable public static inline operator float div-_kMlNio(float $this, float other);
- method @androidx.compose.runtime.Stable public static inline operator float div-impl(float $this, float other);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(float p, Object? p1);
method public static boolean equals-impl0(float p1, float p2);
method public float getValue();
method @androidx.compose.runtime.Immutable public static inline int hashCode-impl(float p);
method @androidx.compose.runtime.Stable public static inline operator float minus-MZZJ3Fw(float $this, float dimension);
method @androidx.compose.runtime.Stable public static inline operator float plus-MZZJ3Fw(float $this, float dimension);
- method @androidx.compose.runtime.Stable public static inline operator float times-impl(float $this, float other);
+ method @androidx.compose.runtime.Stable public static inline operator float times-5FSHFdU(float $this, float other);
method @androidx.compose.runtime.Stable public static String toString-impl(float $this);
+ property public final float value;
}
@androidx.compose.runtime.Immutable public final inline class DpInverse implements java.lang.Comparable<androidx.compose.ui.unit.DpInverse> {
@@ -137,7 +143,7 @@
method @androidx.compose.runtime.Stable public operator int compareTo-NdYQkfI(float p);
method @androidx.compose.runtime.Stable public static operator int compareTo-NdYQkfI(float $this, float other);
method public static float constructor-impl(float value);
- method @androidx.compose.runtime.Stable public static inline operator float div-impl(float $this, float other);
+ method @androidx.compose.runtime.Stable public static inline operator float div-PAM_5xQ(float $this, float other);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(float p, Object? p1);
method public static boolean equals-impl0(float p1, float p2);
method public float getValue();
@@ -146,9 +152,10 @@
method @androidx.compose.runtime.Stable public static inline operator float plus-NdYQkfI(float $this, float dimension);
method @androidx.compose.runtime.Stable public static inline operator float times-0680j_4(float $this, float other);
method @androidx.compose.runtime.Stable public static inline operator float times-MZZJ3Fw(float $this, float other);
+ method @androidx.compose.runtime.Stable public static inline operator float times-PAM_5xQ(float $this, float other);
method @androidx.compose.runtime.Stable public static inline operator float times-_kMlNio(float $this, float other);
- method @androidx.compose.runtime.Stable public static inline operator float times-impl(float $this, float other);
method @androidx.compose.runtime.Stable public static String toString-impl(float $this);
+ property public final float value;
}
public final class DpKt {
@@ -183,7 +190,7 @@
method @androidx.compose.runtime.Stable public static inline operator float div-0680j_4(float $this, float other);
method @androidx.compose.runtime.Stable public static inline operator float div-MZZJ3Fw(float $this, float other);
method @androidx.compose.runtime.Stable public static inline operator float div-_kMlNio(float $this, float other);
- method @androidx.compose.runtime.Stable public static inline operator float div-impl(float $this, float other);
+ method @androidx.compose.runtime.Stable public static inline operator float div-ym20N70(float $this, float other);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(float p, Object? p1);
method public static boolean equals-impl0(float p1, float p2);
method public float getValue();
@@ -191,8 +198,9 @@
method @androidx.compose.runtime.Stable public static inline operator float minus-_kMlNio(float $this, float other);
method @androidx.compose.runtime.Stable public static inline operator float plus-_kMlNio(float $this, float other);
method @androidx.compose.runtime.Stable public static inline operator float times-0680j_4(float $this, float other);
- method @androidx.compose.runtime.Stable public static inline operator float times-impl(float $this, float other);
+ method @androidx.compose.runtime.Stable public static inline operator float times-ym20N70(float $this, float other);
method @androidx.compose.runtime.Stable public static String toString-impl(float $this);
+ property public final float value;
}
@androidx.compose.runtime.Immutable public final inline class Duration implements java.lang.Comparable<androidx.compose.ui.unit.Duration> {
@@ -200,22 +208,23 @@
method @androidx.compose.runtime.Stable public int compareTo-WUeva1s(long p);
method @androidx.compose.runtime.Stable public static int compareTo-WUeva1s(long $this, long other);
method public static long constructor-impl(long nanoseconds);
- method @androidx.compose.runtime.Stable public static operator long div-impl(long $this, int quotient);
- method @androidx.compose.runtime.Stable public static operator long div-impl(long $this, double quotient);
+ method @androidx.compose.runtime.Stable public static operator long div-ojFfpTE(long $this, int quotient);
+ method @androidx.compose.runtime.Stable public static operator long div-ojFfpTE(long $this, double quotient);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(long p, Object? p1);
method public static boolean equals-impl0(long p1, long p2);
method public long getNanoseconds();
method @androidx.compose.runtime.Immutable public static inline int hashCode-impl(long p);
method @androidx.compose.runtime.Stable public static operator long minus-WUeva1s(long $this, long other);
method @androidx.compose.runtime.Stable public static operator long plus-WUeva1s(long $this, long other);
- method @androidx.compose.runtime.Stable public static operator long times-impl(long $this, int factor);
- method @androidx.compose.runtime.Stable public static operator long times-impl(long $this, double factor);
+ method @androidx.compose.runtime.Stable public static operator long times-ojFfpTE(long $this, int factor);
+ method @androidx.compose.runtime.Stable public static operator long times-ojFfpTE(long $this, double factor);
method @androidx.compose.runtime.Stable public static String toString-impl(long $this);
+ property public final long nanoseconds;
field public static final androidx.compose.ui.unit.Duration.Companion Companion;
}
public static final class Duration.Companion {
- method public long getZero();
+ method public long getZero-ojFfpTE();
property public final long Zero;
}
@@ -265,6 +274,10 @@
method public int getLeft();
method public int getRight();
method public int getTop();
+ property public final int bottom;
+ property public final int left;
+ property public final int right;
+ property public final int top;
}
public final class IntBoundsKt {
@@ -282,8 +295,8 @@
method @androidx.compose.runtime.Stable public static operator int component1-impl(long $this);
method @androidx.compose.runtime.Stable public static operator int component2-impl(long $this);
method public static long constructor-impl(internal long packedValue);
- method public static long copy-impl(long $this, int x = this.x, int y = this.y);
- method @androidx.compose.runtime.Stable public static operator long div-impl(long $this, float operand);
+ method public static long copy-nOcc-ac(long $this, int x = this.x, int y = this.y);
+ method @androidx.compose.runtime.Stable public static operator long div-nOcc-ac(long $this, float operand);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(long p, Object? p1);
method public static boolean equals-impl0(long p1, long p2);
method public static int getX-impl(long $this);
@@ -291,16 +304,16 @@
method @androidx.compose.runtime.Immutable public static inline int hashCode-impl(long p);
method @androidx.compose.runtime.Stable public static inline operator long minus--gyyYBs(long $this, long other);
method @androidx.compose.runtime.Stable public static inline operator long plus--gyyYBs(long $this, long other);
- method @androidx.compose.runtime.Stable public static operator long rem-impl(long $this, int operand);
- method @androidx.compose.runtime.Stable public static operator long times-impl(long $this, float operand);
+ method @androidx.compose.runtime.Stable public static operator long rem-nOcc-ac(long $this, int operand);
+ method @androidx.compose.runtime.Stable public static operator long times-nOcc-ac(long $this, float operand);
method @androidx.compose.runtime.Stable public static String toString-impl(long $this);
- method @androidx.compose.runtime.Stable public static inline operator long unaryMinus-impl(long $this);
+ method @androidx.compose.runtime.Stable public static inline operator long unaryMinus-nOcc-ac(long $this);
field public static final androidx.compose.ui.unit.IntOffset.Companion Companion;
}
public static final class IntOffset.Companion {
- method @Deprecated public long getOrigin();
- method public long getZero();
+ method @Deprecated public long getOrigin-nOcc-ac();
+ method public long getZero-nOcc-ac();
property @Deprecated public final long Origin;
property public final long Zero;
}
@@ -320,19 +333,19 @@
method @androidx.compose.runtime.Stable public static inline operator int component1-impl(long $this);
method @androidx.compose.runtime.Stable public static inline operator int component2-impl(long $this);
method public static long constructor-impl(internal long packedValue);
- method @androidx.compose.runtime.Stable public static operator long div-impl(long $this, int other);
+ method @androidx.compose.runtime.Stable public static operator long div-YbymL2g(long $this, int other);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(long p, Object? p1);
method public static boolean equals-impl0(long p1, long p2);
method public static int getHeight-impl(long $this);
method public static int getWidth-impl(long $this);
method @androidx.compose.runtime.Immutable public static inline int hashCode-impl(long p);
- method @androidx.compose.runtime.Stable public static operator long times-impl(long $this, int other);
+ method @androidx.compose.runtime.Stable public static operator long times-YbymL2g(long $this, int other);
method @androidx.compose.runtime.Stable public static String toString-impl(long $this);
field public static final androidx.compose.ui.unit.IntSize.Companion Companion;
}
public static final class IntSize.Companion {
- method public long getZero();
+ method public long getZero-YbymL2g();
property public final long Zero;
}
@@ -344,8 +357,6 @@
}
public enum LayoutDirection {
- method public static androidx.compose.ui.unit.LayoutDirection valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.unit.LayoutDirection[] values();
enum_constant public static final androidx.compose.ui.unit.LayoutDirection Ltr;
enum_constant public static final androidx.compose.ui.unit.LayoutDirection Rtl;
}
@@ -356,8 +367,8 @@
method public static long copy-ioHfwGI(long $this, float x = this.x, float y = this.y);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(long p, Object? p1);
method public static boolean equals-impl0(long p1, long p2);
- method public static float getX-impl(long $this);
- method public static float getY-impl(long $this);
+ method public static float getX-D9Ej5fM(long $this);
+ method public static float getY-D9Ej5fM(long $this);
method @androidx.compose.runtime.Immutable public static inline int hashCode-impl(long p);
method @androidx.compose.runtime.Stable public static inline operator long minus-IsWn59c(long $this, long other);
method @androidx.compose.runtime.Stable public static inline operator long plus-IsWn59c(long $this, long other);
@@ -379,6 +390,10 @@
method @Deprecated public float getLeft();
method @Deprecated public float getRight();
method @Deprecated public float getTop();
+ property public final float bottom;
+ property public final float left;
+ property public final float right;
+ property public final float top;
field @Deprecated public static final androidx.compose.ui.unit.PxBounds.Companion Companion;
}
@@ -391,15 +406,16 @@
method @androidx.compose.runtime.Stable public static operator int compareTo-830ceAw(float $this, float other);
method public static float constructor-impl(float value);
method @androidx.compose.runtime.Stable public static inline operator float div-830ceAw(float $this, float other);
- method @androidx.compose.runtime.Stable public static inline operator float div-impl(float $this, float other);
+ method @androidx.compose.runtime.Stable public static inline operator float div-VQKo78g(float $this, float other);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(float p, Object? p1);
method public static boolean equals-impl0(float p1, float p2);
method public float getValue();
method @androidx.compose.runtime.Immutable public static inline int hashCode-impl(float p);
method @androidx.compose.runtime.Stable public static inline operator float minus-830ceAw(float $this, float dimension);
method @androidx.compose.runtime.Stable public static inline operator float plus-830ceAw(float $this, float dimension);
- method @androidx.compose.runtime.Stable public static inline operator float times-impl(float $this, float other);
+ method @androidx.compose.runtime.Stable public static inline operator float times-VQKo78g(float $this, float other);
method @androidx.compose.runtime.Stable public static String toString-impl(float $this);
+ property public final float value;
}
@androidx.compose.runtime.Immutable public final inline class PxInverse implements java.lang.Comparable<androidx.compose.ui.unit.PxInverse> {
@@ -407,7 +423,7 @@
method @androidx.compose.runtime.Stable public operator int compareTo-QHJUJtg(float p);
method @androidx.compose.runtime.Stable public static operator int compareTo-QHJUJtg(float $this, float other);
method public static float constructor-impl(float value);
- method @androidx.compose.runtime.Stable public static inline operator float div-impl(float $this, float other);
+ method @androidx.compose.runtime.Stable public static inline operator float div-atY-O30(float $this, float other);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(float p, Object? p1);
method public static boolean equals-impl0(float p1, float p2);
method public float getValue();
@@ -415,8 +431,9 @@
method @androidx.compose.runtime.Stable public static inline operator float minus-QHJUJtg(float $this, float dimension);
method @androidx.compose.runtime.Stable public static inline operator float plus-QHJUJtg(float $this, float dimension);
method @androidx.compose.runtime.Stable public static inline operator float times-830ceAw(float $this, float other);
- method @androidx.compose.runtime.Stable public static inline operator float times-impl(float $this, float other);
+ method @androidx.compose.runtime.Stable public static inline operator float times-atY-O30(float $this, float other);
method @androidx.compose.runtime.Stable public static String toString-impl(float $this);
+ property public final float value;
}
public final class PxKt {
@@ -437,16 +454,17 @@
method @androidx.compose.runtime.Stable public static operator int compareTo-iBfx0ow(float $this, float other);
method public static float constructor-impl(float value);
method @androidx.compose.runtime.Stable public static inline operator float div-830ceAw(float $this, float other);
+ method @androidx.compose.runtime.Stable public static inline operator float div-GVTK1Dk(float $this, float other);
method @androidx.compose.runtime.Stable public static inline operator float div-iBfx0ow(float $this, float other);
- method @androidx.compose.runtime.Stable public static inline operator float div-impl(float $this, float other);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(float p, Object? p1);
method public static boolean equals-impl0(float p1, float p2);
method public float getValue();
method @androidx.compose.runtime.Immutable public static inline int hashCode-impl(float p);
method @androidx.compose.runtime.Stable public static inline operator float minus-iBfx0ow(float $this, float other);
method @androidx.compose.runtime.Stable public static inline operator float plus-iBfx0ow(float $this, float other);
- method @androidx.compose.runtime.Stable public static inline operator float times-impl(float $this, float other);
+ method @androidx.compose.runtime.Stable public static inline operator float times-GVTK1Dk(float $this, float other);
method @androidx.compose.runtime.Stable public static String toString-impl(float $this);
+ property public final float value;
}
@androidx.compose.runtime.Immutable public final inline class TextUnit {
@@ -454,9 +472,9 @@
method public static inline operator int compareTo--R2X_6o(long $this, long other);
method public static long constructor-impl(long packedValue);
method public static inline operator float div--R2X_6o(long $this, long other);
- method public static inline operator long div-impl(long $this, float other);
- method public static inline operator long div-impl(long $this, double other);
- method public static inline operator long div-impl(long $this, int other);
+ method public static inline operator long div-XSAIIZE(long $this, float other);
+ method public static inline operator long div-XSAIIZE(long $this, double other);
+ method public static inline operator long div-XSAIIZE(long $this, int other);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(long p, Object? p1);
method public static boolean equals-impl0(long p1, long p2);
method public long getPackedValue();
@@ -468,22 +486,23 @@
method public static boolean isSp-impl(long $this);
method public static inline operator long minus--R2X_6o(long $this, long other);
method public static inline operator long plus--R2X_6o(long $this, long other);
- method public static inline operator long times-impl(long $this, float other);
- method public static inline operator long times-impl(long $this, double other);
- method public static inline operator long times-impl(long $this, int other);
+ method public static inline operator long times-XSAIIZE(long $this, float other);
+ method public static inline operator long times-XSAIIZE(long $this, double other);
+ method public static inline operator long times-XSAIIZE(long $this, int other);
method public static String toString-impl(long $this);
- method public static inline operator long unaryMinus-impl(long $this);
+ method public static inline operator long unaryMinus-XSAIIZE(long $this);
+ property public final long packedValue;
field public static final androidx.compose.ui.unit.TextUnit.Companion Companion;
}
public static final class TextUnit.Companion {
- method public long Em(int value);
- method public long Em(float value);
- method public long Em(double value);
- method public long Sp(int value);
- method public long Sp(float value);
- method public long Sp(double value);
- method public long getInherit();
+ method public long Em-XSAIIZE(int value);
+ method public long Em-XSAIIZE(float value);
+ method public long Em-XSAIIZE(double value);
+ method public long Sp-XSAIIZE(int value);
+ method public long Sp-XSAIIZE(float value);
+ method public long Sp-XSAIIZE(double value);
+ method public long getInherit-XSAIIZE();
property public final long Inherit;
}
@@ -506,8 +525,6 @@
}
public enum TextUnitType {
- method public static androidx.compose.ui.unit.TextUnitType valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.unit.TextUnitType[] values();
enum_constant public static final androidx.compose.ui.unit.TextUnitType Em;
enum_constant public static final androidx.compose.ui.unit.TextUnitType Inherit;
enum_constant public static final androidx.compose.ui.unit.TextUnitType Sp;
@@ -526,11 +543,12 @@
method public static operator long minus-fQUwLeo(long $this, long other);
method public static operator long plus-WUeva1s(long $this, long duration);
method @androidx.compose.runtime.Immutable public static inline String! toString-impl(long p);
+ property public final long nanoseconds;
field public static final androidx.compose.ui.unit.Uptime.Companion Companion;
}
public static final class Uptime.Companion {
- method public long getBoot();
+ method public long getBoot-CLVl0cY();
property public final long Boot;
}
@@ -543,15 +561,16 @@
method public static long constructor-impl(long pixelsPerSecond);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(long p, Object? p1);
method public static boolean equals-impl0(long p1, long p2);
- method public long getPixelsPerSecond();
+ method public long getPixelsPerSecond-F1C5BW0();
method @androidx.compose.runtime.Immutable public static inline int hashCode-impl(long p);
method @androidx.compose.runtime.Immutable public static inline String! toString-impl(long p);
- method public static operator long unaryMinus-impl(long $this);
+ method public static operator long unaryMinus-9UxMQ8M(long $this);
+ property public final long pixelsPerSecond;
field public static final androidx.compose.ui.unit.Velocity.Companion Companion;
}
public static final class Velocity.Companion {
- method public long getZero();
+ method public long getZero-9UxMQ8M();
property public final long Zero;
}
diff --git a/compose/ui/ui-unit/api/restricted_current.txt b/compose/ui/ui-unit/api/restricted_current.txt
index 5d7b062..09c5c52 100644
--- a/compose/ui/ui-unit/api/restricted_current.txt
+++ b/compose/ui/ui-unit/api/restricted_current.txt
@@ -6,15 +6,19 @@
}
@androidx.compose.runtime.Immutable public final class Bounds {
- method public float component1();
- method public float component2();
- method public float component3();
- method public float component4();
+ method public float component1-D9Ej5fM();
+ method public float component2-D9Ej5fM();
+ method public float component3-D9Ej5fM();
+ method public float component4-D9Ej5fM();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.unit.Bounds copy-ZmiikuI(float left, float top, float right, float bottom);
- method public float getBottom();
- method public float getLeft();
- method public float getRight();
- method public float getTop();
+ method public float getBottom-D9Ej5fM();
+ method public float getLeft-D9Ej5fM();
+ method public float getRight-D9Ej5fM();
+ method public float getTop-D9Ej5fM();
+ property public final float bottom;
+ property public final float left;
+ property public final float right;
+ property public final float top;
field public static final androidx.compose.ui.unit.Bounds.Companion Companion;
}
@@ -24,7 +28,7 @@
@androidx.compose.runtime.Immutable public final inline class Constraints {
ctor public Constraints();
method public static long constructor-impl(internal long value);
- method public static long copy-impl(long $this, int minWidth = this.minWidth, int maxWidth = this.maxWidth, int minHeight = this.minHeight, int maxHeight = this.maxHeight);
+ method public static long copy-msEJaDk(long $this, int minWidth = this.minWidth, int maxWidth = this.maxWidth, int minHeight = this.minHeight, int maxHeight = this.maxHeight);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(long p, Object? p1);
method public static boolean equals-impl0(long p1, long p2);
method public static boolean getHasBoundedHeight-impl(long $this);
@@ -40,9 +44,9 @@
}
public static final class Constraints.Companion {
- method @androidx.compose.runtime.Stable public long fixed(int width, int height);
- method @androidx.compose.runtime.Stable public long fixedHeight(int height);
- method @androidx.compose.runtime.Stable public long fixedWidth(int width);
+ method @androidx.compose.runtime.Stable public long fixed-msEJaDk(int width, int height);
+ method @androidx.compose.runtime.Stable public long fixedHeight-msEJaDk(int height);
+ method @androidx.compose.runtime.Stable public long fixedWidth-msEJaDk(int width);
}
public final class ConstraintsKt {
@@ -61,17 +65,17 @@
@androidx.compose.runtime.Immutable public interface Density {
method public float getDensity();
method public float getFontScale();
- method @androidx.compose.runtime.Stable public default float toDp(int);
- method @androidx.compose.runtime.Stable public default float toDp(float);
method @androidx.compose.runtime.Stable public default float toDp--R2X_6o(long);
+ method @androidx.compose.runtime.Stable public default float toDp-D9Ej5fM(int);
+ method @androidx.compose.runtime.Stable public default float toDp-D9Ej5fM(float);
method @androidx.compose.runtime.Stable public default int toIntPx--R2X_6o(long);
method @androidx.compose.runtime.Stable public default int toIntPx-0680j_4(float);
method @androidx.compose.runtime.Stable public default float toPx--R2X_6o(long);
method @androidx.compose.runtime.Stable public default float toPx-0680j_4(float);
method @androidx.compose.runtime.Stable public default androidx.compose.ui.geometry.Rect toRect(androidx.compose.ui.unit.Bounds);
- method @androidx.compose.runtime.Stable public default long toSp(int);
- method @androidx.compose.runtime.Stable public default long toSp(float);
method @androidx.compose.runtime.Stable public default long toSp-0680j_4(float);
+ method @androidx.compose.runtime.Stable public default long toSp-XSAIIZE(int);
+ method @androidx.compose.runtime.Stable public default long toSp-XSAIIZE(float);
property public abstract float density;
property public abstract float fontScale;
}
@@ -86,9 +90,9 @@
method @androidx.compose.runtime.Stable public static operator int compareTo-0680j_4(float $this, float other);
method public static float constructor-impl(float value);
method @androidx.compose.runtime.Stable public static inline operator float div-0680j_4(float $this, float other);
+ method @androidx.compose.runtime.Stable public static inline operator float div-D9Ej5fM(float $this, float other);
+ method @androidx.compose.runtime.Stable public static inline operator float div-D9Ej5fM(float $this, int other);
method @androidx.compose.runtime.Stable public static inline operator float div-_kMlNio(float $this, float other);
- method @androidx.compose.runtime.Stable public static inline operator float div-impl(float $this, float other);
- method @androidx.compose.runtime.Stable public static inline operator float div-impl(float $this, int other);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(float p, Object? p1);
method public static boolean equals-impl0(float p1, float p2);
method public float getValue();
@@ -96,18 +100,19 @@
method @androidx.compose.runtime.Stable public static inline operator float minus-0680j_4(float $this, float other);
method @androidx.compose.runtime.Stable public static inline operator float plus-0680j_4(float $this, float other);
method @androidx.compose.runtime.Stable public static inline operator float times-0680j_4(float $this, float other);
+ method @androidx.compose.runtime.Stable public static inline operator float times-D9Ej5fM(float $this, float other);
+ method @androidx.compose.runtime.Stable public static inline operator float times-D9Ej5fM(float $this, int other);
method @androidx.compose.runtime.Stable public static inline operator float times-_kMlNio(float $this, float other);
- method @androidx.compose.runtime.Stable public static inline operator float times-impl(float $this, float other);
- method @androidx.compose.runtime.Stable public static inline operator float times-impl(float $this, int other);
method @androidx.compose.runtime.Stable public static String toString-impl(float $this);
- method @androidx.compose.runtime.Stable public static inline operator float unaryMinus-impl(float $this);
+ method @androidx.compose.runtime.Stable public static inline operator float unaryMinus-D9Ej5fM(float $this);
+ property public final float value;
field public static final androidx.compose.ui.unit.Dp.Companion Companion;
}
public static final class Dp.Companion {
- method public float getHairline();
- method public float getInfinity();
- method public float getUnspecified();
+ method public float getHairline-D9Ej5fM();
+ method public float getInfinity-D9Ej5fM();
+ method public float getUnspecified-D9Ej5fM();
property public final float Hairline;
property public final float Infinity;
property public final float Unspecified;
@@ -119,17 +124,18 @@
method @androidx.compose.runtime.Stable public static operator int compareTo-MZZJ3Fw(float $this, float other);
method public static float constructor-impl(float value);
method @androidx.compose.runtime.Stable public static inline operator float div-0680j_4(float $this, float other);
+ method @androidx.compose.runtime.Stable public static inline operator float div-5FSHFdU(float $this, float other);
method @androidx.compose.runtime.Stable public static inline operator float div-MZZJ3Fw(float $this, float other);
method @androidx.compose.runtime.Stable public static inline operator float div-_kMlNio(float $this, float other);
- method @androidx.compose.runtime.Stable public static inline operator float div-impl(float $this, float other);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(float p, Object? p1);
method public static boolean equals-impl0(float p1, float p2);
method public float getValue();
method @androidx.compose.runtime.Immutable public static inline int hashCode-impl(float p);
method @androidx.compose.runtime.Stable public static inline operator float minus-MZZJ3Fw(float $this, float dimension);
method @androidx.compose.runtime.Stable public static inline operator float plus-MZZJ3Fw(float $this, float dimension);
- method @androidx.compose.runtime.Stable public static inline operator float times-impl(float $this, float other);
+ method @androidx.compose.runtime.Stable public static inline operator float times-5FSHFdU(float $this, float other);
method @androidx.compose.runtime.Stable public static String toString-impl(float $this);
+ property public final float value;
}
@androidx.compose.runtime.Immutable public final inline class DpInverse implements java.lang.Comparable<androidx.compose.ui.unit.DpInverse> {
@@ -137,7 +143,7 @@
method @androidx.compose.runtime.Stable public operator int compareTo-NdYQkfI(float p);
method @androidx.compose.runtime.Stable public static operator int compareTo-NdYQkfI(float $this, float other);
method public static float constructor-impl(float value);
- method @androidx.compose.runtime.Stable public static inline operator float div-impl(float $this, float other);
+ method @androidx.compose.runtime.Stable public static inline operator float div-PAM_5xQ(float $this, float other);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(float p, Object? p1);
method public static boolean equals-impl0(float p1, float p2);
method public float getValue();
@@ -146,9 +152,10 @@
method @androidx.compose.runtime.Stable public static inline operator float plus-NdYQkfI(float $this, float dimension);
method @androidx.compose.runtime.Stable public static inline operator float times-0680j_4(float $this, float other);
method @androidx.compose.runtime.Stable public static inline operator float times-MZZJ3Fw(float $this, float other);
+ method @androidx.compose.runtime.Stable public static inline operator float times-PAM_5xQ(float $this, float other);
method @androidx.compose.runtime.Stable public static inline operator float times-_kMlNio(float $this, float other);
- method @androidx.compose.runtime.Stable public static inline operator float times-impl(float $this, float other);
method @androidx.compose.runtime.Stable public static String toString-impl(float $this);
+ property public final float value;
}
public final class DpKt {
@@ -183,7 +190,7 @@
method @androidx.compose.runtime.Stable public static inline operator float div-0680j_4(float $this, float other);
method @androidx.compose.runtime.Stable public static inline operator float div-MZZJ3Fw(float $this, float other);
method @androidx.compose.runtime.Stable public static inline operator float div-_kMlNio(float $this, float other);
- method @androidx.compose.runtime.Stable public static inline operator float div-impl(float $this, float other);
+ method @androidx.compose.runtime.Stable public static inline operator float div-ym20N70(float $this, float other);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(float p, Object? p1);
method public static boolean equals-impl0(float p1, float p2);
method public float getValue();
@@ -191,8 +198,9 @@
method @androidx.compose.runtime.Stable public static inline operator float minus-_kMlNio(float $this, float other);
method @androidx.compose.runtime.Stable public static inline operator float plus-_kMlNio(float $this, float other);
method @androidx.compose.runtime.Stable public static inline operator float times-0680j_4(float $this, float other);
- method @androidx.compose.runtime.Stable public static inline operator float times-impl(float $this, float other);
+ method @androidx.compose.runtime.Stable public static inline operator float times-ym20N70(float $this, float other);
method @androidx.compose.runtime.Stable public static String toString-impl(float $this);
+ property public final float value;
}
@androidx.compose.runtime.Immutable public final inline class Duration implements java.lang.Comparable<androidx.compose.ui.unit.Duration> {
@@ -200,22 +208,23 @@
method @androidx.compose.runtime.Stable public int compareTo-WUeva1s(long p);
method @androidx.compose.runtime.Stable public static int compareTo-WUeva1s(long $this, long other);
method public static long constructor-impl(long nanoseconds);
- method @androidx.compose.runtime.Stable public static operator long div-impl(long $this, int quotient);
- method @androidx.compose.runtime.Stable public static operator long div-impl(long $this, double quotient);
+ method @androidx.compose.runtime.Stable public static operator long div-ojFfpTE(long $this, int quotient);
+ method @androidx.compose.runtime.Stable public static operator long div-ojFfpTE(long $this, double quotient);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(long p, Object? p1);
method public static boolean equals-impl0(long p1, long p2);
method public long getNanoseconds();
method @androidx.compose.runtime.Immutable public static inline int hashCode-impl(long p);
method @androidx.compose.runtime.Stable public static operator long minus-WUeva1s(long $this, long other);
method @androidx.compose.runtime.Stable public static operator long plus-WUeva1s(long $this, long other);
- method @androidx.compose.runtime.Stable public static operator long times-impl(long $this, int factor);
- method @androidx.compose.runtime.Stable public static operator long times-impl(long $this, double factor);
+ method @androidx.compose.runtime.Stable public static operator long times-ojFfpTE(long $this, int factor);
+ method @androidx.compose.runtime.Stable public static operator long times-ojFfpTE(long $this, double factor);
method @androidx.compose.runtime.Stable public static String toString-impl(long $this);
+ property public final long nanoseconds;
field public static final androidx.compose.ui.unit.Duration.Companion Companion;
}
public static final class Duration.Companion {
- method public long getZero();
+ method public long getZero-ojFfpTE();
property public final long Zero;
}
@@ -265,6 +274,10 @@
method public int getLeft();
method public int getRight();
method public int getTop();
+ property public final int bottom;
+ property public final int left;
+ property public final int right;
+ property public final int top;
}
public final class IntBoundsKt {
@@ -282,8 +295,8 @@
method @androidx.compose.runtime.Stable public static operator int component1-impl(long $this);
method @androidx.compose.runtime.Stable public static operator int component2-impl(long $this);
method public static long constructor-impl(internal long packedValue);
- method public static long copy-impl(long $this, int x = this.x, int y = this.y);
- method @androidx.compose.runtime.Stable public static operator long div-impl(long $this, float operand);
+ method public static long copy-nOcc-ac(long $this, int x = this.x, int y = this.y);
+ method @androidx.compose.runtime.Stable public static operator long div-nOcc-ac(long $this, float operand);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(long p, Object? p1);
method public static boolean equals-impl0(long p1, long p2);
method public static int getX-impl(long $this);
@@ -291,16 +304,16 @@
method @androidx.compose.runtime.Immutable public static inline int hashCode-impl(long p);
method @androidx.compose.runtime.Stable public static inline operator long minus--gyyYBs(long $this, long other);
method @androidx.compose.runtime.Stable public static inline operator long plus--gyyYBs(long $this, long other);
- method @androidx.compose.runtime.Stable public static operator long rem-impl(long $this, int operand);
- method @androidx.compose.runtime.Stable public static operator long times-impl(long $this, float operand);
+ method @androidx.compose.runtime.Stable public static operator long rem-nOcc-ac(long $this, int operand);
+ method @androidx.compose.runtime.Stable public static operator long times-nOcc-ac(long $this, float operand);
method @androidx.compose.runtime.Stable public static String toString-impl(long $this);
- method @androidx.compose.runtime.Stable public static inline operator long unaryMinus-impl(long $this);
+ method @androidx.compose.runtime.Stable public static inline operator long unaryMinus-nOcc-ac(long $this);
field public static final androidx.compose.ui.unit.IntOffset.Companion Companion;
}
public static final class IntOffset.Companion {
- method @Deprecated public long getOrigin();
- method public long getZero();
+ method @Deprecated public long getOrigin-nOcc-ac();
+ method public long getZero-nOcc-ac();
property @Deprecated public final long Origin;
property public final long Zero;
}
@@ -320,19 +333,19 @@
method @androidx.compose.runtime.Stable public static inline operator int component1-impl(long $this);
method @androidx.compose.runtime.Stable public static inline operator int component2-impl(long $this);
method public static long constructor-impl(internal long packedValue);
- method @androidx.compose.runtime.Stable public static operator long div-impl(long $this, int other);
+ method @androidx.compose.runtime.Stable public static operator long div-YbymL2g(long $this, int other);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(long p, Object? p1);
method public static boolean equals-impl0(long p1, long p2);
method public static int getHeight-impl(long $this);
method public static int getWidth-impl(long $this);
method @androidx.compose.runtime.Immutable public static inline int hashCode-impl(long p);
- method @androidx.compose.runtime.Stable public static operator long times-impl(long $this, int other);
+ method @androidx.compose.runtime.Stable public static operator long times-YbymL2g(long $this, int other);
method @androidx.compose.runtime.Stable public static String toString-impl(long $this);
field public static final androidx.compose.ui.unit.IntSize.Companion Companion;
}
public static final class IntSize.Companion {
- method public long getZero();
+ method public long getZero-YbymL2g();
property public final long Zero;
}
@@ -344,8 +357,6 @@
}
public enum LayoutDirection {
- method public static androidx.compose.ui.unit.LayoutDirection valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.unit.LayoutDirection[] values();
enum_constant public static final androidx.compose.ui.unit.LayoutDirection Ltr;
enum_constant public static final androidx.compose.ui.unit.LayoutDirection Rtl;
}
@@ -356,8 +367,8 @@
method public static long copy-ioHfwGI(long $this, float x = this.x, float y = this.y);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(long p, Object? p1);
method public static boolean equals-impl0(long p1, long p2);
- method public static float getX-impl(long $this);
- method public static float getY-impl(long $this);
+ method public static float getX-D9Ej5fM(long $this);
+ method public static float getY-D9Ej5fM(long $this);
method @androidx.compose.runtime.Immutable public static inline int hashCode-impl(long p);
method @androidx.compose.runtime.Stable public static inline operator long minus-IsWn59c(long $this, long other);
method @androidx.compose.runtime.Stable public static inline operator long plus-IsWn59c(long $this, long other);
@@ -379,6 +390,10 @@
method @Deprecated public float getLeft();
method @Deprecated public float getRight();
method @Deprecated public float getTop();
+ property public final float bottom;
+ property public final float left;
+ property public final float right;
+ property public final float top;
field @Deprecated public static final androidx.compose.ui.unit.PxBounds.Companion Companion;
}
@@ -391,15 +406,16 @@
method @androidx.compose.runtime.Stable public static operator int compareTo-830ceAw(float $this, float other);
method public static float constructor-impl(float value);
method @androidx.compose.runtime.Stable public static inline operator float div-830ceAw(float $this, float other);
- method @androidx.compose.runtime.Stable public static inline operator float div-impl(float $this, float other);
+ method @androidx.compose.runtime.Stable public static inline operator float div-VQKo78g(float $this, float other);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(float p, Object? p1);
method public static boolean equals-impl0(float p1, float p2);
method public float getValue();
method @androidx.compose.runtime.Immutable public static inline int hashCode-impl(float p);
method @androidx.compose.runtime.Stable public static inline operator float minus-830ceAw(float $this, float dimension);
method @androidx.compose.runtime.Stable public static inline operator float plus-830ceAw(float $this, float dimension);
- method @androidx.compose.runtime.Stable public static inline operator float times-impl(float $this, float other);
+ method @androidx.compose.runtime.Stable public static inline operator float times-VQKo78g(float $this, float other);
method @androidx.compose.runtime.Stable public static String toString-impl(float $this);
+ property public final float value;
}
@androidx.compose.runtime.Immutable public final inline class PxInverse implements java.lang.Comparable<androidx.compose.ui.unit.PxInverse> {
@@ -407,7 +423,7 @@
method @androidx.compose.runtime.Stable public operator int compareTo-QHJUJtg(float p);
method @androidx.compose.runtime.Stable public static operator int compareTo-QHJUJtg(float $this, float other);
method public static float constructor-impl(float value);
- method @androidx.compose.runtime.Stable public static inline operator float div-impl(float $this, float other);
+ method @androidx.compose.runtime.Stable public static inline operator float div-atY-O30(float $this, float other);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(float p, Object? p1);
method public static boolean equals-impl0(float p1, float p2);
method public float getValue();
@@ -415,8 +431,9 @@
method @androidx.compose.runtime.Stable public static inline operator float minus-QHJUJtg(float $this, float dimension);
method @androidx.compose.runtime.Stable public static inline operator float plus-QHJUJtg(float $this, float dimension);
method @androidx.compose.runtime.Stable public static inline operator float times-830ceAw(float $this, float other);
- method @androidx.compose.runtime.Stable public static inline operator float times-impl(float $this, float other);
+ method @androidx.compose.runtime.Stable public static inline operator float times-atY-O30(float $this, float other);
method @androidx.compose.runtime.Stable public static String toString-impl(float $this);
+ property public final float value;
}
public final class PxKt {
@@ -437,16 +454,17 @@
method @androidx.compose.runtime.Stable public static operator int compareTo-iBfx0ow(float $this, float other);
method public static float constructor-impl(float value);
method @androidx.compose.runtime.Stable public static inline operator float div-830ceAw(float $this, float other);
+ method @androidx.compose.runtime.Stable public static inline operator float div-GVTK1Dk(float $this, float other);
method @androidx.compose.runtime.Stable public static inline operator float div-iBfx0ow(float $this, float other);
- method @androidx.compose.runtime.Stable public static inline operator float div-impl(float $this, float other);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(float p, Object? p1);
method public static boolean equals-impl0(float p1, float p2);
method public float getValue();
method @androidx.compose.runtime.Immutable public static inline int hashCode-impl(float p);
method @androidx.compose.runtime.Stable public static inline operator float minus-iBfx0ow(float $this, float other);
method @androidx.compose.runtime.Stable public static inline operator float plus-iBfx0ow(float $this, float other);
- method @androidx.compose.runtime.Stable public static inline operator float times-impl(float $this, float other);
+ method @androidx.compose.runtime.Stable public static inline operator float times-GVTK1Dk(float $this, float other);
method @androidx.compose.runtime.Stable public static String toString-impl(float $this);
+ property public final float value;
}
@androidx.compose.runtime.Immutable public final inline class TextUnit {
@@ -454,9 +472,9 @@
method public static inline operator int compareTo--R2X_6o(long $this, long other);
method public static long constructor-impl(long packedValue);
method public static inline operator float div--R2X_6o(long $this, long other);
- method public static inline operator long div-impl(long $this, float other);
- method public static inline operator long div-impl(long $this, double other);
- method public static inline operator long div-impl(long $this, int other);
+ method public static inline operator long div-XSAIIZE(long $this, float other);
+ method public static inline operator long div-XSAIIZE(long $this, double other);
+ method public static inline operator long div-XSAIIZE(long $this, int other);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(long p, Object? p1);
method public static boolean equals-impl0(long p1, long p2);
method public long getPackedValue();
@@ -468,22 +486,23 @@
method public static boolean isSp-impl(long $this);
method public static inline operator long minus--R2X_6o(long $this, long other);
method public static inline operator long plus--R2X_6o(long $this, long other);
- method public static inline operator long times-impl(long $this, float other);
- method public static inline operator long times-impl(long $this, double other);
- method public static inline operator long times-impl(long $this, int other);
+ method public static inline operator long times-XSAIIZE(long $this, float other);
+ method public static inline operator long times-XSAIIZE(long $this, double other);
+ method public static inline operator long times-XSAIIZE(long $this, int other);
method public static String toString-impl(long $this);
- method public static inline operator long unaryMinus-impl(long $this);
+ method public static inline operator long unaryMinus-XSAIIZE(long $this);
+ property public final long packedValue;
field public static final androidx.compose.ui.unit.TextUnit.Companion Companion;
}
public static final class TextUnit.Companion {
- method public long Em(int value);
- method public long Em(float value);
- method public long Em(double value);
- method public long Sp(int value);
- method public long Sp(float value);
- method public long Sp(double value);
- method public long getInherit();
+ method public long Em-XSAIIZE(int value);
+ method public long Em-XSAIIZE(float value);
+ method public long Em-XSAIIZE(double value);
+ method public long Sp-XSAIIZE(int value);
+ method public long Sp-XSAIIZE(float value);
+ method public long Sp-XSAIIZE(double value);
+ method public long getInherit-XSAIIZE();
property public final long Inherit;
}
@@ -510,8 +529,6 @@
}
public enum TextUnitType {
- method public static androidx.compose.ui.unit.TextUnitType valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.unit.TextUnitType[] values();
enum_constant public static final androidx.compose.ui.unit.TextUnitType Em;
enum_constant public static final androidx.compose.ui.unit.TextUnitType Inherit;
enum_constant public static final androidx.compose.ui.unit.TextUnitType Sp;
@@ -530,11 +547,12 @@
method public static operator long minus-fQUwLeo(long $this, long other);
method public static operator long plus-WUeva1s(long $this, long duration);
method @androidx.compose.runtime.Immutable public static inline String! toString-impl(long p);
+ property public final long nanoseconds;
field public static final androidx.compose.ui.unit.Uptime.Companion Companion;
}
public static final class Uptime.Companion {
- method public long getBoot();
+ method public long getBoot-CLVl0cY();
property public final long Boot;
}
@@ -547,15 +565,16 @@
method public static long constructor-impl(long pixelsPerSecond);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(long p, Object? p1);
method public static boolean equals-impl0(long p1, long p2);
- method public long getPixelsPerSecond();
+ method public long getPixelsPerSecond-F1C5BW0();
method @androidx.compose.runtime.Immutable public static inline int hashCode-impl(long p);
method @androidx.compose.runtime.Immutable public static inline String! toString-impl(long p);
- method public static operator long unaryMinus-impl(long $this);
+ method public static operator long unaryMinus-9UxMQ8M(long $this);
+ property public final long pixelsPerSecond;
field public static final androidx.compose.ui.unit.Velocity.Companion Companion;
}
public static final class Velocity.Companion {
- method public long getZero();
+ method public long getZero-9UxMQ8M();
property public final long Zero;
}
diff --git a/compose/ui/ui/api/api_lint.ignore b/compose/ui/ui/api/api_lint.ignore
index 20796e6..b8b5b9d 100644
--- a/compose/ui/ui/api/api_lint.ignore
+++ b/compose/ui/ui/api/api_lint.ignore
@@ -1,12 +1,4 @@
// Baseline format: 1.0
-ArrayReturn: androidx.compose.ui.input.pointer.PointerInputTestUtilKt#invokeOverAllPasses-he86P5Q(kotlin.jvm.functions.Function3<? super java.util.List<androidx.compose.ui.input.pointer.PointerInputChange>,? super androidx.compose.ui.input.pointer.PointerEventPass,? super androidx.compose.ui.unit.IntSize,? extends java.util.List<androidx.compose.ui.input.pointer.PointerInputChange>>, androidx.compose.ui.input.pointer.PointerInputChange[], long) parameter #1:
- Method parameter should be Collection<PointerInputChange> (or subclass) instead of raw array; was `androidx.compose.ui.input.pointer.PointerInputChange[]`
-ArrayReturn: androidx.compose.ui.input.pointer.PointerInputTestUtilKt#invokeOverPasses-34fyLIo(kotlin.jvm.functions.Function3<? super java.util.List<androidx.compose.ui.input.pointer.PointerInputChange>,? super androidx.compose.ui.input.pointer.PointerEventPass,? super androidx.compose.ui.unit.IntSize,? extends java.util.List<androidx.compose.ui.input.pointer.PointerInputChange>>, androidx.compose.ui.input.pointer.PointerInputChange, androidx.compose.ui.input.pointer.PointerEventPass[], long) parameter #2:
- Method parameter should be Collection<PointerEventPass> (or subclass) instead of raw array; was `androidx.compose.ui.input.pointer.PointerEventPass[]`
-ArrayReturn: androidx.compose.ui.input.pointer.PointerInputTestUtilKt#invokeOverPasses-kxbhPDs(kotlin.jvm.functions.Function3<? super java.util.List<androidx.compose.ui.input.pointer.PointerInputChange>,? super androidx.compose.ui.input.pointer.PointerEventPass,? super androidx.compose.ui.unit.IntSize,? extends java.util.List<androidx.compose.ui.input.pointer.PointerInputChange>>, androidx.compose.ui.input.pointer.PointerInputChange[], androidx.compose.ui.input.pointer.PointerEventPass, long) parameter #1:
- Method parameter should be Collection<PointerInputChange> (or subclass) instead of raw array; was `androidx.compose.ui.input.pointer.PointerInputChange[]`
-
-
AutoBoxing: androidx.compose.ui.node.LayoutNode#getAlignmentLine(androidx.compose.ui.AlignmentLine):
Must avoid boxed primitives (`java.lang.Integer`)
@@ -35,10 +27,10 @@
Registration methods should have overload that accepts delivery Executor: `scrollGestureFilter`
-GetterOnBuilder: androidx.compose.ui.graphics.vector.VectorAssetBuilder#getDefaultHeight():
- Getter should be on the built object, not the builder: method androidx.compose.ui.graphics.vector.VectorAssetBuilder.getDefaultHeight()
-GetterOnBuilder: androidx.compose.ui.graphics.vector.VectorAssetBuilder#getDefaultWidth():
- Getter should be on the built object, not the builder: method androidx.compose.ui.graphics.vector.VectorAssetBuilder.getDefaultWidth()
+GetterOnBuilder: androidx.compose.ui.graphics.vector.VectorAssetBuilder#getDefaultHeight-D9Ej5fM():
+ Getter should be on the built object, not the builder: method androidx.compose.ui.graphics.vector.VectorAssetBuilder.getDefaultHeight-D9Ej5fM()
+GetterOnBuilder: androidx.compose.ui.graphics.vector.VectorAssetBuilder#getDefaultWidth-D9Ej5fM():
+ Getter should be on the built object, not the builder: method androidx.compose.ui.graphics.vector.VectorAssetBuilder.getDefaultWidth-D9Ej5fM()
GetterOnBuilder: androidx.compose.ui.graphics.vector.VectorAssetBuilder#getName():
Getter should be on the built object, not the builder: method androidx.compose.ui.graphics.vector.VectorAssetBuilder.getName()
GetterOnBuilder: androidx.compose.ui.graphics.vector.VectorAssetBuilder#getViewportHeight():
diff --git a/compose/ui/ui/api/current.txt b/compose/ui/ui/api/current.txt
index 7748570..3658577 100644
--- a/compose/ui/ui/api/current.txt
+++ b/compose/ui/ui/api/current.txt
@@ -92,7 +92,7 @@
public final class CacheDrawScope implements androidx.compose.ui.unit.Density {
method public float getDensity();
method public float getFontScale();
- method public long getSize();
+ method public long getSize-NH-jbRc();
method public androidx.compose.ui.DrawResult onDraw(kotlin.jvm.functions.Function1<? super androidx.compose.ui.graphics.drawscope.DrawScope,kotlin.Unit> block);
property public float density;
property public float fontScale;
@@ -131,7 +131,7 @@
method public default float getScaleY();
method @FloatRange(from=0.0, to=3.4E38) public default float getShadowElevation();
method public default androidx.compose.ui.graphics.Shape getShape();
- method public default long getTransformOrigin();
+ method public default long getTransformOrigin-gtC0eh8();
method public default float getTranslationX();
method public default float getTranslationY();
property @FloatRange(from=0.0, to=1.0) public default float alpha;
@@ -291,10 +291,10 @@
public abstract class Placeable {
ctor public Placeable();
method public abstract operator int get(androidx.compose.ui.AlignmentLine line);
- method protected final long getApparentToRealOffset();
+ method protected final long getApparentToRealOffset-nOcc-ac();
method public final int getHeight();
- method protected final long getMeasuredSize();
- method protected final long getMeasurementConstraints();
+ method protected final long getMeasuredSize-YbymL2g();
+ method protected final long getMeasurementConstraints-msEJaDk();
method public final int getWidth();
method protected abstract void placeAt--gyyYBs(long position);
method protected final void setMeasuredSize-ozmzZPI(long value);
@@ -331,7 +331,7 @@
@androidx.compose.runtime.Immutable public final inline class TransformOrigin {
ctor public TransformOrigin();
method public static long constructor-impl(internal long packedValue);
- method public static long copy-impl(long $this, float pivotFractionX = this.pivotFractionX, float pivotFractionY = this.pivotFractionY);
+ method public static long copy-gtC0eh8(long $this, float pivotFractionX = this.pivotFractionX, float pivotFractionY = this.pivotFractionY);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(long p, Object? p1);
method public static boolean equals-impl0(long p1, long p2);
method public static float getPivotFractionX-impl(long $this);
@@ -342,7 +342,7 @@
}
public static final class TransformOrigin.Companion {
- method public long getCenter();
+ method public long getCenter-gtC0eh8();
property public final long Center;
}
@@ -351,11 +351,11 @@
}
@androidx.compose.runtime.Stable public interface WithConstraintsScope {
- method public long getConstraints();
- method public float getMaxHeight();
- method public float getMaxWidth();
- method public float getMinHeight();
- method public float getMinWidth();
+ method public long getConstraints-msEJaDk();
+ method public float getMaxHeight-D9Ej5fM();
+ method public float getMaxWidth-D9Ej5fM();
+ method public float getMinHeight-D9Ej5fM();
+ method public float getMinWidth-D9Ej5fM();
property public abstract long constraints;
property public abstract float maxHeight;
property public abstract float maxWidth;
@@ -401,7 +401,10 @@
method public int getId();
method public kotlin.jvm.functions.Function1<java.lang.String,kotlin.Unit>? getOnFill();
method public void setBoundingBox(androidx.compose.ui.geometry.Rect? p);
+ property public final java.util.List<androidx.compose.ui.autofill.AutofillType> autofillTypes;
+ property public final androidx.compose.ui.geometry.Rect? boundingBox;
property public final int id;
+ property public final kotlin.jvm.functions.Function1<java.lang.String,kotlin.Unit>? onFill;
}
public final class AutofillTree {
@@ -413,8 +416,6 @@
}
public enum AutofillType {
- method public static androidx.compose.ui.autofill.AutofillType valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.autofill.AutofillType[] values();
enum_constant public static final androidx.compose.ui.autofill.AutofillType AddressAuxiliaryDetails;
enum_constant public static final androidx.compose.ui.autofill.AutofillType AddressCountry;
enum_constant public static final androidx.compose.ui.autofill.AutofillType AddressLocality;
@@ -500,8 +501,6 @@
}
@androidx.compose.ui.focus.ExperimentalFocus public enum FocusState {
- method public static androidx.compose.ui.focus.FocusState valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.focus.FocusState[] values();
enum_constant public static final androidx.compose.ui.focus.FocusState Active;
enum_constant public static final androidx.compose.ui.focus.FocusState ActiveParent;
enum_constant public static final androidx.compose.ui.focus.FocusState Captured;
@@ -510,8 +509,6 @@
}
@Deprecated public enum FocusState2 {
- method @Deprecated public static androidx.compose.ui.focus.FocusState2 valueOf(String name) throws java.lang.IllegalArgumentException;
- method @Deprecated public static androidx.compose.ui.focus.FocusState2[] values();
}
public final class FocusStateKt {
@@ -543,8 +540,6 @@
}
public enum Direction {
- method public static androidx.compose.ui.gesture.Direction valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.gesture.Direction[] values();
enum_constant public static final androidx.compose.ui.gesture.Direction DOWN;
enum_constant public static final androidx.compose.ui.gesture.Direction LEFT;
enum_constant public static final androidx.compose.ui.gesture.Direction RIGHT;
@@ -661,11 +656,11 @@
method public androidx.compose.ui.gesture.customevents.DelayUpMessage getMessage();
method public java.util.Set<androidx.compose.ui.input.pointer.PointerId> getPointers();
method public void setMessage(androidx.compose.ui.gesture.customevents.DelayUpMessage p);
+ property public final androidx.compose.ui.gesture.customevents.DelayUpMessage message;
+ property public final java.util.Set<androidx.compose.ui.input.pointer.PointerId> pointers;
}
@androidx.compose.ui.gesture.ExperimentalPointerInput public enum DelayUpMessage {
- method public static androidx.compose.ui.gesture.customevents.DelayUpMessage valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.gesture.customevents.DelayUpMessage[] values();
enum_constant public static final androidx.compose.ui.gesture.customevents.DelayUpMessage DelayUp;
enum_constant public static final androidx.compose.ui.gesture.customevents.DelayUpMessage DelayedUpConsumed;
enum_constant public static final androidx.compose.ui.gesture.customevents.DelayUpMessage DelayedUpNotConsumed;
@@ -680,8 +675,6 @@
package androidx.compose.ui.gesture.scrollorientationlocking {
public enum Orientation {
- method public static androidx.compose.ui.gesture.scrollorientationlocking.Orientation valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.gesture.scrollorientationlocking.Orientation[] values();
enum_constant public static final androidx.compose.ui.gesture.scrollorientationlocking.Orientation Horizontal;
enum_constant public static final androidx.compose.ui.gesture.scrollorientationlocking.Orientation Vertical;
}
@@ -706,7 +699,7 @@
public final class VelocityTracker {
ctor public VelocityTracker();
method public void addPosition-cJzGd7g(long uptime, long position);
- method public long calculateVelocity();
+ method public long calculateVelocity-9UxMQ8M();
method public void resetTracking();
}
@@ -732,30 +725,41 @@
@androidx.compose.runtime.Immutable public final class VectorAsset {
method public String component1();
- method public float component2();
- method public float component3();
+ method public float component2-D9Ej5fM();
+ method public float component3-D9Ej5fM();
method public float component4();
method public float component5();
method public androidx.compose.ui.graphics.vector.VectorGroup component6();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.graphics.vector.VectorAsset copy-pRTh4Qo(String name, float defaultWidth, float defaultHeight, float viewportWidth, float viewportHeight, androidx.compose.ui.graphics.vector.VectorGroup root);
- method public float getDefaultHeight();
- method public float getDefaultWidth();
+ method public float getDefaultHeight-D9Ej5fM();
+ method public float getDefaultWidth-D9Ej5fM();
method public String getName();
method public androidx.compose.ui.graphics.vector.VectorGroup getRoot();
method public float getViewportHeight();
method public float getViewportWidth();
+ property public final float defaultHeight;
+ property public final float defaultWidth;
+ property public final String name;
+ property public final androidx.compose.ui.graphics.vector.VectorGroup root;
+ property public final float viewportHeight;
+ property public final float viewportWidth;
}
public final class VectorAssetBuilder {
method public androidx.compose.ui.graphics.vector.VectorAssetBuilder addPath(java.util.List<? extends androidx.compose.ui.graphics.vector.PathNode> pathData, androidx.compose.ui.graphics.PathFillType pathFillType = DefaultFillType, String name = "", androidx.compose.ui.graphics.Brush? fill = null, float fillAlpha = 1.0f, androidx.compose.ui.graphics.Brush? stroke = null, float strokeAlpha = 1.0f, float strokeLineWidth = 0.0f, androidx.compose.ui.graphics.StrokeCap strokeLineCap = DefaultStrokeLineCap, androidx.compose.ui.graphics.StrokeJoin strokeLineJoin = DefaultStrokeLineJoin, float strokeLineMiter = 4.0f, float trimPathStart = 0.0f, float trimPathEnd = 1.0f, float trimPathOffset = 0.0f);
method public androidx.compose.ui.graphics.vector.VectorAsset build();
- method public float getDefaultHeight();
- method public float getDefaultWidth();
+ method public float getDefaultHeight-D9Ej5fM();
+ method public float getDefaultWidth-D9Ej5fM();
method public String getName();
method public float getViewportHeight();
method public float getViewportWidth();
method public androidx.compose.ui.graphics.vector.VectorAssetBuilder popGroup();
method public androidx.compose.ui.graphics.vector.VectorAssetBuilder pushGroup(String name = "", float rotate = 0.0f, float pivotX = 0.0f, float pivotY = 0.0f, float scaleX = 1.0f, float scaleY = 1.0f, float translationX = 0.0f, float translationY = 0.0f, java.util.List<? extends androidx.compose.ui.graphics.vector.PathNode> clipPathData = EmptyPath);
+ property public final float defaultHeight;
+ property public final float defaultWidth;
+ property public final String name;
+ property public final float viewportHeight;
+ property public final float viewportWidth;
}
public final class VectorAssetBuilderKt {
@@ -781,7 +785,16 @@
method public float getTranslationX();
method public float getTranslationY();
method public java.util.Iterator<androidx.compose.ui.graphics.vector.VectorNode> iterator();
+ property public final java.util.List<androidx.compose.ui.graphics.vector.PathNode> clipPathData;
+ property public final String name;
+ property public final float pivotX;
+ property public final float pivotY;
+ property public final float rotation;
+ property public final float scaleX;
+ property public final float scaleY;
property public final int size;
+ property public final float translationX;
+ property public final float translationY;
}
public final class VectorKt {
@@ -813,7 +826,7 @@
}
public final class VectorPainter extends androidx.compose.ui.graphics.painter.Painter {
- method public long getIntrinsicSize();
+ method public long getIntrinsicSize-NH-jbRc();
method protected void onDraw(androidx.compose.ui.graphics.drawscope.DrawScope);
property public long intrinsicSize;
}
@@ -839,6 +852,20 @@
method public float getTrimPathEnd();
method public float getTrimPathOffset();
method public float getTrimPathStart();
+ property public final androidx.compose.ui.graphics.Brush? fill;
+ property public final float fillAlpha;
+ property public final String name;
+ property public final java.util.List<androidx.compose.ui.graphics.vector.PathNode> pathData;
+ property public final androidx.compose.ui.graphics.PathFillType pathFillType;
+ property public final androidx.compose.ui.graphics.Brush? stroke;
+ property public final float strokeAlpha;
+ property public final androidx.compose.ui.graphics.StrokeCap strokeLineCap;
+ property public final androidx.compose.ui.graphics.StrokeJoin strokeLineJoin;
+ property public final float strokeLineMiter;
+ property public final float strokeLineWidth;
+ property public final float trimPathEnd;
+ property public final float trimPathOffset;
+ property public final float trimPathStart;
}
}
@@ -857,8 +884,6 @@
}
public enum HapticFeedbackType {
- method public static androidx.compose.ui.hapticfeedback.HapticFeedbackType valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.hapticfeedback.HapticFeedbackType[] values();
enum_constant public static final androidx.compose.ui.hapticfeedback.HapticFeedbackType LongPress;
enum_constant public static final androidx.compose.ui.hapticfeedback.HapticFeedbackType TextHandleMove;
}
@@ -887,299 +912,300 @@
method public int getKeyCode();
method public static inline int hashCode-impl(int p);
method public static String toString-impl(int $this);
+ property public final int keyCode;
field public static final androidx.compose.ui.input.key.Key.Companion Companion;
}
public static final class Key.Companion {
- method public int getA();
- method public int getAllApps();
- method public int getAltLeft();
- method public int getAltRight();
- method public int getApostrophe();
- method public int getAppSwitch();
- method public int getAssist();
- method public int getAt();
- method public int getAvReceiverInput();
- method public int getAvReceiverPower();
- method public int getB();
- method public int getBack();
- method public int getBackslash();
- method public int getBackspace();
- method public int getBookmark();
- method public int getBreak();
- method public int getBrightnessDown();
- method public int getBrightnessUp();
- method public int getBrowser();
- method public int getButton1();
- method public int getButton10();
- method public int getButton11();
- method public int getButton12();
- method public int getButton13();
- method public int getButton14();
- method public int getButton15();
- method public int getButton16();
- method public int getButton2();
- method public int getButton3();
- method public int getButton4();
- method public int getButton5();
- method public int getButton6();
- method public int getButton7();
- method public int getButton8();
- method public int getButton9();
- method public int getButtonA();
- method public int getButtonB();
- method public int getButtonC();
- method public int getButtonL1();
- method public int getButtonL2();
- method public int getButtonMode();
- method public int getButtonR1();
- method public int getButtonR2();
- method public int getButtonSelect();
- method public int getButtonStart();
- method public int getButtonThumbLeft();
- method public int getButtonThumbRight();
- method public int getButtonX();
- method public int getButtonY();
- method public int getButtonZ();
- method public int getC();
- method public int getCalculator();
- method public int getCalendar();
- method public int getCall();
- method public int getCamera();
- method public int getCapsLock();
- method public int getCaptions();
- method public int getChannelDown();
- method public int getChannelUp();
- method public int getClear();
- method public int getComma();
- method public int getContacts();
- method public int getCopy();
- method public int getCtrlLeft();
- method public int getCtrlRight();
- method public int getCut();
- method public int getD();
- method public int getDPadCenter();
- method public int getDPadDown();
- method public int getDPadDownLeft();
- method public int getDPadDownRight();
- method public int getDPadLeft();
- method public int getDPadRight();
- method public int getDPadUp();
- method public int getDPadUpLeft();
- method public int getDPadUpRight();
- method public int getDelete();
- method public int getDvr();
- method public int getE();
- method public int getEisu();
- method public int getEndCall();
- method public int getEnter();
- method public int getEnvelope();
- method public int getEquals();
- method public int getEscape();
- method public int getF();
- method public int getF1();
- method public int getF10();
- method public int getF11();
- method public int getF12();
- method public int getF2();
- method public int getF3();
- method public int getF4();
- method public int getF5();
- method public int getF6();
- method public int getF7();
- method public int getF8();
- method public int getF9();
- method public int getFocus();
- method public int getForward();
- method public int getFunction();
- method public int getG();
- method public int getGrave();
- method public int getGuide();
- method public int getH();
- method public int getHeadsetHook();
- method public int getHelp();
- method public int getHenkan();
- method public int getHome();
- method public int getI();
- method public int getInfo();
- method public int getInsert();
- method public int getJ();
- method public int getK();
- method public int getKana();
- method public int getKatakanaHiragana();
- method public int getL();
- method public int getLanguageSwitch();
- method public int getLastChannel();
- method public int getLeftBracket();
- method public int getM();
- method public int getMannerMode();
- method public int getMediaAudioTrack();
- method public int getMediaClose();
- method public int getMediaEject();
- method public int getMediaFastForward();
- method public int getMediaNext();
- method public int getMediaPause();
- method public int getMediaPlay();
- method public int getMediaPlayPause();
- method public int getMediaPrevious();
- method public int getMediaRecord();
- method public int getMediaRewind();
- method public int getMediaSkipBackward();
- method public int getMediaSkipForward();
- method public int getMediaStepBackward();
- method public int getMediaStepForward();
- method public int getMediaStop();
- method public int getMediaTopMenu();
- method public int getMenu();
- method public int getMetaLeft();
- method public int getMetaRight();
- method public int getMicrophoneMute();
- method public int getMinus();
- method public int getMoveEnd();
- method public int getMoveHome();
- method public int getMuhenkan();
- method public int getMultiply();
- method public int getMusic();
- method public int getN();
- method public int getNavigateIn();
- method public int getNavigateNext();
- method public int getNavigateOut();
- method public int getNavigatePrevious();
- method public int getNotification();
- method public int getNumLock();
- method public int getNumPad0();
- method public int getNumPad1();
- method public int getNumPad2();
- method public int getNumPad3();
- method public int getNumPad4();
- method public int getNumPad5();
- method public int getNumPad6();
- method public int getNumPad7();
- method public int getNumPad8();
- method public int getNumPad9();
- method public int getNumPadAdd();
- method public int getNumPadComma();
- method public int getNumPadDivide();
- method public int getNumPadDot();
- method public int getNumPadEnter();
- method public int getNumPadEquals();
- method public int getNumPadLeftParenthesis();
- method public int getNumPadMultiply();
- method public int getNumPadRightParenthesis();
- method public int getNumPadSubtract();
- method public int getNumber();
- method public int getNumber0();
- method public int getNumber1();
- method public int getNumber11();
- method public int getNumber12();
- method public int getNumber2();
- method public int getNumber3();
- method public int getNumber4();
- method public int getNumber5();
- method public int getNumber6();
- method public int getNumber7();
- method public int getNumber8();
- method public int getNumber9();
- method public int getO();
- method public int getP();
- method public int getPageDown();
- method public int getPageUp();
- method public int getPairing();
- method public int getPaste();
- method public int getPeriod();
- method public int getPictureSymbols();
- method public int getPlus();
- method public int getPound();
- method public int getPower();
- method public int getPrintScreen();
- method public int getProfileSwitch();
- method public int getProgramBlue();
- method public int getProgramGreen();
- method public int getProgramRed();
- method public int getProgramYellow();
- method public int getQ();
- method public int getR();
- method public int getRefresh();
- method public int getRightBracket();
- method public int getRo();
- method public int getS();
- method public int getScrollLock();
- method public int getSearch();
- method public int getSemicolon();
- method public int getSetTopBoxInput();
- method public int getSetTopBoxPower();
- method public int getSettings();
- method public int getShiftLeft();
- method public int getShiftRight();
- method public int getSlash();
- method public int getSleep();
- method public int getSoftLeft();
- method public int getSoftRight();
- method public int getSoftSleep();
- method public int getSpacebar();
- method public int getStem1();
- method public int getStem2();
- method public int getStem3();
- method public int getStemPrimary();
- method public int getSwitchCharset();
- method public int getSymbol();
- method public int getSystemNavigationDown();
- method public int getSystemNavigationLeft();
- method public int getSystemNavigationRight();
- method public int getSystemNavigationUp();
- method public int getT();
- method public int getTab();
- method public int getThumbsDown();
- method public int getThumbsUp();
- method public int getToggle2D3D();
- method public int getTv();
- method public int getTvAntennaCable();
- method public int getTvAudioDescription();
- method public int getTvAudioDescriptionMixingVolumeDown();
- method public int getTvAudioDescriptionMixingVolumeUp();
- method public int getTvContentsMenu();
- method public int getTvDataService();
- method public int getTvInput();
- method public int getTvInputComponent1();
- method public int getTvInputComponent2();
- method public int getTvInputComposite1();
- method public int getTvInputComposite2();
- method public int getTvInputHdmi1();
- method public int getTvInputHdmi2();
- method public int getTvInputHdmi3();
- method public int getTvInputHdmi4();
- method public int getTvInputVga1();
- method public int getTvMediaContextMenu();
- method public int getTvNetwork();
- method public int getTvNumberEntry();
- method public int getTvPower();
- method public int getTvRadioService();
- method public int getTvSatellite();
- method public int getTvSatelliteBs();
- method public int getTvSatelliteCs();
- method public int getTvSatelliteService();
- method public int getTvTeletext();
- method public int getTvTerrestrialAnalog();
- method public int getTvTerrestrialDigital();
- method public int getTvTimerProgramming();
- method public int getTvZoomMode();
- method public int getU();
- method public int getUnknown();
- method public int getV();
- method public int getVoiceAssist();
- method public int getVolumeDown();
- method public int getVolumeMute();
- method public int getVolumeUp();
- method public int getW();
- method public int getWakeUp();
- method public int getWindow();
- method public int getX();
- method public int getY();
- method public int getYen();
- method public int getZ();
- method public int getZenkakuHankaru();
- method public int getZoomIn();
- method public int getZoomOut();
+ method public int getA-EK5gGoQ();
+ method public int getAllApps-EK5gGoQ();
+ method public int getAltLeft-EK5gGoQ();
+ method public int getAltRight-EK5gGoQ();
+ method public int getApostrophe-EK5gGoQ();
+ method public int getAppSwitch-EK5gGoQ();
+ method public int getAssist-EK5gGoQ();
+ method public int getAt-EK5gGoQ();
+ method public int getAvReceiverInput-EK5gGoQ();
+ method public int getAvReceiverPower-EK5gGoQ();
+ method public int getB-EK5gGoQ();
+ method public int getBack-EK5gGoQ();
+ method public int getBackslash-EK5gGoQ();
+ method public int getBackspace-EK5gGoQ();
+ method public int getBookmark-EK5gGoQ();
+ method public int getBreak-EK5gGoQ();
+ method public int getBrightnessDown-EK5gGoQ();
+ method public int getBrightnessUp-EK5gGoQ();
+ method public int getBrowser-EK5gGoQ();
+ method public int getButton1-EK5gGoQ();
+ method public int getButton10-EK5gGoQ();
+ method public int getButton11-EK5gGoQ();
+ method public int getButton12-EK5gGoQ();
+ method public int getButton13-EK5gGoQ();
+ method public int getButton14-EK5gGoQ();
+ method public int getButton15-EK5gGoQ();
+ method public int getButton16-EK5gGoQ();
+ method public int getButton2-EK5gGoQ();
+ method public int getButton3-EK5gGoQ();
+ method public int getButton4-EK5gGoQ();
+ method public int getButton5-EK5gGoQ();
+ method public int getButton6-EK5gGoQ();
+ method public int getButton7-EK5gGoQ();
+ method public int getButton8-EK5gGoQ();
+ method public int getButton9-EK5gGoQ();
+ method public int getButtonA-EK5gGoQ();
+ method public int getButtonB-EK5gGoQ();
+ method public int getButtonC-EK5gGoQ();
+ method public int getButtonL1-EK5gGoQ();
+ method public int getButtonL2-EK5gGoQ();
+ method public int getButtonMode-EK5gGoQ();
+ method public int getButtonR1-EK5gGoQ();
+ method public int getButtonR2-EK5gGoQ();
+ method public int getButtonSelect-EK5gGoQ();
+ method public int getButtonStart-EK5gGoQ();
+ method public int getButtonThumbLeft-EK5gGoQ();
+ method public int getButtonThumbRight-EK5gGoQ();
+ method public int getButtonX-EK5gGoQ();
+ method public int getButtonY-EK5gGoQ();
+ method public int getButtonZ-EK5gGoQ();
+ method public int getC-EK5gGoQ();
+ method public int getCalculator-EK5gGoQ();
+ method public int getCalendar-EK5gGoQ();
+ method public int getCall-EK5gGoQ();
+ method public int getCamera-EK5gGoQ();
+ method public int getCapsLock-EK5gGoQ();
+ method public int getCaptions-EK5gGoQ();
+ method public int getChannelDown-EK5gGoQ();
+ method public int getChannelUp-EK5gGoQ();
+ method public int getClear-EK5gGoQ();
+ method public int getComma-EK5gGoQ();
+ method public int getContacts-EK5gGoQ();
+ method public int getCopy-EK5gGoQ();
+ method public int getCtrlLeft-EK5gGoQ();
+ method public int getCtrlRight-EK5gGoQ();
+ method public int getCut-EK5gGoQ();
+ method public int getD-EK5gGoQ();
+ method public int getDPadCenter-EK5gGoQ();
+ method public int getDPadDown-EK5gGoQ();
+ method public int getDPadDownLeft-EK5gGoQ();
+ method public int getDPadDownRight-EK5gGoQ();
+ method public int getDPadLeft-EK5gGoQ();
+ method public int getDPadRight-EK5gGoQ();
+ method public int getDPadUp-EK5gGoQ();
+ method public int getDPadUpLeft-EK5gGoQ();
+ method public int getDPadUpRight-EK5gGoQ();
+ method public int getDelete-EK5gGoQ();
+ method public int getDvr-EK5gGoQ();
+ method public int getE-EK5gGoQ();
+ method public int getEisu-EK5gGoQ();
+ method public int getEndCall-EK5gGoQ();
+ method public int getEnter-EK5gGoQ();
+ method public int getEnvelope-EK5gGoQ();
+ method public int getEquals-EK5gGoQ();
+ method public int getEscape-EK5gGoQ();
+ method public int getF-EK5gGoQ();
+ method public int getF1-EK5gGoQ();
+ method public int getF10-EK5gGoQ();
+ method public int getF11-EK5gGoQ();
+ method public int getF12-EK5gGoQ();
+ method public int getF2-EK5gGoQ();
+ method public int getF3-EK5gGoQ();
+ method public int getF4-EK5gGoQ();
+ method public int getF5-EK5gGoQ();
+ method public int getF6-EK5gGoQ();
+ method public int getF7-EK5gGoQ();
+ method public int getF8-EK5gGoQ();
+ method public int getF9-EK5gGoQ();
+ method public int getFocus-EK5gGoQ();
+ method public int getForward-EK5gGoQ();
+ method public int getFunction-EK5gGoQ();
+ method public int getG-EK5gGoQ();
+ method public int getGrave-EK5gGoQ();
+ method public int getGuide-EK5gGoQ();
+ method public int getH-EK5gGoQ();
+ method public int getHeadsetHook-EK5gGoQ();
+ method public int getHelp-EK5gGoQ();
+ method public int getHenkan-EK5gGoQ();
+ method public int getHome-EK5gGoQ();
+ method public int getI-EK5gGoQ();
+ method public int getInfo-EK5gGoQ();
+ method public int getInsert-EK5gGoQ();
+ method public int getJ-EK5gGoQ();
+ method public int getK-EK5gGoQ();
+ method public int getKana-EK5gGoQ();
+ method public int getKatakanaHiragana-EK5gGoQ();
+ method public int getL-EK5gGoQ();
+ method public int getLanguageSwitch-EK5gGoQ();
+ method public int getLastChannel-EK5gGoQ();
+ method public int getLeftBracket-EK5gGoQ();
+ method public int getM-EK5gGoQ();
+ method public int getMannerMode-EK5gGoQ();
+ method public int getMediaAudioTrack-EK5gGoQ();
+ method public int getMediaClose-EK5gGoQ();
+ method public int getMediaEject-EK5gGoQ();
+ method public int getMediaFastForward-EK5gGoQ();
+ method public int getMediaNext-EK5gGoQ();
+ method public int getMediaPause-EK5gGoQ();
+ method public int getMediaPlay-EK5gGoQ();
+ method public int getMediaPlayPause-EK5gGoQ();
+ method public int getMediaPrevious-EK5gGoQ();
+ method public int getMediaRecord-EK5gGoQ();
+ method public int getMediaRewind-EK5gGoQ();
+ method public int getMediaSkipBackward-EK5gGoQ();
+ method public int getMediaSkipForward-EK5gGoQ();
+ method public int getMediaStepBackward-EK5gGoQ();
+ method public int getMediaStepForward-EK5gGoQ();
+ method public int getMediaStop-EK5gGoQ();
+ method public int getMediaTopMenu-EK5gGoQ();
+ method public int getMenu-EK5gGoQ();
+ method public int getMetaLeft-EK5gGoQ();
+ method public int getMetaRight-EK5gGoQ();
+ method public int getMicrophoneMute-EK5gGoQ();
+ method public int getMinus-EK5gGoQ();
+ method public int getMoveEnd-EK5gGoQ();
+ method public int getMoveHome-EK5gGoQ();
+ method public int getMuhenkan-EK5gGoQ();
+ method public int getMultiply-EK5gGoQ();
+ method public int getMusic-EK5gGoQ();
+ method public int getN-EK5gGoQ();
+ method public int getNavigateIn-EK5gGoQ();
+ method public int getNavigateNext-EK5gGoQ();
+ method public int getNavigateOut-EK5gGoQ();
+ method public int getNavigatePrevious-EK5gGoQ();
+ method public int getNotification-EK5gGoQ();
+ method public int getNumLock-EK5gGoQ();
+ method public int getNumPad0-EK5gGoQ();
+ method public int getNumPad1-EK5gGoQ();
+ method public int getNumPad2-EK5gGoQ();
+ method public int getNumPad3-EK5gGoQ();
+ method public int getNumPad4-EK5gGoQ();
+ method public int getNumPad5-EK5gGoQ();
+ method public int getNumPad6-EK5gGoQ();
+ method public int getNumPad7-EK5gGoQ();
+ method public int getNumPad8-EK5gGoQ();
+ method public int getNumPad9-EK5gGoQ();
+ method public int getNumPadAdd-EK5gGoQ();
+ method public int getNumPadComma-EK5gGoQ();
+ method public int getNumPadDivide-EK5gGoQ();
+ method public int getNumPadDot-EK5gGoQ();
+ method public int getNumPadEnter-EK5gGoQ();
+ method public int getNumPadEquals-EK5gGoQ();
+ method public int getNumPadLeftParenthesis-EK5gGoQ();
+ method public int getNumPadMultiply-EK5gGoQ();
+ method public int getNumPadRightParenthesis-EK5gGoQ();
+ method public int getNumPadSubtract-EK5gGoQ();
+ method public int getNumber-EK5gGoQ();
+ method public int getNumber0-EK5gGoQ();
+ method public int getNumber1-EK5gGoQ();
+ method public int getNumber11-EK5gGoQ();
+ method public int getNumber12-EK5gGoQ();
+ method public int getNumber2-EK5gGoQ();
+ method public int getNumber3-EK5gGoQ();
+ method public int getNumber4-EK5gGoQ();
+ method public int getNumber5-EK5gGoQ();
+ method public int getNumber6-EK5gGoQ();
+ method public int getNumber7-EK5gGoQ();
+ method public int getNumber8-EK5gGoQ();
+ method public int getNumber9-EK5gGoQ();
+ method public int getO-EK5gGoQ();
+ method public int getP-EK5gGoQ();
+ method public int getPageDown-EK5gGoQ();
+ method public int getPageUp-EK5gGoQ();
+ method public int getPairing-EK5gGoQ();
+ method public int getPaste-EK5gGoQ();
+ method public int getPeriod-EK5gGoQ();
+ method public int getPictureSymbols-EK5gGoQ();
+ method public int getPlus-EK5gGoQ();
+ method public int getPound-EK5gGoQ();
+ method public int getPower-EK5gGoQ();
+ method public int getPrintScreen-EK5gGoQ();
+ method public int getProfileSwitch-EK5gGoQ();
+ method public int getProgramBlue-EK5gGoQ();
+ method public int getProgramGreen-EK5gGoQ();
+ method public int getProgramRed-EK5gGoQ();
+ method public int getProgramYellow-EK5gGoQ();
+ method public int getQ-EK5gGoQ();
+ method public int getR-EK5gGoQ();
+ method public int getRefresh-EK5gGoQ();
+ method public int getRightBracket-EK5gGoQ();
+ method public int getRo-EK5gGoQ();
+ method public int getS-EK5gGoQ();
+ method public int getScrollLock-EK5gGoQ();
+ method public int getSearch-EK5gGoQ();
+ method public int getSemicolon-EK5gGoQ();
+ method public int getSetTopBoxInput-EK5gGoQ();
+ method public int getSetTopBoxPower-EK5gGoQ();
+ method public int getSettings-EK5gGoQ();
+ method public int getShiftLeft-EK5gGoQ();
+ method public int getShiftRight-EK5gGoQ();
+ method public int getSlash-EK5gGoQ();
+ method public int getSleep-EK5gGoQ();
+ method public int getSoftLeft-EK5gGoQ();
+ method public int getSoftRight-EK5gGoQ();
+ method public int getSoftSleep-EK5gGoQ();
+ method public int getSpacebar-EK5gGoQ();
+ method public int getStem1-EK5gGoQ();
+ method public int getStem2-EK5gGoQ();
+ method public int getStem3-EK5gGoQ();
+ method public int getStemPrimary-EK5gGoQ();
+ method public int getSwitchCharset-EK5gGoQ();
+ method public int getSymbol-EK5gGoQ();
+ method public int getSystemNavigationDown-EK5gGoQ();
+ method public int getSystemNavigationLeft-EK5gGoQ();
+ method public int getSystemNavigationRight-EK5gGoQ();
+ method public int getSystemNavigationUp-EK5gGoQ();
+ method public int getT-EK5gGoQ();
+ method public int getTab-EK5gGoQ();
+ method public int getThumbsDown-EK5gGoQ();
+ method public int getThumbsUp-EK5gGoQ();
+ method public int getToggle2D3D-EK5gGoQ();
+ method public int getTv-EK5gGoQ();
+ method public int getTvAntennaCable-EK5gGoQ();
+ method public int getTvAudioDescription-EK5gGoQ();
+ method public int getTvAudioDescriptionMixingVolumeDown-EK5gGoQ();
+ method public int getTvAudioDescriptionMixingVolumeUp-EK5gGoQ();
+ method public int getTvContentsMenu-EK5gGoQ();
+ method public int getTvDataService-EK5gGoQ();
+ method public int getTvInput-EK5gGoQ();
+ method public int getTvInputComponent1-EK5gGoQ();
+ method public int getTvInputComponent2-EK5gGoQ();
+ method public int getTvInputComposite1-EK5gGoQ();
+ method public int getTvInputComposite2-EK5gGoQ();
+ method public int getTvInputHdmi1-EK5gGoQ();
+ method public int getTvInputHdmi2-EK5gGoQ();
+ method public int getTvInputHdmi3-EK5gGoQ();
+ method public int getTvInputHdmi4-EK5gGoQ();
+ method public int getTvInputVga1-EK5gGoQ();
+ method public int getTvMediaContextMenu-EK5gGoQ();
+ method public int getTvNetwork-EK5gGoQ();
+ method public int getTvNumberEntry-EK5gGoQ();
+ method public int getTvPower-EK5gGoQ();
+ method public int getTvRadioService-EK5gGoQ();
+ method public int getTvSatellite-EK5gGoQ();
+ method public int getTvSatelliteBs-EK5gGoQ();
+ method public int getTvSatelliteCs-EK5gGoQ();
+ method public int getTvSatelliteService-EK5gGoQ();
+ method public int getTvTeletext-EK5gGoQ();
+ method public int getTvTerrestrialAnalog-EK5gGoQ();
+ method public int getTvTerrestrialDigital-EK5gGoQ();
+ method public int getTvTimerProgramming-EK5gGoQ();
+ method public int getTvZoomMode-EK5gGoQ();
+ method public int getU-EK5gGoQ();
+ method public int getUnknown-EK5gGoQ();
+ method public int getV-EK5gGoQ();
+ method public int getVoiceAssist-EK5gGoQ();
+ method public int getVolumeDown-EK5gGoQ();
+ method public int getVolumeMute-EK5gGoQ();
+ method public int getVolumeUp-EK5gGoQ();
+ method public int getW-EK5gGoQ();
+ method public int getWakeUp-EK5gGoQ();
+ method public int getWindow-EK5gGoQ();
+ method public int getX-EK5gGoQ();
+ method public int getY-EK5gGoQ();
+ method public int getYen-EK5gGoQ();
+ method public int getZ-EK5gGoQ();
+ method public int getZenkakuHankaru-EK5gGoQ();
+ method public int getZoomIn-EK5gGoQ();
+ method public int getZoomOut-EK5gGoQ();
property public final int A;
property public final int AllApps;
property public final int AltLeft;
@@ -1473,7 +1499,7 @@
@androidx.compose.ui.input.key.ExperimentalKeyInput public interface KeyEvent {
method public androidx.compose.ui.input.key.Alt getAlt();
- method public int getKey();
+ method public int getKey-EK5gGoQ();
method public androidx.compose.ui.input.key.KeyEventType getType();
method public int getUtf16CodePoint();
property public abstract androidx.compose.ui.input.key.Alt alt;
@@ -1483,8 +1509,6 @@
}
@androidx.compose.ui.input.key.ExperimentalKeyInput public enum KeyEventType {
- method public static androidx.compose.ui.input.key.KeyEventType valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.input.key.KeyEventType[] values();
enum_constant public static final androidx.compose.ui.input.key.KeyEventType KeyDown;
enum_constant public static final androidx.compose.ui.input.key.KeyEventType KeyUp;
enum_constant public static final androidx.compose.ui.input.key.KeyEventType Unknown;
@@ -1500,11 +1524,13 @@
package androidx.compose.ui.input.pointer {
@androidx.compose.runtime.Immutable public final class ConsumedData {
- method public long component1();
+ method public long component1-F1C5BW0();
method public boolean component2();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.input.pointer.ConsumedData copy-Dkz3Of0(long positionChange, boolean downChange);
method public boolean getDownChange();
- method public long getPositionChange();
+ method public long getPositionChange-F1C5BW0();
+ property public final boolean downChange;
+ property public final long positionChange;
}
public interface CustomEvent {
@@ -1527,6 +1553,7 @@
method public java.util.List<androidx.compose.ui.input.pointer.PointerInputChange> component1();
method public androidx.compose.ui.input.pointer.PointerEvent copy(java.util.List<androidx.compose.ui.input.pointer.PointerInputChange> changes, android.view.MotionEvent? motionEvent);
method public java.util.List<androidx.compose.ui.input.pointer.PointerInputChange> getChanges();
+ property public final java.util.List<androidx.compose.ui.input.pointer.PointerInputChange> changes;
}
public final class PointerEventKt {
@@ -1546,8 +1573,6 @@
}
public enum PointerEventPass {
- method public static androidx.compose.ui.input.pointer.PointerEventPass valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.input.pointer.PointerEventPass[] values();
enum_constant public static final androidx.compose.ui.input.pointer.PointerEventPass Final;
enum_constant public static final androidx.compose.ui.input.pointer.PointerEventPass Initial;
enum_constant public static final androidx.compose.ui.input.pointer.PointerEventPass Main;
@@ -1561,42 +1586,55 @@
method public long getValue();
method public static inline int hashCode-impl(long p);
method public static inline String! toString-impl(long p);
+ property public final long value;
}
@androidx.compose.runtime.Immutable public final class PointerInputChange {
- method public long component1();
+ method public long component1-J3iCeTQ();
method public androidx.compose.ui.input.pointer.PointerInputData component2();
method public androidx.compose.ui.input.pointer.PointerInputData component3();
method public androidx.compose.ui.input.pointer.ConsumedData component4();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.input.pointer.PointerInputChange copy-FzBznnU(long id, androidx.compose.ui.input.pointer.PointerInputData current, androidx.compose.ui.input.pointer.PointerInputData previous, androidx.compose.ui.input.pointer.ConsumedData consumed);
method public androidx.compose.ui.input.pointer.ConsumedData getConsumed();
method public androidx.compose.ui.input.pointer.PointerInputData getCurrent();
- method public long getId();
+ method public long getId-J3iCeTQ();
method public androidx.compose.ui.input.pointer.PointerInputData getPrevious();
+ property public final androidx.compose.ui.input.pointer.ConsumedData consumed;
+ property public final androidx.compose.ui.input.pointer.PointerInputData current;
+ property public final long id;
+ property public final androidx.compose.ui.input.pointer.PointerInputData previous;
}
@androidx.compose.runtime.Immutable public final class PointerInputData {
- method public androidx.compose.ui.unit.Uptime? component1();
- method public androidx.compose.ui.geometry.Offset? component2();
+ method public androidx.compose.ui.unit.Uptime? component1-T5nwvdw();
+ method public androidx.compose.ui.geometry.Offset? component2-_m7T9-E();
method public boolean component3();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.input.pointer.PointerInputData copy-AGkGHIk(androidx.compose.ui.unit.Uptime? uptime, androidx.compose.ui.geometry.Offset? position, boolean down);
method public boolean getDown();
- method public androidx.compose.ui.geometry.Offset? getPosition();
- method public androidx.compose.ui.unit.Uptime? getUptime();
+ method public androidx.compose.ui.geometry.Offset? getPosition-_m7T9-E();
+ method public androidx.compose.ui.unit.Uptime? getUptime-T5nwvdw();
+ property public final boolean down;
+ property public final androidx.compose.ui.geometry.Offset? position;
+ property public final androidx.compose.ui.unit.Uptime? uptime;
}
public final class PointerInputEvent {
method public android.view.MotionEvent getMotionEvent();
method public java.util.List<androidx.compose.ui.input.pointer.PointerInputEventData> getPointers();
- method public long getUptime();
+ method public long getUptime-CLVl0cY();
+ property public final android.view.MotionEvent motionEvent;
+ property public final java.util.List<androidx.compose.ui.input.pointer.PointerInputEventData> pointers;
+ property public final long uptime;
}
public final class PointerInputEventData {
- method public long component1();
+ method public long component1-J3iCeTQ();
method public androidx.compose.ui.input.pointer.PointerInputData component2();
method public androidx.compose.ui.input.pointer.PointerInputEventData copy-pdufZyI(long id, androidx.compose.ui.input.pointer.PointerInputData pointerInputData);
- method public long getId();
+ method public long getId-J3iCeTQ();
method public androidx.compose.ui.input.pointer.PointerInputData getPointerInputData();
+ property public final long id;
+ property public final androidx.compose.ui.input.pointer.PointerInputData pointerInputData;
}
public final class PointerInputEventProcessorKt {
@@ -1666,6 +1704,7 @@
method @androidx.compose.runtime.Immutable public androidx.compose.ui.layout.FixedScale copy(float value);
method public float getValue();
method public float scale-AhF4CD4(long srcSize, long dstSize);
+ property public final float value;
}
public interface IntrinsicMeasurable {
@@ -1692,7 +1731,7 @@
method public operator int get(androidx.compose.ui.AlignmentLine line);
method public androidx.compose.ui.layout.LayoutCoordinates? getParentCoordinates();
method public java.util.Set<androidx.compose.ui.AlignmentLine> getProvidedAlignmentLines();
- method public long getSize();
+ method public long getSize-YbymL2g();
method public long globalToLocal-k-4lQ0M(long global);
method public boolean isAttached();
method public long localToGlobal-k-4lQ0M(long local);
@@ -1747,10 +1786,10 @@
package androidx.compose.ui.node {
- @kotlin.RequiresOptIn(level=RequiresOptIn.Level.ERROR, message="This is an experimental API for Compose UI LayoutNode and is likely to change " + "before becoming stable.") @kotlin.annotation.Target(allowedTargets={AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY}) public @interface ExperimentalLayoutNodeApi {
+ @kotlin.RequiresOptIn(level=kotlin.RequiresOptIn.Level, message="This is an experimental API for Compose UI LayoutNode and is likely to change " + "before becoming stable.") @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface ExperimentalLayoutNodeApi {
}
- @kotlin.RequiresOptIn(message="This API is internal to library.") @kotlin.annotation.Target(allowedTargets={AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER}) public @interface InternalCoreApi {
+ @kotlin.RequiresOptIn(message="This API is internal to library.") @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface InternalCoreApi {
}
@androidx.compose.ui.node.ExperimentalLayoutNodeApi public final class LayoutNode implements androidx.compose.ui.Measurable androidx.compose.ui.node.OwnerScope androidx.compose.ui.Remeasurement {
@@ -1853,6 +1892,9 @@
method public androidx.compose.ui.layout.LayoutCoordinates getCoordinates();
method public Object? getExtra();
method public androidx.compose.ui.Modifier getModifier();
+ property public final androidx.compose.ui.layout.LayoutCoordinates coordinates;
+ property public final Object? extra;
+ property public final androidx.compose.ui.Modifier modifier;
}
public interface OwnedLayer {
@@ -1872,7 +1914,7 @@
}
public interface Owner {
- method public long calculatePosition();
+ method public long calculatePosition-nOcc-ac();
method public androidx.compose.ui.node.OwnedLayer createLayer(androidx.compose.ui.DrawLayerModifier drawLayerModifier, kotlin.jvm.functions.Function1<? super androidx.compose.ui.graphics.Canvas,kotlin.Unit> drawBlock, kotlin.jvm.functions.Function0<kotlin.Unit> invalidateParentLayer);
method public androidx.compose.ui.autofill.Autofill? getAutofill();
method public androidx.compose.ui.autofill.AutofillTree getAutofillTree();
@@ -2016,6 +2058,9 @@
method public androidx.lifecycle.LifecycleOwner getLifecycleOwner();
method public androidx.savedstate.SavedStateRegistryOwner getSavedStateRegistryOwner();
method public androidx.lifecycle.ViewModelStoreOwner getViewModelStoreOwner();
+ property public final androidx.lifecycle.LifecycleOwner lifecycleOwner;
+ property public final androidx.savedstate.SavedStateRegistryOwner savedStateRegistryOwner;
+ property public final androidx.lifecycle.ViewModelStoreOwner viewModelStoreOwner;
}
public final class AndroidUriHandler implements androidx.compose.ui.platform.UriHandler {
@@ -2077,8 +2122,6 @@
}
public enum TextToolbarStatus {
- method public static androidx.compose.ui.platform.TextToolbarStatus valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.platform.TextToolbarStatus[] values();
enum_constant public static final androidx.compose.ui.platform.TextToolbarStatus Hidden;
enum_constant public static final androidx.compose.ui.platform.TextToolbarStatus Shown;
}
@@ -2094,6 +2137,8 @@
method public androidx.compose.ui.platform.ValueElement copy(String name, Object? value);
method public String getName();
method public Object? getValue();
+ property public final String name;
+ property public final Object? value;
}
public final class WrapperKt {
@@ -2128,6 +2173,7 @@
public final class FailedResource<T> extends androidx.compose.ui.res.Resource<T> {
ctor public FailedResource(T? resource, Throwable? throwable);
method public Throwable? getThrowable();
+ property public final Throwable? throwable;
}
public final class FontResourcesKt {
@@ -2158,6 +2204,7 @@
public abstract sealed class Resource<T> {
method public final T? getResource();
+ property public final T? resource;
}
public final class ResourcesKt {
@@ -2180,7 +2227,7 @@
public interface Selectable {
method public androidx.compose.ui.geometry.Rect getBoundingBox(int offset);
- method public long getHandlePosition(androidx.compose.ui.selection.Selection selection, boolean isStartHandle);
+ method public long getHandlePosition-F1C5BW0(androidx.compose.ui.selection.Selection selection, boolean isStartHandle);
method public androidx.compose.ui.layout.LayoutCoordinates? getLayoutCoordinates();
method public androidx.compose.ui.selection.Selection? getSelection-lzk2kLM(long startPosition, long endPosition, androidx.compose.ui.layout.LayoutCoordinates containerLayoutCoordinates, boolean longPress, androidx.compose.ui.selection.Selection? previousSelection = null, boolean isStartHandle = true);
method public androidx.compose.ui.text.AnnotatedString getText();
@@ -2196,7 +2243,10 @@
method public boolean getHandlesCrossed();
method public androidx.compose.ui.selection.Selection.AnchorInfo getStart();
method public androidx.compose.ui.selection.Selection merge(androidx.compose.ui.selection.Selection? other);
- method public long toTextRange();
+ method public long toTextRange-d9O1mEE();
+ property public final androidx.compose.ui.selection.Selection.AnchorInfo end;
+ property public final boolean handlesCrossed;
+ property public final androidx.compose.ui.selection.Selection.AnchorInfo start;
}
@androidx.compose.runtime.Immutable public static final class Selection.AnchorInfo {
@@ -2208,6 +2258,9 @@
method public androidx.compose.ui.text.style.ResolvedTextDirection getDirection();
method public int getOffset();
method public androidx.compose.ui.selection.Selectable getSelectable();
+ property public final androidx.compose.ui.text.style.ResolvedTextDirection direction;
+ property public final int offset;
+ property public final androidx.compose.ui.selection.Selectable selectable;
}
public final class SelectionContainerKt {
@@ -2244,6 +2297,8 @@
method public androidx.compose.ui.semantics.AccessibilityAction<T> copy(CharSequence? label, T action);
method public T getAction();
method public CharSequence? getLabel();
+ property public final T action;
+ property public final CharSequence? label;
}
public final class AccessibilityRangeInfo {
@@ -2255,6 +2310,9 @@
method public float getCurrent();
method public kotlin.ranges.ClosedFloatingPointRange<java.lang.Float> getRange();
method public int getSteps();
+ property public final float current;
+ property public final kotlin.ranges.ClosedFloatingPointRange<java.lang.Float> range;
+ property public final int steps;
}
public final class AccessibilityScrollState {
@@ -2267,6 +2325,9 @@
method public float getMaxValue();
method public boolean getReverseScrolling();
method public float getValue();
+ property public final float maxValue;
+ property public final boolean reverseScrolling;
+ property public final float value;
}
public final class CustomAccessibilityAction {
@@ -2276,6 +2337,8 @@
method public androidx.compose.ui.semantics.CustomAccessibilityAction copy(CharSequence label, kotlin.jvm.functions.Function0<java.lang.Boolean> action);
method public kotlin.jvm.functions.Function0<java.lang.Boolean> getAction();
method public CharSequence getLabel();
+ property public final kotlin.jvm.functions.Function0<java.lang.Boolean> action;
+ property public final CharSequence label;
}
public final class SemanticsActions {
@@ -2336,12 +2399,12 @@
method public androidx.compose.ui.node.LayoutNode getComponentNode();
method public androidx.compose.ui.semantics.SemanticsConfiguration getConfig();
method public androidx.compose.ui.geometry.Rect getGlobalBounds();
- method public long getGlobalPosition();
+ method public long getGlobalPosition-F1C5BW0();
method public int getId();
method public boolean getMergingEnabled();
method public androidx.compose.ui.semantics.SemanticsNode? getParent();
- method public long getPositionInRoot();
- method public long getSize();
+ method public long getPositionInRoot-F1C5BW0();
+ method public long getSize-YbymL2g();
method public boolean isRoot();
property public final androidx.compose.ui.geometry.Rect boundsInRoot;
property public final java.util.List<androidx.compose.ui.semantics.SemanticsNode> children;
@@ -2351,6 +2414,7 @@
property public final long globalPosition;
property public final int id;
property public final boolean isRoot;
+ property public final boolean mergingEnabled;
property public final androidx.compose.ui.semantics.SemanticsNode? parent;
property public final long positionInRoot;
property public final long size;
@@ -2364,6 +2428,7 @@
method public androidx.compose.ui.node.LayoutNode getRootNode();
method public androidx.compose.ui.semantics.SemanticsNode getRootSemanticsNode();
method public androidx.compose.ui.semantics.SemanticsNode getUnmergedRootSemanticsNode();
+ property public final androidx.compose.ui.node.LayoutNode rootNode;
property public final androidx.compose.ui.semantics.SemanticsNode rootSemanticsNode;
property public final androidx.compose.ui.semantics.SemanticsNode unmergedRootSemanticsNode;
}
@@ -2442,6 +2507,7 @@
method public operator T! getValue(androidx.compose.ui.semantics.SemanticsPropertyReceiver thisRef, kotlin.reflect.KProperty<?> property);
method public T? merge(T? parentValue, T? childValue);
method public operator void setValue(androidx.compose.ui.semantics.SemanticsPropertyReceiver thisRef, kotlin.reflect.KProperty<?> property, T? value);
+ property public final String name;
}
public interface SemanticsPropertyReceiver {
@@ -2487,7 +2553,7 @@
method @Deprecated @androidx.compose.runtime.Composable public static <T extends android.view.ViewGroup> void emitView(kotlin.jvm.functions.Function1<? super android.content.Context,? extends T> ctor, kotlin.jvm.functions.Function1<? super T,kotlin.Unit> update, kotlin.jvm.functions.Function0<kotlin.Unit> children);
}
- @kotlin.RequiresOptIn(level=RequiresOptIn.Level.ERROR, message="This is an experimental API for Compose UI LayoutNode and is likely to change " + "before becoming stable.") @kotlin.annotation.Target(allowedTargets={AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY}) public @interface InternalInteropApi {
+ @kotlin.RequiresOptIn(level=kotlin.RequiresOptIn.Level, message="This is an experimental API for Compose UI LayoutNode and is likely to change " + "before becoming stable.") @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface InternalInteropApi {
}
public final class ViewModelKt {
diff --git a/compose/ui/ui/api/public_plus_experimental_current.txt b/compose/ui/ui/api/public_plus_experimental_current.txt
index 7748570..3658577 100644
--- a/compose/ui/ui/api/public_plus_experimental_current.txt
+++ b/compose/ui/ui/api/public_plus_experimental_current.txt
@@ -92,7 +92,7 @@
public final class CacheDrawScope implements androidx.compose.ui.unit.Density {
method public float getDensity();
method public float getFontScale();
- method public long getSize();
+ method public long getSize-NH-jbRc();
method public androidx.compose.ui.DrawResult onDraw(kotlin.jvm.functions.Function1<? super androidx.compose.ui.graphics.drawscope.DrawScope,kotlin.Unit> block);
property public float density;
property public float fontScale;
@@ -131,7 +131,7 @@
method public default float getScaleY();
method @FloatRange(from=0.0, to=3.4E38) public default float getShadowElevation();
method public default androidx.compose.ui.graphics.Shape getShape();
- method public default long getTransformOrigin();
+ method public default long getTransformOrigin-gtC0eh8();
method public default float getTranslationX();
method public default float getTranslationY();
property @FloatRange(from=0.0, to=1.0) public default float alpha;
@@ -291,10 +291,10 @@
public abstract class Placeable {
ctor public Placeable();
method public abstract operator int get(androidx.compose.ui.AlignmentLine line);
- method protected final long getApparentToRealOffset();
+ method protected final long getApparentToRealOffset-nOcc-ac();
method public final int getHeight();
- method protected final long getMeasuredSize();
- method protected final long getMeasurementConstraints();
+ method protected final long getMeasuredSize-YbymL2g();
+ method protected final long getMeasurementConstraints-msEJaDk();
method public final int getWidth();
method protected abstract void placeAt--gyyYBs(long position);
method protected final void setMeasuredSize-ozmzZPI(long value);
@@ -331,7 +331,7 @@
@androidx.compose.runtime.Immutable public final inline class TransformOrigin {
ctor public TransformOrigin();
method public static long constructor-impl(internal long packedValue);
- method public static long copy-impl(long $this, float pivotFractionX = this.pivotFractionX, float pivotFractionY = this.pivotFractionY);
+ method public static long copy-gtC0eh8(long $this, float pivotFractionX = this.pivotFractionX, float pivotFractionY = this.pivotFractionY);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(long p, Object? p1);
method public static boolean equals-impl0(long p1, long p2);
method public static float getPivotFractionX-impl(long $this);
@@ -342,7 +342,7 @@
}
public static final class TransformOrigin.Companion {
- method public long getCenter();
+ method public long getCenter-gtC0eh8();
property public final long Center;
}
@@ -351,11 +351,11 @@
}
@androidx.compose.runtime.Stable public interface WithConstraintsScope {
- method public long getConstraints();
- method public float getMaxHeight();
- method public float getMaxWidth();
- method public float getMinHeight();
- method public float getMinWidth();
+ method public long getConstraints-msEJaDk();
+ method public float getMaxHeight-D9Ej5fM();
+ method public float getMaxWidth-D9Ej5fM();
+ method public float getMinHeight-D9Ej5fM();
+ method public float getMinWidth-D9Ej5fM();
property public abstract long constraints;
property public abstract float maxHeight;
property public abstract float maxWidth;
@@ -401,7 +401,10 @@
method public int getId();
method public kotlin.jvm.functions.Function1<java.lang.String,kotlin.Unit>? getOnFill();
method public void setBoundingBox(androidx.compose.ui.geometry.Rect? p);
+ property public final java.util.List<androidx.compose.ui.autofill.AutofillType> autofillTypes;
+ property public final androidx.compose.ui.geometry.Rect? boundingBox;
property public final int id;
+ property public final kotlin.jvm.functions.Function1<java.lang.String,kotlin.Unit>? onFill;
}
public final class AutofillTree {
@@ -413,8 +416,6 @@
}
public enum AutofillType {
- method public static androidx.compose.ui.autofill.AutofillType valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.autofill.AutofillType[] values();
enum_constant public static final androidx.compose.ui.autofill.AutofillType AddressAuxiliaryDetails;
enum_constant public static final androidx.compose.ui.autofill.AutofillType AddressCountry;
enum_constant public static final androidx.compose.ui.autofill.AutofillType AddressLocality;
@@ -500,8 +501,6 @@
}
@androidx.compose.ui.focus.ExperimentalFocus public enum FocusState {
- method public static androidx.compose.ui.focus.FocusState valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.focus.FocusState[] values();
enum_constant public static final androidx.compose.ui.focus.FocusState Active;
enum_constant public static final androidx.compose.ui.focus.FocusState ActiveParent;
enum_constant public static final androidx.compose.ui.focus.FocusState Captured;
@@ -510,8 +509,6 @@
}
@Deprecated public enum FocusState2 {
- method @Deprecated public static androidx.compose.ui.focus.FocusState2 valueOf(String name) throws java.lang.IllegalArgumentException;
- method @Deprecated public static androidx.compose.ui.focus.FocusState2[] values();
}
public final class FocusStateKt {
@@ -543,8 +540,6 @@
}
public enum Direction {
- method public static androidx.compose.ui.gesture.Direction valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.gesture.Direction[] values();
enum_constant public static final androidx.compose.ui.gesture.Direction DOWN;
enum_constant public static final androidx.compose.ui.gesture.Direction LEFT;
enum_constant public static final androidx.compose.ui.gesture.Direction RIGHT;
@@ -661,11 +656,11 @@
method public androidx.compose.ui.gesture.customevents.DelayUpMessage getMessage();
method public java.util.Set<androidx.compose.ui.input.pointer.PointerId> getPointers();
method public void setMessage(androidx.compose.ui.gesture.customevents.DelayUpMessage p);
+ property public final androidx.compose.ui.gesture.customevents.DelayUpMessage message;
+ property public final java.util.Set<androidx.compose.ui.input.pointer.PointerId> pointers;
}
@androidx.compose.ui.gesture.ExperimentalPointerInput public enum DelayUpMessage {
- method public static androidx.compose.ui.gesture.customevents.DelayUpMessage valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.gesture.customevents.DelayUpMessage[] values();
enum_constant public static final androidx.compose.ui.gesture.customevents.DelayUpMessage DelayUp;
enum_constant public static final androidx.compose.ui.gesture.customevents.DelayUpMessage DelayedUpConsumed;
enum_constant public static final androidx.compose.ui.gesture.customevents.DelayUpMessage DelayedUpNotConsumed;
@@ -680,8 +675,6 @@
package androidx.compose.ui.gesture.scrollorientationlocking {
public enum Orientation {
- method public static androidx.compose.ui.gesture.scrollorientationlocking.Orientation valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.gesture.scrollorientationlocking.Orientation[] values();
enum_constant public static final androidx.compose.ui.gesture.scrollorientationlocking.Orientation Horizontal;
enum_constant public static final androidx.compose.ui.gesture.scrollorientationlocking.Orientation Vertical;
}
@@ -706,7 +699,7 @@
public final class VelocityTracker {
ctor public VelocityTracker();
method public void addPosition-cJzGd7g(long uptime, long position);
- method public long calculateVelocity();
+ method public long calculateVelocity-9UxMQ8M();
method public void resetTracking();
}
@@ -732,30 +725,41 @@
@androidx.compose.runtime.Immutable public final class VectorAsset {
method public String component1();
- method public float component2();
- method public float component3();
+ method public float component2-D9Ej5fM();
+ method public float component3-D9Ej5fM();
method public float component4();
method public float component5();
method public androidx.compose.ui.graphics.vector.VectorGroup component6();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.graphics.vector.VectorAsset copy-pRTh4Qo(String name, float defaultWidth, float defaultHeight, float viewportWidth, float viewportHeight, androidx.compose.ui.graphics.vector.VectorGroup root);
- method public float getDefaultHeight();
- method public float getDefaultWidth();
+ method public float getDefaultHeight-D9Ej5fM();
+ method public float getDefaultWidth-D9Ej5fM();
method public String getName();
method public androidx.compose.ui.graphics.vector.VectorGroup getRoot();
method public float getViewportHeight();
method public float getViewportWidth();
+ property public final float defaultHeight;
+ property public final float defaultWidth;
+ property public final String name;
+ property public final androidx.compose.ui.graphics.vector.VectorGroup root;
+ property public final float viewportHeight;
+ property public final float viewportWidth;
}
public final class VectorAssetBuilder {
method public androidx.compose.ui.graphics.vector.VectorAssetBuilder addPath(java.util.List<? extends androidx.compose.ui.graphics.vector.PathNode> pathData, androidx.compose.ui.graphics.PathFillType pathFillType = DefaultFillType, String name = "", androidx.compose.ui.graphics.Brush? fill = null, float fillAlpha = 1.0f, androidx.compose.ui.graphics.Brush? stroke = null, float strokeAlpha = 1.0f, float strokeLineWidth = 0.0f, androidx.compose.ui.graphics.StrokeCap strokeLineCap = DefaultStrokeLineCap, androidx.compose.ui.graphics.StrokeJoin strokeLineJoin = DefaultStrokeLineJoin, float strokeLineMiter = 4.0f, float trimPathStart = 0.0f, float trimPathEnd = 1.0f, float trimPathOffset = 0.0f);
method public androidx.compose.ui.graphics.vector.VectorAsset build();
- method public float getDefaultHeight();
- method public float getDefaultWidth();
+ method public float getDefaultHeight-D9Ej5fM();
+ method public float getDefaultWidth-D9Ej5fM();
method public String getName();
method public float getViewportHeight();
method public float getViewportWidth();
method public androidx.compose.ui.graphics.vector.VectorAssetBuilder popGroup();
method public androidx.compose.ui.graphics.vector.VectorAssetBuilder pushGroup(String name = "", float rotate = 0.0f, float pivotX = 0.0f, float pivotY = 0.0f, float scaleX = 1.0f, float scaleY = 1.0f, float translationX = 0.0f, float translationY = 0.0f, java.util.List<? extends androidx.compose.ui.graphics.vector.PathNode> clipPathData = EmptyPath);
+ property public final float defaultHeight;
+ property public final float defaultWidth;
+ property public final String name;
+ property public final float viewportHeight;
+ property public final float viewportWidth;
}
public final class VectorAssetBuilderKt {
@@ -781,7 +785,16 @@
method public float getTranslationX();
method public float getTranslationY();
method public java.util.Iterator<androidx.compose.ui.graphics.vector.VectorNode> iterator();
+ property public final java.util.List<androidx.compose.ui.graphics.vector.PathNode> clipPathData;
+ property public final String name;
+ property public final float pivotX;
+ property public final float pivotY;
+ property public final float rotation;
+ property public final float scaleX;
+ property public final float scaleY;
property public final int size;
+ property public final float translationX;
+ property public final float translationY;
}
public final class VectorKt {
@@ -813,7 +826,7 @@
}
public final class VectorPainter extends androidx.compose.ui.graphics.painter.Painter {
- method public long getIntrinsicSize();
+ method public long getIntrinsicSize-NH-jbRc();
method protected void onDraw(androidx.compose.ui.graphics.drawscope.DrawScope);
property public long intrinsicSize;
}
@@ -839,6 +852,20 @@
method public float getTrimPathEnd();
method public float getTrimPathOffset();
method public float getTrimPathStart();
+ property public final androidx.compose.ui.graphics.Brush? fill;
+ property public final float fillAlpha;
+ property public final String name;
+ property public final java.util.List<androidx.compose.ui.graphics.vector.PathNode> pathData;
+ property public final androidx.compose.ui.graphics.PathFillType pathFillType;
+ property public final androidx.compose.ui.graphics.Brush? stroke;
+ property public final float strokeAlpha;
+ property public final androidx.compose.ui.graphics.StrokeCap strokeLineCap;
+ property public final androidx.compose.ui.graphics.StrokeJoin strokeLineJoin;
+ property public final float strokeLineMiter;
+ property public final float strokeLineWidth;
+ property public final float trimPathEnd;
+ property public final float trimPathOffset;
+ property public final float trimPathStart;
}
}
@@ -857,8 +884,6 @@
}
public enum HapticFeedbackType {
- method public static androidx.compose.ui.hapticfeedback.HapticFeedbackType valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.hapticfeedback.HapticFeedbackType[] values();
enum_constant public static final androidx.compose.ui.hapticfeedback.HapticFeedbackType LongPress;
enum_constant public static final androidx.compose.ui.hapticfeedback.HapticFeedbackType TextHandleMove;
}
@@ -887,299 +912,300 @@
method public int getKeyCode();
method public static inline int hashCode-impl(int p);
method public static String toString-impl(int $this);
+ property public final int keyCode;
field public static final androidx.compose.ui.input.key.Key.Companion Companion;
}
public static final class Key.Companion {
- method public int getA();
- method public int getAllApps();
- method public int getAltLeft();
- method public int getAltRight();
- method public int getApostrophe();
- method public int getAppSwitch();
- method public int getAssist();
- method public int getAt();
- method public int getAvReceiverInput();
- method public int getAvReceiverPower();
- method public int getB();
- method public int getBack();
- method public int getBackslash();
- method public int getBackspace();
- method public int getBookmark();
- method public int getBreak();
- method public int getBrightnessDown();
- method public int getBrightnessUp();
- method public int getBrowser();
- method public int getButton1();
- method public int getButton10();
- method public int getButton11();
- method public int getButton12();
- method public int getButton13();
- method public int getButton14();
- method public int getButton15();
- method public int getButton16();
- method public int getButton2();
- method public int getButton3();
- method public int getButton4();
- method public int getButton5();
- method public int getButton6();
- method public int getButton7();
- method public int getButton8();
- method public int getButton9();
- method public int getButtonA();
- method public int getButtonB();
- method public int getButtonC();
- method public int getButtonL1();
- method public int getButtonL2();
- method public int getButtonMode();
- method public int getButtonR1();
- method public int getButtonR2();
- method public int getButtonSelect();
- method public int getButtonStart();
- method public int getButtonThumbLeft();
- method public int getButtonThumbRight();
- method public int getButtonX();
- method public int getButtonY();
- method public int getButtonZ();
- method public int getC();
- method public int getCalculator();
- method public int getCalendar();
- method public int getCall();
- method public int getCamera();
- method public int getCapsLock();
- method public int getCaptions();
- method public int getChannelDown();
- method public int getChannelUp();
- method public int getClear();
- method public int getComma();
- method public int getContacts();
- method public int getCopy();
- method public int getCtrlLeft();
- method public int getCtrlRight();
- method public int getCut();
- method public int getD();
- method public int getDPadCenter();
- method public int getDPadDown();
- method public int getDPadDownLeft();
- method public int getDPadDownRight();
- method public int getDPadLeft();
- method public int getDPadRight();
- method public int getDPadUp();
- method public int getDPadUpLeft();
- method public int getDPadUpRight();
- method public int getDelete();
- method public int getDvr();
- method public int getE();
- method public int getEisu();
- method public int getEndCall();
- method public int getEnter();
- method public int getEnvelope();
- method public int getEquals();
- method public int getEscape();
- method public int getF();
- method public int getF1();
- method public int getF10();
- method public int getF11();
- method public int getF12();
- method public int getF2();
- method public int getF3();
- method public int getF4();
- method public int getF5();
- method public int getF6();
- method public int getF7();
- method public int getF8();
- method public int getF9();
- method public int getFocus();
- method public int getForward();
- method public int getFunction();
- method public int getG();
- method public int getGrave();
- method public int getGuide();
- method public int getH();
- method public int getHeadsetHook();
- method public int getHelp();
- method public int getHenkan();
- method public int getHome();
- method public int getI();
- method public int getInfo();
- method public int getInsert();
- method public int getJ();
- method public int getK();
- method public int getKana();
- method public int getKatakanaHiragana();
- method public int getL();
- method public int getLanguageSwitch();
- method public int getLastChannel();
- method public int getLeftBracket();
- method public int getM();
- method public int getMannerMode();
- method public int getMediaAudioTrack();
- method public int getMediaClose();
- method public int getMediaEject();
- method public int getMediaFastForward();
- method public int getMediaNext();
- method public int getMediaPause();
- method public int getMediaPlay();
- method public int getMediaPlayPause();
- method public int getMediaPrevious();
- method public int getMediaRecord();
- method public int getMediaRewind();
- method public int getMediaSkipBackward();
- method public int getMediaSkipForward();
- method public int getMediaStepBackward();
- method public int getMediaStepForward();
- method public int getMediaStop();
- method public int getMediaTopMenu();
- method public int getMenu();
- method public int getMetaLeft();
- method public int getMetaRight();
- method public int getMicrophoneMute();
- method public int getMinus();
- method public int getMoveEnd();
- method public int getMoveHome();
- method public int getMuhenkan();
- method public int getMultiply();
- method public int getMusic();
- method public int getN();
- method public int getNavigateIn();
- method public int getNavigateNext();
- method public int getNavigateOut();
- method public int getNavigatePrevious();
- method public int getNotification();
- method public int getNumLock();
- method public int getNumPad0();
- method public int getNumPad1();
- method public int getNumPad2();
- method public int getNumPad3();
- method public int getNumPad4();
- method public int getNumPad5();
- method public int getNumPad6();
- method public int getNumPad7();
- method public int getNumPad8();
- method public int getNumPad9();
- method public int getNumPadAdd();
- method public int getNumPadComma();
- method public int getNumPadDivide();
- method public int getNumPadDot();
- method public int getNumPadEnter();
- method public int getNumPadEquals();
- method public int getNumPadLeftParenthesis();
- method public int getNumPadMultiply();
- method public int getNumPadRightParenthesis();
- method public int getNumPadSubtract();
- method public int getNumber();
- method public int getNumber0();
- method public int getNumber1();
- method public int getNumber11();
- method public int getNumber12();
- method public int getNumber2();
- method public int getNumber3();
- method public int getNumber4();
- method public int getNumber5();
- method public int getNumber6();
- method public int getNumber7();
- method public int getNumber8();
- method public int getNumber9();
- method public int getO();
- method public int getP();
- method public int getPageDown();
- method public int getPageUp();
- method public int getPairing();
- method public int getPaste();
- method public int getPeriod();
- method public int getPictureSymbols();
- method public int getPlus();
- method public int getPound();
- method public int getPower();
- method public int getPrintScreen();
- method public int getProfileSwitch();
- method public int getProgramBlue();
- method public int getProgramGreen();
- method public int getProgramRed();
- method public int getProgramYellow();
- method public int getQ();
- method public int getR();
- method public int getRefresh();
- method public int getRightBracket();
- method public int getRo();
- method public int getS();
- method public int getScrollLock();
- method public int getSearch();
- method public int getSemicolon();
- method public int getSetTopBoxInput();
- method public int getSetTopBoxPower();
- method public int getSettings();
- method public int getShiftLeft();
- method public int getShiftRight();
- method public int getSlash();
- method public int getSleep();
- method public int getSoftLeft();
- method public int getSoftRight();
- method public int getSoftSleep();
- method public int getSpacebar();
- method public int getStem1();
- method public int getStem2();
- method public int getStem3();
- method public int getStemPrimary();
- method public int getSwitchCharset();
- method public int getSymbol();
- method public int getSystemNavigationDown();
- method public int getSystemNavigationLeft();
- method public int getSystemNavigationRight();
- method public int getSystemNavigationUp();
- method public int getT();
- method public int getTab();
- method public int getThumbsDown();
- method public int getThumbsUp();
- method public int getToggle2D3D();
- method public int getTv();
- method public int getTvAntennaCable();
- method public int getTvAudioDescription();
- method public int getTvAudioDescriptionMixingVolumeDown();
- method public int getTvAudioDescriptionMixingVolumeUp();
- method public int getTvContentsMenu();
- method public int getTvDataService();
- method public int getTvInput();
- method public int getTvInputComponent1();
- method public int getTvInputComponent2();
- method public int getTvInputComposite1();
- method public int getTvInputComposite2();
- method public int getTvInputHdmi1();
- method public int getTvInputHdmi2();
- method public int getTvInputHdmi3();
- method public int getTvInputHdmi4();
- method public int getTvInputVga1();
- method public int getTvMediaContextMenu();
- method public int getTvNetwork();
- method public int getTvNumberEntry();
- method public int getTvPower();
- method public int getTvRadioService();
- method public int getTvSatellite();
- method public int getTvSatelliteBs();
- method public int getTvSatelliteCs();
- method public int getTvSatelliteService();
- method public int getTvTeletext();
- method public int getTvTerrestrialAnalog();
- method public int getTvTerrestrialDigital();
- method public int getTvTimerProgramming();
- method public int getTvZoomMode();
- method public int getU();
- method public int getUnknown();
- method public int getV();
- method public int getVoiceAssist();
- method public int getVolumeDown();
- method public int getVolumeMute();
- method public int getVolumeUp();
- method public int getW();
- method public int getWakeUp();
- method public int getWindow();
- method public int getX();
- method public int getY();
- method public int getYen();
- method public int getZ();
- method public int getZenkakuHankaru();
- method public int getZoomIn();
- method public int getZoomOut();
+ method public int getA-EK5gGoQ();
+ method public int getAllApps-EK5gGoQ();
+ method public int getAltLeft-EK5gGoQ();
+ method public int getAltRight-EK5gGoQ();
+ method public int getApostrophe-EK5gGoQ();
+ method public int getAppSwitch-EK5gGoQ();
+ method public int getAssist-EK5gGoQ();
+ method public int getAt-EK5gGoQ();
+ method public int getAvReceiverInput-EK5gGoQ();
+ method public int getAvReceiverPower-EK5gGoQ();
+ method public int getB-EK5gGoQ();
+ method public int getBack-EK5gGoQ();
+ method public int getBackslash-EK5gGoQ();
+ method public int getBackspace-EK5gGoQ();
+ method public int getBookmark-EK5gGoQ();
+ method public int getBreak-EK5gGoQ();
+ method public int getBrightnessDown-EK5gGoQ();
+ method public int getBrightnessUp-EK5gGoQ();
+ method public int getBrowser-EK5gGoQ();
+ method public int getButton1-EK5gGoQ();
+ method public int getButton10-EK5gGoQ();
+ method public int getButton11-EK5gGoQ();
+ method public int getButton12-EK5gGoQ();
+ method public int getButton13-EK5gGoQ();
+ method public int getButton14-EK5gGoQ();
+ method public int getButton15-EK5gGoQ();
+ method public int getButton16-EK5gGoQ();
+ method public int getButton2-EK5gGoQ();
+ method public int getButton3-EK5gGoQ();
+ method public int getButton4-EK5gGoQ();
+ method public int getButton5-EK5gGoQ();
+ method public int getButton6-EK5gGoQ();
+ method public int getButton7-EK5gGoQ();
+ method public int getButton8-EK5gGoQ();
+ method public int getButton9-EK5gGoQ();
+ method public int getButtonA-EK5gGoQ();
+ method public int getButtonB-EK5gGoQ();
+ method public int getButtonC-EK5gGoQ();
+ method public int getButtonL1-EK5gGoQ();
+ method public int getButtonL2-EK5gGoQ();
+ method public int getButtonMode-EK5gGoQ();
+ method public int getButtonR1-EK5gGoQ();
+ method public int getButtonR2-EK5gGoQ();
+ method public int getButtonSelect-EK5gGoQ();
+ method public int getButtonStart-EK5gGoQ();
+ method public int getButtonThumbLeft-EK5gGoQ();
+ method public int getButtonThumbRight-EK5gGoQ();
+ method public int getButtonX-EK5gGoQ();
+ method public int getButtonY-EK5gGoQ();
+ method public int getButtonZ-EK5gGoQ();
+ method public int getC-EK5gGoQ();
+ method public int getCalculator-EK5gGoQ();
+ method public int getCalendar-EK5gGoQ();
+ method public int getCall-EK5gGoQ();
+ method public int getCamera-EK5gGoQ();
+ method public int getCapsLock-EK5gGoQ();
+ method public int getCaptions-EK5gGoQ();
+ method public int getChannelDown-EK5gGoQ();
+ method public int getChannelUp-EK5gGoQ();
+ method public int getClear-EK5gGoQ();
+ method public int getComma-EK5gGoQ();
+ method public int getContacts-EK5gGoQ();
+ method public int getCopy-EK5gGoQ();
+ method public int getCtrlLeft-EK5gGoQ();
+ method public int getCtrlRight-EK5gGoQ();
+ method public int getCut-EK5gGoQ();
+ method public int getD-EK5gGoQ();
+ method public int getDPadCenter-EK5gGoQ();
+ method public int getDPadDown-EK5gGoQ();
+ method public int getDPadDownLeft-EK5gGoQ();
+ method public int getDPadDownRight-EK5gGoQ();
+ method public int getDPadLeft-EK5gGoQ();
+ method public int getDPadRight-EK5gGoQ();
+ method public int getDPadUp-EK5gGoQ();
+ method public int getDPadUpLeft-EK5gGoQ();
+ method public int getDPadUpRight-EK5gGoQ();
+ method public int getDelete-EK5gGoQ();
+ method public int getDvr-EK5gGoQ();
+ method public int getE-EK5gGoQ();
+ method public int getEisu-EK5gGoQ();
+ method public int getEndCall-EK5gGoQ();
+ method public int getEnter-EK5gGoQ();
+ method public int getEnvelope-EK5gGoQ();
+ method public int getEquals-EK5gGoQ();
+ method public int getEscape-EK5gGoQ();
+ method public int getF-EK5gGoQ();
+ method public int getF1-EK5gGoQ();
+ method public int getF10-EK5gGoQ();
+ method public int getF11-EK5gGoQ();
+ method public int getF12-EK5gGoQ();
+ method public int getF2-EK5gGoQ();
+ method public int getF3-EK5gGoQ();
+ method public int getF4-EK5gGoQ();
+ method public int getF5-EK5gGoQ();
+ method public int getF6-EK5gGoQ();
+ method public int getF7-EK5gGoQ();
+ method public int getF8-EK5gGoQ();
+ method public int getF9-EK5gGoQ();
+ method public int getFocus-EK5gGoQ();
+ method public int getForward-EK5gGoQ();
+ method public int getFunction-EK5gGoQ();
+ method public int getG-EK5gGoQ();
+ method public int getGrave-EK5gGoQ();
+ method public int getGuide-EK5gGoQ();
+ method public int getH-EK5gGoQ();
+ method public int getHeadsetHook-EK5gGoQ();
+ method public int getHelp-EK5gGoQ();
+ method public int getHenkan-EK5gGoQ();
+ method public int getHome-EK5gGoQ();
+ method public int getI-EK5gGoQ();
+ method public int getInfo-EK5gGoQ();
+ method public int getInsert-EK5gGoQ();
+ method public int getJ-EK5gGoQ();
+ method public int getK-EK5gGoQ();
+ method public int getKana-EK5gGoQ();
+ method public int getKatakanaHiragana-EK5gGoQ();
+ method public int getL-EK5gGoQ();
+ method public int getLanguageSwitch-EK5gGoQ();
+ method public int getLastChannel-EK5gGoQ();
+ method public int getLeftBracket-EK5gGoQ();
+ method public int getM-EK5gGoQ();
+ method public int getMannerMode-EK5gGoQ();
+ method public int getMediaAudioTrack-EK5gGoQ();
+ method public int getMediaClose-EK5gGoQ();
+ method public int getMediaEject-EK5gGoQ();
+ method public int getMediaFastForward-EK5gGoQ();
+ method public int getMediaNext-EK5gGoQ();
+ method public int getMediaPause-EK5gGoQ();
+ method public int getMediaPlay-EK5gGoQ();
+ method public int getMediaPlayPause-EK5gGoQ();
+ method public int getMediaPrevious-EK5gGoQ();
+ method public int getMediaRecord-EK5gGoQ();
+ method public int getMediaRewind-EK5gGoQ();
+ method public int getMediaSkipBackward-EK5gGoQ();
+ method public int getMediaSkipForward-EK5gGoQ();
+ method public int getMediaStepBackward-EK5gGoQ();
+ method public int getMediaStepForward-EK5gGoQ();
+ method public int getMediaStop-EK5gGoQ();
+ method public int getMediaTopMenu-EK5gGoQ();
+ method public int getMenu-EK5gGoQ();
+ method public int getMetaLeft-EK5gGoQ();
+ method public int getMetaRight-EK5gGoQ();
+ method public int getMicrophoneMute-EK5gGoQ();
+ method public int getMinus-EK5gGoQ();
+ method public int getMoveEnd-EK5gGoQ();
+ method public int getMoveHome-EK5gGoQ();
+ method public int getMuhenkan-EK5gGoQ();
+ method public int getMultiply-EK5gGoQ();
+ method public int getMusic-EK5gGoQ();
+ method public int getN-EK5gGoQ();
+ method public int getNavigateIn-EK5gGoQ();
+ method public int getNavigateNext-EK5gGoQ();
+ method public int getNavigateOut-EK5gGoQ();
+ method public int getNavigatePrevious-EK5gGoQ();
+ method public int getNotification-EK5gGoQ();
+ method public int getNumLock-EK5gGoQ();
+ method public int getNumPad0-EK5gGoQ();
+ method public int getNumPad1-EK5gGoQ();
+ method public int getNumPad2-EK5gGoQ();
+ method public int getNumPad3-EK5gGoQ();
+ method public int getNumPad4-EK5gGoQ();
+ method public int getNumPad5-EK5gGoQ();
+ method public int getNumPad6-EK5gGoQ();
+ method public int getNumPad7-EK5gGoQ();
+ method public int getNumPad8-EK5gGoQ();
+ method public int getNumPad9-EK5gGoQ();
+ method public int getNumPadAdd-EK5gGoQ();
+ method public int getNumPadComma-EK5gGoQ();
+ method public int getNumPadDivide-EK5gGoQ();
+ method public int getNumPadDot-EK5gGoQ();
+ method public int getNumPadEnter-EK5gGoQ();
+ method public int getNumPadEquals-EK5gGoQ();
+ method public int getNumPadLeftParenthesis-EK5gGoQ();
+ method public int getNumPadMultiply-EK5gGoQ();
+ method public int getNumPadRightParenthesis-EK5gGoQ();
+ method public int getNumPadSubtract-EK5gGoQ();
+ method public int getNumber-EK5gGoQ();
+ method public int getNumber0-EK5gGoQ();
+ method public int getNumber1-EK5gGoQ();
+ method public int getNumber11-EK5gGoQ();
+ method public int getNumber12-EK5gGoQ();
+ method public int getNumber2-EK5gGoQ();
+ method public int getNumber3-EK5gGoQ();
+ method public int getNumber4-EK5gGoQ();
+ method public int getNumber5-EK5gGoQ();
+ method public int getNumber6-EK5gGoQ();
+ method public int getNumber7-EK5gGoQ();
+ method public int getNumber8-EK5gGoQ();
+ method public int getNumber9-EK5gGoQ();
+ method public int getO-EK5gGoQ();
+ method public int getP-EK5gGoQ();
+ method public int getPageDown-EK5gGoQ();
+ method public int getPageUp-EK5gGoQ();
+ method public int getPairing-EK5gGoQ();
+ method public int getPaste-EK5gGoQ();
+ method public int getPeriod-EK5gGoQ();
+ method public int getPictureSymbols-EK5gGoQ();
+ method public int getPlus-EK5gGoQ();
+ method public int getPound-EK5gGoQ();
+ method public int getPower-EK5gGoQ();
+ method public int getPrintScreen-EK5gGoQ();
+ method public int getProfileSwitch-EK5gGoQ();
+ method public int getProgramBlue-EK5gGoQ();
+ method public int getProgramGreen-EK5gGoQ();
+ method public int getProgramRed-EK5gGoQ();
+ method public int getProgramYellow-EK5gGoQ();
+ method public int getQ-EK5gGoQ();
+ method public int getR-EK5gGoQ();
+ method public int getRefresh-EK5gGoQ();
+ method public int getRightBracket-EK5gGoQ();
+ method public int getRo-EK5gGoQ();
+ method public int getS-EK5gGoQ();
+ method public int getScrollLock-EK5gGoQ();
+ method public int getSearch-EK5gGoQ();
+ method public int getSemicolon-EK5gGoQ();
+ method public int getSetTopBoxInput-EK5gGoQ();
+ method public int getSetTopBoxPower-EK5gGoQ();
+ method public int getSettings-EK5gGoQ();
+ method public int getShiftLeft-EK5gGoQ();
+ method public int getShiftRight-EK5gGoQ();
+ method public int getSlash-EK5gGoQ();
+ method public int getSleep-EK5gGoQ();
+ method public int getSoftLeft-EK5gGoQ();
+ method public int getSoftRight-EK5gGoQ();
+ method public int getSoftSleep-EK5gGoQ();
+ method public int getSpacebar-EK5gGoQ();
+ method public int getStem1-EK5gGoQ();
+ method public int getStem2-EK5gGoQ();
+ method public int getStem3-EK5gGoQ();
+ method public int getStemPrimary-EK5gGoQ();
+ method public int getSwitchCharset-EK5gGoQ();
+ method public int getSymbol-EK5gGoQ();
+ method public int getSystemNavigationDown-EK5gGoQ();
+ method public int getSystemNavigationLeft-EK5gGoQ();
+ method public int getSystemNavigationRight-EK5gGoQ();
+ method public int getSystemNavigationUp-EK5gGoQ();
+ method public int getT-EK5gGoQ();
+ method public int getTab-EK5gGoQ();
+ method public int getThumbsDown-EK5gGoQ();
+ method public int getThumbsUp-EK5gGoQ();
+ method public int getToggle2D3D-EK5gGoQ();
+ method public int getTv-EK5gGoQ();
+ method public int getTvAntennaCable-EK5gGoQ();
+ method public int getTvAudioDescription-EK5gGoQ();
+ method public int getTvAudioDescriptionMixingVolumeDown-EK5gGoQ();
+ method public int getTvAudioDescriptionMixingVolumeUp-EK5gGoQ();
+ method public int getTvContentsMenu-EK5gGoQ();
+ method public int getTvDataService-EK5gGoQ();
+ method public int getTvInput-EK5gGoQ();
+ method public int getTvInputComponent1-EK5gGoQ();
+ method public int getTvInputComponent2-EK5gGoQ();
+ method public int getTvInputComposite1-EK5gGoQ();
+ method public int getTvInputComposite2-EK5gGoQ();
+ method public int getTvInputHdmi1-EK5gGoQ();
+ method public int getTvInputHdmi2-EK5gGoQ();
+ method public int getTvInputHdmi3-EK5gGoQ();
+ method public int getTvInputHdmi4-EK5gGoQ();
+ method public int getTvInputVga1-EK5gGoQ();
+ method public int getTvMediaContextMenu-EK5gGoQ();
+ method public int getTvNetwork-EK5gGoQ();
+ method public int getTvNumberEntry-EK5gGoQ();
+ method public int getTvPower-EK5gGoQ();
+ method public int getTvRadioService-EK5gGoQ();
+ method public int getTvSatellite-EK5gGoQ();
+ method public int getTvSatelliteBs-EK5gGoQ();
+ method public int getTvSatelliteCs-EK5gGoQ();
+ method public int getTvSatelliteService-EK5gGoQ();
+ method public int getTvTeletext-EK5gGoQ();
+ method public int getTvTerrestrialAnalog-EK5gGoQ();
+ method public int getTvTerrestrialDigital-EK5gGoQ();
+ method public int getTvTimerProgramming-EK5gGoQ();
+ method public int getTvZoomMode-EK5gGoQ();
+ method public int getU-EK5gGoQ();
+ method public int getUnknown-EK5gGoQ();
+ method public int getV-EK5gGoQ();
+ method public int getVoiceAssist-EK5gGoQ();
+ method public int getVolumeDown-EK5gGoQ();
+ method public int getVolumeMute-EK5gGoQ();
+ method public int getVolumeUp-EK5gGoQ();
+ method public int getW-EK5gGoQ();
+ method public int getWakeUp-EK5gGoQ();
+ method public int getWindow-EK5gGoQ();
+ method public int getX-EK5gGoQ();
+ method public int getY-EK5gGoQ();
+ method public int getYen-EK5gGoQ();
+ method public int getZ-EK5gGoQ();
+ method public int getZenkakuHankaru-EK5gGoQ();
+ method public int getZoomIn-EK5gGoQ();
+ method public int getZoomOut-EK5gGoQ();
property public final int A;
property public final int AllApps;
property public final int AltLeft;
@@ -1473,7 +1499,7 @@
@androidx.compose.ui.input.key.ExperimentalKeyInput public interface KeyEvent {
method public androidx.compose.ui.input.key.Alt getAlt();
- method public int getKey();
+ method public int getKey-EK5gGoQ();
method public androidx.compose.ui.input.key.KeyEventType getType();
method public int getUtf16CodePoint();
property public abstract androidx.compose.ui.input.key.Alt alt;
@@ -1483,8 +1509,6 @@
}
@androidx.compose.ui.input.key.ExperimentalKeyInput public enum KeyEventType {
- method public static androidx.compose.ui.input.key.KeyEventType valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.input.key.KeyEventType[] values();
enum_constant public static final androidx.compose.ui.input.key.KeyEventType KeyDown;
enum_constant public static final androidx.compose.ui.input.key.KeyEventType KeyUp;
enum_constant public static final androidx.compose.ui.input.key.KeyEventType Unknown;
@@ -1500,11 +1524,13 @@
package androidx.compose.ui.input.pointer {
@androidx.compose.runtime.Immutable public final class ConsumedData {
- method public long component1();
+ method public long component1-F1C5BW0();
method public boolean component2();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.input.pointer.ConsumedData copy-Dkz3Of0(long positionChange, boolean downChange);
method public boolean getDownChange();
- method public long getPositionChange();
+ method public long getPositionChange-F1C5BW0();
+ property public final boolean downChange;
+ property public final long positionChange;
}
public interface CustomEvent {
@@ -1527,6 +1553,7 @@
method public java.util.List<androidx.compose.ui.input.pointer.PointerInputChange> component1();
method public androidx.compose.ui.input.pointer.PointerEvent copy(java.util.List<androidx.compose.ui.input.pointer.PointerInputChange> changes, android.view.MotionEvent? motionEvent);
method public java.util.List<androidx.compose.ui.input.pointer.PointerInputChange> getChanges();
+ property public final java.util.List<androidx.compose.ui.input.pointer.PointerInputChange> changes;
}
public final class PointerEventKt {
@@ -1546,8 +1573,6 @@
}
public enum PointerEventPass {
- method public static androidx.compose.ui.input.pointer.PointerEventPass valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.input.pointer.PointerEventPass[] values();
enum_constant public static final androidx.compose.ui.input.pointer.PointerEventPass Final;
enum_constant public static final androidx.compose.ui.input.pointer.PointerEventPass Initial;
enum_constant public static final androidx.compose.ui.input.pointer.PointerEventPass Main;
@@ -1561,42 +1586,55 @@
method public long getValue();
method public static inline int hashCode-impl(long p);
method public static inline String! toString-impl(long p);
+ property public final long value;
}
@androidx.compose.runtime.Immutable public final class PointerInputChange {
- method public long component1();
+ method public long component1-J3iCeTQ();
method public androidx.compose.ui.input.pointer.PointerInputData component2();
method public androidx.compose.ui.input.pointer.PointerInputData component3();
method public androidx.compose.ui.input.pointer.ConsumedData component4();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.input.pointer.PointerInputChange copy-FzBznnU(long id, androidx.compose.ui.input.pointer.PointerInputData current, androidx.compose.ui.input.pointer.PointerInputData previous, androidx.compose.ui.input.pointer.ConsumedData consumed);
method public androidx.compose.ui.input.pointer.ConsumedData getConsumed();
method public androidx.compose.ui.input.pointer.PointerInputData getCurrent();
- method public long getId();
+ method public long getId-J3iCeTQ();
method public androidx.compose.ui.input.pointer.PointerInputData getPrevious();
+ property public final androidx.compose.ui.input.pointer.ConsumedData consumed;
+ property public final androidx.compose.ui.input.pointer.PointerInputData current;
+ property public final long id;
+ property public final androidx.compose.ui.input.pointer.PointerInputData previous;
}
@androidx.compose.runtime.Immutable public final class PointerInputData {
- method public androidx.compose.ui.unit.Uptime? component1();
- method public androidx.compose.ui.geometry.Offset? component2();
+ method public androidx.compose.ui.unit.Uptime? component1-T5nwvdw();
+ method public androidx.compose.ui.geometry.Offset? component2-_m7T9-E();
method public boolean component3();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.input.pointer.PointerInputData copy-AGkGHIk(androidx.compose.ui.unit.Uptime? uptime, androidx.compose.ui.geometry.Offset? position, boolean down);
method public boolean getDown();
- method public androidx.compose.ui.geometry.Offset? getPosition();
- method public androidx.compose.ui.unit.Uptime? getUptime();
+ method public androidx.compose.ui.geometry.Offset? getPosition-_m7T9-E();
+ method public androidx.compose.ui.unit.Uptime? getUptime-T5nwvdw();
+ property public final boolean down;
+ property public final androidx.compose.ui.geometry.Offset? position;
+ property public final androidx.compose.ui.unit.Uptime? uptime;
}
public final class PointerInputEvent {
method public android.view.MotionEvent getMotionEvent();
method public java.util.List<androidx.compose.ui.input.pointer.PointerInputEventData> getPointers();
- method public long getUptime();
+ method public long getUptime-CLVl0cY();
+ property public final android.view.MotionEvent motionEvent;
+ property public final java.util.List<androidx.compose.ui.input.pointer.PointerInputEventData> pointers;
+ property public final long uptime;
}
public final class PointerInputEventData {
- method public long component1();
+ method public long component1-J3iCeTQ();
method public androidx.compose.ui.input.pointer.PointerInputData component2();
method public androidx.compose.ui.input.pointer.PointerInputEventData copy-pdufZyI(long id, androidx.compose.ui.input.pointer.PointerInputData pointerInputData);
- method public long getId();
+ method public long getId-J3iCeTQ();
method public androidx.compose.ui.input.pointer.PointerInputData getPointerInputData();
+ property public final long id;
+ property public final androidx.compose.ui.input.pointer.PointerInputData pointerInputData;
}
public final class PointerInputEventProcessorKt {
@@ -1666,6 +1704,7 @@
method @androidx.compose.runtime.Immutable public androidx.compose.ui.layout.FixedScale copy(float value);
method public float getValue();
method public float scale-AhF4CD4(long srcSize, long dstSize);
+ property public final float value;
}
public interface IntrinsicMeasurable {
@@ -1692,7 +1731,7 @@
method public operator int get(androidx.compose.ui.AlignmentLine line);
method public androidx.compose.ui.layout.LayoutCoordinates? getParentCoordinates();
method public java.util.Set<androidx.compose.ui.AlignmentLine> getProvidedAlignmentLines();
- method public long getSize();
+ method public long getSize-YbymL2g();
method public long globalToLocal-k-4lQ0M(long global);
method public boolean isAttached();
method public long localToGlobal-k-4lQ0M(long local);
@@ -1747,10 +1786,10 @@
package androidx.compose.ui.node {
- @kotlin.RequiresOptIn(level=RequiresOptIn.Level.ERROR, message="This is an experimental API for Compose UI LayoutNode and is likely to change " + "before becoming stable.") @kotlin.annotation.Target(allowedTargets={AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY}) public @interface ExperimentalLayoutNodeApi {
+ @kotlin.RequiresOptIn(level=kotlin.RequiresOptIn.Level, message="This is an experimental API for Compose UI LayoutNode and is likely to change " + "before becoming stable.") @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface ExperimentalLayoutNodeApi {
}
- @kotlin.RequiresOptIn(message="This API is internal to library.") @kotlin.annotation.Target(allowedTargets={AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER}) public @interface InternalCoreApi {
+ @kotlin.RequiresOptIn(message="This API is internal to library.") @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface InternalCoreApi {
}
@androidx.compose.ui.node.ExperimentalLayoutNodeApi public final class LayoutNode implements androidx.compose.ui.Measurable androidx.compose.ui.node.OwnerScope androidx.compose.ui.Remeasurement {
@@ -1853,6 +1892,9 @@
method public androidx.compose.ui.layout.LayoutCoordinates getCoordinates();
method public Object? getExtra();
method public androidx.compose.ui.Modifier getModifier();
+ property public final androidx.compose.ui.layout.LayoutCoordinates coordinates;
+ property public final Object? extra;
+ property public final androidx.compose.ui.Modifier modifier;
}
public interface OwnedLayer {
@@ -1872,7 +1914,7 @@
}
public interface Owner {
- method public long calculatePosition();
+ method public long calculatePosition-nOcc-ac();
method public androidx.compose.ui.node.OwnedLayer createLayer(androidx.compose.ui.DrawLayerModifier drawLayerModifier, kotlin.jvm.functions.Function1<? super androidx.compose.ui.graphics.Canvas,kotlin.Unit> drawBlock, kotlin.jvm.functions.Function0<kotlin.Unit> invalidateParentLayer);
method public androidx.compose.ui.autofill.Autofill? getAutofill();
method public androidx.compose.ui.autofill.AutofillTree getAutofillTree();
@@ -2016,6 +2058,9 @@
method public androidx.lifecycle.LifecycleOwner getLifecycleOwner();
method public androidx.savedstate.SavedStateRegistryOwner getSavedStateRegistryOwner();
method public androidx.lifecycle.ViewModelStoreOwner getViewModelStoreOwner();
+ property public final androidx.lifecycle.LifecycleOwner lifecycleOwner;
+ property public final androidx.savedstate.SavedStateRegistryOwner savedStateRegistryOwner;
+ property public final androidx.lifecycle.ViewModelStoreOwner viewModelStoreOwner;
}
public final class AndroidUriHandler implements androidx.compose.ui.platform.UriHandler {
@@ -2077,8 +2122,6 @@
}
public enum TextToolbarStatus {
- method public static androidx.compose.ui.platform.TextToolbarStatus valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.platform.TextToolbarStatus[] values();
enum_constant public static final androidx.compose.ui.platform.TextToolbarStatus Hidden;
enum_constant public static final androidx.compose.ui.platform.TextToolbarStatus Shown;
}
@@ -2094,6 +2137,8 @@
method public androidx.compose.ui.platform.ValueElement copy(String name, Object? value);
method public String getName();
method public Object? getValue();
+ property public final String name;
+ property public final Object? value;
}
public final class WrapperKt {
@@ -2128,6 +2173,7 @@
public final class FailedResource<T> extends androidx.compose.ui.res.Resource<T> {
ctor public FailedResource(T? resource, Throwable? throwable);
method public Throwable? getThrowable();
+ property public final Throwable? throwable;
}
public final class FontResourcesKt {
@@ -2158,6 +2204,7 @@
public abstract sealed class Resource<T> {
method public final T? getResource();
+ property public final T? resource;
}
public final class ResourcesKt {
@@ -2180,7 +2227,7 @@
public interface Selectable {
method public androidx.compose.ui.geometry.Rect getBoundingBox(int offset);
- method public long getHandlePosition(androidx.compose.ui.selection.Selection selection, boolean isStartHandle);
+ method public long getHandlePosition-F1C5BW0(androidx.compose.ui.selection.Selection selection, boolean isStartHandle);
method public androidx.compose.ui.layout.LayoutCoordinates? getLayoutCoordinates();
method public androidx.compose.ui.selection.Selection? getSelection-lzk2kLM(long startPosition, long endPosition, androidx.compose.ui.layout.LayoutCoordinates containerLayoutCoordinates, boolean longPress, androidx.compose.ui.selection.Selection? previousSelection = null, boolean isStartHandle = true);
method public androidx.compose.ui.text.AnnotatedString getText();
@@ -2196,7 +2243,10 @@
method public boolean getHandlesCrossed();
method public androidx.compose.ui.selection.Selection.AnchorInfo getStart();
method public androidx.compose.ui.selection.Selection merge(androidx.compose.ui.selection.Selection? other);
- method public long toTextRange();
+ method public long toTextRange-d9O1mEE();
+ property public final androidx.compose.ui.selection.Selection.AnchorInfo end;
+ property public final boolean handlesCrossed;
+ property public final androidx.compose.ui.selection.Selection.AnchorInfo start;
}
@androidx.compose.runtime.Immutable public static final class Selection.AnchorInfo {
@@ -2208,6 +2258,9 @@
method public androidx.compose.ui.text.style.ResolvedTextDirection getDirection();
method public int getOffset();
method public androidx.compose.ui.selection.Selectable getSelectable();
+ property public final androidx.compose.ui.text.style.ResolvedTextDirection direction;
+ property public final int offset;
+ property public final androidx.compose.ui.selection.Selectable selectable;
}
public final class SelectionContainerKt {
@@ -2244,6 +2297,8 @@
method public androidx.compose.ui.semantics.AccessibilityAction<T> copy(CharSequence? label, T action);
method public T getAction();
method public CharSequence? getLabel();
+ property public final T action;
+ property public final CharSequence? label;
}
public final class AccessibilityRangeInfo {
@@ -2255,6 +2310,9 @@
method public float getCurrent();
method public kotlin.ranges.ClosedFloatingPointRange<java.lang.Float> getRange();
method public int getSteps();
+ property public final float current;
+ property public final kotlin.ranges.ClosedFloatingPointRange<java.lang.Float> range;
+ property public final int steps;
}
public final class AccessibilityScrollState {
@@ -2267,6 +2325,9 @@
method public float getMaxValue();
method public boolean getReverseScrolling();
method public float getValue();
+ property public final float maxValue;
+ property public final boolean reverseScrolling;
+ property public final float value;
}
public final class CustomAccessibilityAction {
@@ -2276,6 +2337,8 @@
method public androidx.compose.ui.semantics.CustomAccessibilityAction copy(CharSequence label, kotlin.jvm.functions.Function0<java.lang.Boolean> action);
method public kotlin.jvm.functions.Function0<java.lang.Boolean> getAction();
method public CharSequence getLabel();
+ property public final kotlin.jvm.functions.Function0<java.lang.Boolean> action;
+ property public final CharSequence label;
}
public final class SemanticsActions {
@@ -2336,12 +2399,12 @@
method public androidx.compose.ui.node.LayoutNode getComponentNode();
method public androidx.compose.ui.semantics.SemanticsConfiguration getConfig();
method public androidx.compose.ui.geometry.Rect getGlobalBounds();
- method public long getGlobalPosition();
+ method public long getGlobalPosition-F1C5BW0();
method public int getId();
method public boolean getMergingEnabled();
method public androidx.compose.ui.semantics.SemanticsNode? getParent();
- method public long getPositionInRoot();
- method public long getSize();
+ method public long getPositionInRoot-F1C5BW0();
+ method public long getSize-YbymL2g();
method public boolean isRoot();
property public final androidx.compose.ui.geometry.Rect boundsInRoot;
property public final java.util.List<androidx.compose.ui.semantics.SemanticsNode> children;
@@ -2351,6 +2414,7 @@
property public final long globalPosition;
property public final int id;
property public final boolean isRoot;
+ property public final boolean mergingEnabled;
property public final androidx.compose.ui.semantics.SemanticsNode? parent;
property public final long positionInRoot;
property public final long size;
@@ -2364,6 +2428,7 @@
method public androidx.compose.ui.node.LayoutNode getRootNode();
method public androidx.compose.ui.semantics.SemanticsNode getRootSemanticsNode();
method public androidx.compose.ui.semantics.SemanticsNode getUnmergedRootSemanticsNode();
+ property public final androidx.compose.ui.node.LayoutNode rootNode;
property public final androidx.compose.ui.semantics.SemanticsNode rootSemanticsNode;
property public final androidx.compose.ui.semantics.SemanticsNode unmergedRootSemanticsNode;
}
@@ -2442,6 +2507,7 @@
method public operator T! getValue(androidx.compose.ui.semantics.SemanticsPropertyReceiver thisRef, kotlin.reflect.KProperty<?> property);
method public T? merge(T? parentValue, T? childValue);
method public operator void setValue(androidx.compose.ui.semantics.SemanticsPropertyReceiver thisRef, kotlin.reflect.KProperty<?> property, T? value);
+ property public final String name;
}
public interface SemanticsPropertyReceiver {
@@ -2487,7 +2553,7 @@
method @Deprecated @androidx.compose.runtime.Composable public static <T extends android.view.ViewGroup> void emitView(kotlin.jvm.functions.Function1<? super android.content.Context,? extends T> ctor, kotlin.jvm.functions.Function1<? super T,kotlin.Unit> update, kotlin.jvm.functions.Function0<kotlin.Unit> children);
}
- @kotlin.RequiresOptIn(level=RequiresOptIn.Level.ERROR, message="This is an experimental API for Compose UI LayoutNode and is likely to change " + "before becoming stable.") @kotlin.annotation.Target(allowedTargets={AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY}) public @interface InternalInteropApi {
+ @kotlin.RequiresOptIn(level=kotlin.RequiresOptIn.Level, message="This is an experimental API for Compose UI LayoutNode and is likely to change " + "before becoming stable.") @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface InternalInteropApi {
}
public final class ViewModelKt {
diff --git a/compose/ui/ui/api/restricted_current.txt b/compose/ui/ui/api/restricted_current.txt
index b22eaa1..da026fc 100644
--- a/compose/ui/ui/api/restricted_current.txt
+++ b/compose/ui/ui/api/restricted_current.txt
@@ -92,7 +92,7 @@
public final class CacheDrawScope implements androidx.compose.ui.unit.Density {
method public float getDensity();
method public float getFontScale();
- method public long getSize();
+ method public long getSize-NH-jbRc();
method public androidx.compose.ui.DrawResult onDraw(kotlin.jvm.functions.Function1<? super androidx.compose.ui.graphics.drawscope.DrawScope,kotlin.Unit> block);
property public float density;
property public float fontScale;
@@ -128,7 +128,10 @@
method public androidx.compose.ui.Placeable measure-BRTryo0(long constraints);
method public int minIntrinsicHeight(int width);
method public int minIntrinsicWidth(int height);
+ property public final androidx.compose.ui.layout.IntrinsicMeasurable measurable;
+ property public final androidx.compose.ui.IntrinsicMinMax minMax;
property public Object? parentData;
+ property public final androidx.compose.ui.IntrinsicWidthHeight widthHeight;
}
public interface DrawCacheModifier extends androidx.compose.ui.DrawModifier {
@@ -145,7 +148,7 @@
method public default float getScaleY();
method @FloatRange(from=0.0, to=3.4E38) public default float getShadowElevation();
method public default androidx.compose.ui.graphics.Shape getShape();
- method public default long getTransformOrigin();
+ method public default long getTransformOrigin-gtC0eh8();
method public default float getTranslationX();
method public default float getTranslationY();
property @FloatRange(from=0.0, to=1.0) public default float alpha;
@@ -207,15 +210,11 @@
}
@kotlin.PublishedApi internal enum IntrinsicMinMax {
- method public static androidx.compose.ui.IntrinsicMinMax valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.IntrinsicMinMax[] values();
enum_constant public static final androidx.compose.ui.IntrinsicMinMax Max;
enum_constant public static final androidx.compose.ui.IntrinsicMinMax Min;
}
@kotlin.PublishedApi internal enum IntrinsicWidthHeight {
- method public static androidx.compose.ui.IntrinsicWidthHeight valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.IntrinsicWidthHeight[] values();
enum_constant public static final androidx.compose.ui.IntrinsicWidthHeight Height;
enum_constant public static final androidx.compose.ui.IntrinsicWidthHeight Width;
}
@@ -225,17 +224,18 @@
method public float getDensity();
method public float getFontScale();
method public androidx.compose.ui.unit.LayoutDirection getLayoutDirection();
- method @androidx.compose.runtime.Stable public float toDp(float);
- method @androidx.compose.runtime.Stable public float toDp(int);
method @androidx.compose.runtime.Stable public float toDp--R2X_6o(long);
+ method @androidx.compose.runtime.Stable public float toDp-D9Ej5fM(float);
+ method @androidx.compose.runtime.Stable public float toDp-D9Ej5fM(int);
method @androidx.compose.runtime.Stable public int toIntPx--R2X_6o(long);
method @androidx.compose.runtime.Stable public int toIntPx-0680j_4(float);
method @androidx.compose.runtime.Stable public float toPx--R2X_6o(long);
method @androidx.compose.runtime.Stable public float toPx-0680j_4(float);
method @androidx.compose.runtime.Stable public androidx.compose.ui.geometry.Rect toRect(androidx.compose.ui.unit.Bounds);
- method @androidx.compose.runtime.Stable public long toSp(float);
- method @androidx.compose.runtime.Stable public long toSp(int);
method @androidx.compose.runtime.Stable public long toSp-0680j_4(float);
+ method @androidx.compose.runtime.Stable public long toSp-XSAIIZE(float);
+ method @androidx.compose.runtime.Stable public long toSp-XSAIIZE(int);
+ property public androidx.compose.ui.unit.LayoutDirection layoutDirection;
}
public final class LayoutKt {
@@ -338,10 +338,10 @@
public abstract class Placeable {
ctor public Placeable();
method public abstract operator int get(androidx.compose.ui.AlignmentLine line);
- method protected final long getApparentToRealOffset();
+ method protected final long getApparentToRealOffset-nOcc-ac();
method public final int getHeight();
- method protected final long getMeasuredSize();
- method protected final long getMeasurementConstraints();
+ method protected final long getMeasuredSize-YbymL2g();
+ method protected final long getMeasurementConstraints-msEJaDk();
method public final int getWidth();
method protected abstract void placeAt--gyyYBs(long position);
method protected final void setMeasuredSize-ozmzZPI(long value);
@@ -378,7 +378,7 @@
@androidx.compose.runtime.Immutable public final inline class TransformOrigin {
ctor public TransformOrigin();
method public static long constructor-impl(internal long packedValue);
- method public static long copy-impl(long $this, float pivotFractionX = this.pivotFractionX, float pivotFractionY = this.pivotFractionY);
+ method public static long copy-gtC0eh8(long $this, float pivotFractionX = this.pivotFractionX, float pivotFractionY = this.pivotFractionY);
method @androidx.compose.runtime.Immutable public static inline boolean equals-impl(long p, Object? p1);
method public static boolean equals-impl0(long p1, long p2);
method public static float getPivotFractionX-impl(long $this);
@@ -389,7 +389,7 @@
}
public static final class TransformOrigin.Companion {
- method public long getCenter();
+ method public long getCenter-gtC0eh8();
property public final long Center;
}
@@ -398,11 +398,11 @@
}
@androidx.compose.runtime.Stable public interface WithConstraintsScope {
- method public long getConstraints();
- method public float getMaxHeight();
- method public float getMaxWidth();
- method public float getMinHeight();
- method public float getMinWidth();
+ method public long getConstraints-msEJaDk();
+ method public float getMaxHeight-D9Ej5fM();
+ method public float getMaxWidth-D9Ej5fM();
+ method public float getMinHeight-D9Ej5fM();
+ method public float getMinWidth-D9Ej5fM();
property public abstract long constraints;
property public abstract float maxHeight;
property public abstract float maxWidth;
@@ -448,7 +448,10 @@
method public int getId();
method public kotlin.jvm.functions.Function1<java.lang.String,kotlin.Unit>? getOnFill();
method public void setBoundingBox(androidx.compose.ui.geometry.Rect? p);
+ property public final java.util.List<androidx.compose.ui.autofill.AutofillType> autofillTypes;
+ property public final androidx.compose.ui.geometry.Rect? boundingBox;
property public final int id;
+ property public final kotlin.jvm.functions.Function1<java.lang.String,kotlin.Unit>? onFill;
}
public final class AutofillTree {
@@ -460,8 +463,6 @@
}
public enum AutofillType {
- method public static androidx.compose.ui.autofill.AutofillType valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.autofill.AutofillType[] values();
enum_constant public static final androidx.compose.ui.autofill.AutofillType AddressAuxiliaryDetails;
enum_constant public static final androidx.compose.ui.autofill.AutofillType AddressCountry;
enum_constant public static final androidx.compose.ui.autofill.AutofillType AddressLocality;
@@ -547,8 +548,6 @@
}
@androidx.compose.ui.focus.ExperimentalFocus public enum FocusState {
- method public static androidx.compose.ui.focus.FocusState valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.focus.FocusState[] values();
enum_constant public static final androidx.compose.ui.focus.FocusState Active;
enum_constant public static final androidx.compose.ui.focus.FocusState ActiveParent;
enum_constant public static final androidx.compose.ui.focus.FocusState Captured;
@@ -557,8 +556,6 @@
}
@Deprecated public enum FocusState2 {
- method @Deprecated public static androidx.compose.ui.focus.FocusState2 valueOf(String name) throws java.lang.IllegalArgumentException;
- method @Deprecated public static androidx.compose.ui.focus.FocusState2[] values();
}
public final class FocusStateKt {
@@ -590,8 +587,6 @@
}
public enum Direction {
- method public static androidx.compose.ui.gesture.Direction valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.gesture.Direction[] values();
enum_constant public static final androidx.compose.ui.gesture.Direction DOWN;
enum_constant public static final androidx.compose.ui.gesture.Direction LEFT;
enum_constant public static final androidx.compose.ui.gesture.Direction RIGHT;
@@ -708,11 +703,11 @@
method public androidx.compose.ui.gesture.customevents.DelayUpMessage getMessage();
method public java.util.Set<androidx.compose.ui.input.pointer.PointerId> getPointers();
method public void setMessage(androidx.compose.ui.gesture.customevents.DelayUpMessage p);
+ property public final androidx.compose.ui.gesture.customevents.DelayUpMessage message;
+ property public final java.util.Set<androidx.compose.ui.input.pointer.PointerId> pointers;
}
@androidx.compose.ui.gesture.ExperimentalPointerInput public enum DelayUpMessage {
- method public static androidx.compose.ui.gesture.customevents.DelayUpMessage valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.gesture.customevents.DelayUpMessage[] values();
enum_constant public static final androidx.compose.ui.gesture.customevents.DelayUpMessage DelayUp;
enum_constant public static final androidx.compose.ui.gesture.customevents.DelayUpMessage DelayedUpConsumed;
enum_constant public static final androidx.compose.ui.gesture.customevents.DelayUpMessage DelayedUpNotConsumed;
@@ -727,8 +722,6 @@
package androidx.compose.ui.gesture.scrollorientationlocking {
public enum Orientation {
- method public static androidx.compose.ui.gesture.scrollorientationlocking.Orientation valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.gesture.scrollorientationlocking.Orientation[] values();
enum_constant public static final androidx.compose.ui.gesture.scrollorientationlocking.Orientation Horizontal;
enum_constant public static final androidx.compose.ui.gesture.scrollorientationlocking.Orientation Vertical;
}
@@ -753,7 +746,7 @@
public final class VelocityTracker {
ctor public VelocityTracker();
method public void addPosition-cJzGd7g(long uptime, long position);
- method public long calculateVelocity();
+ method public long calculateVelocity-9UxMQ8M();
method public void resetTracking();
}
@@ -779,30 +772,41 @@
@androidx.compose.runtime.Immutable public final class VectorAsset {
method public String component1();
- method public float component2();
- method public float component3();
+ method public float component2-D9Ej5fM();
+ method public float component3-D9Ej5fM();
method public float component4();
method public float component5();
method public androidx.compose.ui.graphics.vector.VectorGroup component6();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.graphics.vector.VectorAsset copy-pRTh4Qo(String name, float defaultWidth, float defaultHeight, float viewportWidth, float viewportHeight, androidx.compose.ui.graphics.vector.VectorGroup root);
- method public float getDefaultHeight();
- method public float getDefaultWidth();
+ method public float getDefaultHeight-D9Ej5fM();
+ method public float getDefaultWidth-D9Ej5fM();
method public String getName();
method public androidx.compose.ui.graphics.vector.VectorGroup getRoot();
method public float getViewportHeight();
method public float getViewportWidth();
+ property public final float defaultHeight;
+ property public final float defaultWidth;
+ property public final String name;
+ property public final androidx.compose.ui.graphics.vector.VectorGroup root;
+ property public final float viewportHeight;
+ property public final float viewportWidth;
}
public final class VectorAssetBuilder {
method public androidx.compose.ui.graphics.vector.VectorAssetBuilder addPath(java.util.List<? extends androidx.compose.ui.graphics.vector.PathNode> pathData, androidx.compose.ui.graphics.PathFillType pathFillType = DefaultFillType, String name = "", androidx.compose.ui.graphics.Brush? fill = null, float fillAlpha = 1.0f, androidx.compose.ui.graphics.Brush? stroke = null, float strokeAlpha = 1.0f, float strokeLineWidth = 0.0f, androidx.compose.ui.graphics.StrokeCap strokeLineCap = DefaultStrokeLineCap, androidx.compose.ui.graphics.StrokeJoin strokeLineJoin = DefaultStrokeLineJoin, float strokeLineMiter = 4.0f, float trimPathStart = 0.0f, float trimPathEnd = 1.0f, float trimPathOffset = 0.0f);
method public androidx.compose.ui.graphics.vector.VectorAsset build();
- method public float getDefaultHeight();
- method public float getDefaultWidth();
+ method public float getDefaultHeight-D9Ej5fM();
+ method public float getDefaultWidth-D9Ej5fM();
method public String getName();
method public float getViewportHeight();
method public float getViewportWidth();
method public androidx.compose.ui.graphics.vector.VectorAssetBuilder popGroup();
method public androidx.compose.ui.graphics.vector.VectorAssetBuilder pushGroup(String name = "", float rotate = 0.0f, float pivotX = 0.0f, float pivotY = 0.0f, float scaleX = 1.0f, float scaleY = 1.0f, float translationX = 0.0f, float translationY = 0.0f, java.util.List<? extends androidx.compose.ui.graphics.vector.PathNode> clipPathData = EmptyPath);
+ property public final float defaultHeight;
+ property public final float defaultWidth;
+ property public final String name;
+ property public final float viewportHeight;
+ property public final float viewportWidth;
}
public final class VectorAssetBuilderKt {
@@ -828,7 +832,16 @@
method public float getTranslationX();
method public float getTranslationY();
method public java.util.Iterator<androidx.compose.ui.graphics.vector.VectorNode> iterator();
+ property public final java.util.List<androidx.compose.ui.graphics.vector.PathNode> clipPathData;
+ property public final String name;
+ property public final float pivotX;
+ property public final float pivotY;
+ property public final float rotation;
+ property public final float scaleX;
+ property public final float scaleY;
property public final int size;
+ property public final float translationX;
+ property public final float translationY;
}
public final class VectorKt {
@@ -860,7 +873,7 @@
}
public final class VectorPainter extends androidx.compose.ui.graphics.painter.Painter {
- method public long getIntrinsicSize();
+ method public long getIntrinsicSize-NH-jbRc();
method protected void onDraw(androidx.compose.ui.graphics.drawscope.DrawScope);
property public long intrinsicSize;
}
@@ -886,6 +899,20 @@
method public float getTrimPathEnd();
method public float getTrimPathOffset();
method public float getTrimPathStart();
+ property public final androidx.compose.ui.graphics.Brush? fill;
+ property public final float fillAlpha;
+ property public final String name;
+ property public final java.util.List<androidx.compose.ui.graphics.vector.PathNode> pathData;
+ property public final androidx.compose.ui.graphics.PathFillType pathFillType;
+ property public final androidx.compose.ui.graphics.Brush? stroke;
+ property public final float strokeAlpha;
+ property public final androidx.compose.ui.graphics.StrokeCap strokeLineCap;
+ property public final androidx.compose.ui.graphics.StrokeJoin strokeLineJoin;
+ property public final float strokeLineMiter;
+ property public final float strokeLineWidth;
+ property public final float trimPathEnd;
+ property public final float trimPathOffset;
+ property public final float trimPathStart;
}
}
@@ -904,8 +931,6 @@
}
public enum HapticFeedbackType {
- method public static androidx.compose.ui.hapticfeedback.HapticFeedbackType valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.hapticfeedback.HapticFeedbackType[] values();
enum_constant public static final androidx.compose.ui.hapticfeedback.HapticFeedbackType LongPress;
enum_constant public static final androidx.compose.ui.hapticfeedback.HapticFeedbackType TextHandleMove;
}
@@ -934,299 +959,300 @@
method public int getKeyCode();
method public static inline int hashCode-impl(int p);
method public static String toString-impl(int $this);
+ property public final int keyCode;
field public static final androidx.compose.ui.input.key.Key.Companion Companion;
}
public static final class Key.Companion {
- method public int getA();
- method public int getAllApps();
- method public int getAltLeft();
- method public int getAltRight();
- method public int getApostrophe();
- method public int getAppSwitch();
- method public int getAssist();
- method public int getAt();
- method public int getAvReceiverInput();
- method public int getAvReceiverPower();
- method public int getB();
- method public int getBack();
- method public int getBackslash();
- method public int getBackspace();
- method public int getBookmark();
- method public int getBreak();
- method public int getBrightnessDown();
- method public int getBrightnessUp();
- method public int getBrowser();
- method public int getButton1();
- method public int getButton10();
- method public int getButton11();
- method public int getButton12();
- method public int getButton13();
- method public int getButton14();
- method public int getButton15();
- method public int getButton16();
- method public int getButton2();
- method public int getButton3();
- method public int getButton4();
- method public int getButton5();
- method public int getButton6();
- method public int getButton7();
- method public int getButton8();
- method public int getButton9();
- method public int getButtonA();
- method public int getButtonB();
- method public int getButtonC();
- method public int getButtonL1();
- method public int getButtonL2();
- method public int getButtonMode();
- method public int getButtonR1();
- method public int getButtonR2();
- method public int getButtonSelect();
- method public int getButtonStart();
- method public int getButtonThumbLeft();
- method public int getButtonThumbRight();
- method public int getButtonX();
- method public int getButtonY();
- method public int getButtonZ();
- method public int getC();
- method public int getCalculator();
- method public int getCalendar();
- method public int getCall();
- method public int getCamera();
- method public int getCapsLock();
- method public int getCaptions();
- method public int getChannelDown();
- method public int getChannelUp();
- method public int getClear();
- method public int getComma();
- method public int getContacts();
- method public int getCopy();
- method public int getCtrlLeft();
- method public int getCtrlRight();
- method public int getCut();
- method public int getD();
- method public int getDPadCenter();
- method public int getDPadDown();
- method public int getDPadDownLeft();
- method public int getDPadDownRight();
- method public int getDPadLeft();
- method public int getDPadRight();
- method public int getDPadUp();
- method public int getDPadUpLeft();
- method public int getDPadUpRight();
- method public int getDelete();
- method public int getDvr();
- method public int getE();
- method public int getEisu();
- method public int getEndCall();
- method public int getEnter();
- method public int getEnvelope();
- method public int getEquals();
- method public int getEscape();
- method public int getF();
- method public int getF1();
- method public int getF10();
- method public int getF11();
- method public int getF12();
- method public int getF2();
- method public int getF3();
- method public int getF4();
- method public int getF5();
- method public int getF6();
- method public int getF7();
- method public int getF8();
- method public int getF9();
- method public int getFocus();
- method public int getForward();
- method public int getFunction();
- method public int getG();
- method public int getGrave();
- method public int getGuide();
- method public int getH();
- method public int getHeadsetHook();
- method public int getHelp();
- method public int getHenkan();
- method public int getHome();
- method public int getI();
- method public int getInfo();
- method public int getInsert();
- method public int getJ();
- method public int getK();
- method public int getKana();
- method public int getKatakanaHiragana();
- method public int getL();
- method public int getLanguageSwitch();
- method public int getLastChannel();
- method public int getLeftBracket();
- method public int getM();
- method public int getMannerMode();
- method public int getMediaAudioTrack();
- method public int getMediaClose();
- method public int getMediaEject();
- method public int getMediaFastForward();
- method public int getMediaNext();
- method public int getMediaPause();
- method public int getMediaPlay();
- method public int getMediaPlayPause();
- method public int getMediaPrevious();
- method public int getMediaRecord();
- method public int getMediaRewind();
- method public int getMediaSkipBackward();
- method public int getMediaSkipForward();
- method public int getMediaStepBackward();
- method public int getMediaStepForward();
- method public int getMediaStop();
- method public int getMediaTopMenu();
- method public int getMenu();
- method public int getMetaLeft();
- method public int getMetaRight();
- method public int getMicrophoneMute();
- method public int getMinus();
- method public int getMoveEnd();
- method public int getMoveHome();
- method public int getMuhenkan();
- method public int getMultiply();
- method public int getMusic();
- method public int getN();
- method public int getNavigateIn();
- method public int getNavigateNext();
- method public int getNavigateOut();
- method public int getNavigatePrevious();
- method public int getNotification();
- method public int getNumLock();
- method public int getNumPad0();
- method public int getNumPad1();
- method public int getNumPad2();
- method public int getNumPad3();
- method public int getNumPad4();
- method public int getNumPad5();
- method public int getNumPad6();
- method public int getNumPad7();
- method public int getNumPad8();
- method public int getNumPad9();
- method public int getNumPadAdd();
- method public int getNumPadComma();
- method public int getNumPadDivide();
- method public int getNumPadDot();
- method public int getNumPadEnter();
- method public int getNumPadEquals();
- method public int getNumPadLeftParenthesis();
- method public int getNumPadMultiply();
- method public int getNumPadRightParenthesis();
- method public int getNumPadSubtract();
- method public int getNumber();
- method public int getNumber0();
- method public int getNumber1();
- method public int getNumber11();
- method public int getNumber12();
- method public int getNumber2();
- method public int getNumber3();
- method public int getNumber4();
- method public int getNumber5();
- method public int getNumber6();
- method public int getNumber7();
- method public int getNumber8();
- method public int getNumber9();
- method public int getO();
- method public int getP();
- method public int getPageDown();
- method public int getPageUp();
- method public int getPairing();
- method public int getPaste();
- method public int getPeriod();
- method public int getPictureSymbols();
- method public int getPlus();
- method public int getPound();
- method public int getPower();
- method public int getPrintScreen();
- method public int getProfileSwitch();
- method public int getProgramBlue();
- method public int getProgramGreen();
- method public int getProgramRed();
- method public int getProgramYellow();
- method public int getQ();
- method public int getR();
- method public int getRefresh();
- method public int getRightBracket();
- method public int getRo();
- method public int getS();
- method public int getScrollLock();
- method public int getSearch();
- method public int getSemicolon();
- method public int getSetTopBoxInput();
- method public int getSetTopBoxPower();
- method public int getSettings();
- method public int getShiftLeft();
- method public int getShiftRight();
- method public int getSlash();
- method public int getSleep();
- method public int getSoftLeft();
- method public int getSoftRight();
- method public int getSoftSleep();
- method public int getSpacebar();
- method public int getStem1();
- method public int getStem2();
- method public int getStem3();
- method public int getStemPrimary();
- method public int getSwitchCharset();
- method public int getSymbol();
- method public int getSystemNavigationDown();
- method public int getSystemNavigationLeft();
- method public int getSystemNavigationRight();
- method public int getSystemNavigationUp();
- method public int getT();
- method public int getTab();
- method public int getThumbsDown();
- method public int getThumbsUp();
- method public int getToggle2D3D();
- method public int getTv();
- method public int getTvAntennaCable();
- method public int getTvAudioDescription();
- method public int getTvAudioDescriptionMixingVolumeDown();
- method public int getTvAudioDescriptionMixingVolumeUp();
- method public int getTvContentsMenu();
- method public int getTvDataService();
- method public int getTvInput();
- method public int getTvInputComponent1();
- method public int getTvInputComponent2();
- method public int getTvInputComposite1();
- method public int getTvInputComposite2();
- method public int getTvInputHdmi1();
- method public int getTvInputHdmi2();
- method public int getTvInputHdmi3();
- method public int getTvInputHdmi4();
- method public int getTvInputVga1();
- method public int getTvMediaContextMenu();
- method public int getTvNetwork();
- method public int getTvNumberEntry();
- method public int getTvPower();
- method public int getTvRadioService();
- method public int getTvSatellite();
- method public int getTvSatelliteBs();
- method public int getTvSatelliteCs();
- method public int getTvSatelliteService();
- method public int getTvTeletext();
- method public int getTvTerrestrialAnalog();
- method public int getTvTerrestrialDigital();
- method public int getTvTimerProgramming();
- method public int getTvZoomMode();
- method public int getU();
- method public int getUnknown();
- method public int getV();
- method public int getVoiceAssist();
- method public int getVolumeDown();
- method public int getVolumeMute();
- method public int getVolumeUp();
- method public int getW();
- method public int getWakeUp();
- method public int getWindow();
- method public int getX();
- method public int getY();
- method public int getYen();
- method public int getZ();
- method public int getZenkakuHankaru();
- method public int getZoomIn();
- method public int getZoomOut();
+ method public int getA-EK5gGoQ();
+ method public int getAllApps-EK5gGoQ();
+ method public int getAltLeft-EK5gGoQ();
+ method public int getAltRight-EK5gGoQ();
+ method public int getApostrophe-EK5gGoQ();
+ method public int getAppSwitch-EK5gGoQ();
+ method public int getAssist-EK5gGoQ();
+ method public int getAt-EK5gGoQ();
+ method public int getAvReceiverInput-EK5gGoQ();
+ method public int getAvReceiverPower-EK5gGoQ();
+ method public int getB-EK5gGoQ();
+ method public int getBack-EK5gGoQ();
+ method public int getBackslash-EK5gGoQ();
+ method public int getBackspace-EK5gGoQ();
+ method public int getBookmark-EK5gGoQ();
+ method public int getBreak-EK5gGoQ();
+ method public int getBrightnessDown-EK5gGoQ();
+ method public int getBrightnessUp-EK5gGoQ();
+ method public int getBrowser-EK5gGoQ();
+ method public int getButton1-EK5gGoQ();
+ method public int getButton10-EK5gGoQ();
+ method public int getButton11-EK5gGoQ();
+ method public int getButton12-EK5gGoQ();
+ method public int getButton13-EK5gGoQ();
+ method public int getButton14-EK5gGoQ();
+ method public int getButton15-EK5gGoQ();
+ method public int getButton16-EK5gGoQ();
+ method public int getButton2-EK5gGoQ();
+ method public int getButton3-EK5gGoQ();
+ method public int getButton4-EK5gGoQ();
+ method public int getButton5-EK5gGoQ();
+ method public int getButton6-EK5gGoQ();
+ method public int getButton7-EK5gGoQ();
+ method public int getButton8-EK5gGoQ();
+ method public int getButton9-EK5gGoQ();
+ method public int getButtonA-EK5gGoQ();
+ method public int getButtonB-EK5gGoQ();
+ method public int getButtonC-EK5gGoQ();
+ method public int getButtonL1-EK5gGoQ();
+ method public int getButtonL2-EK5gGoQ();
+ method public int getButtonMode-EK5gGoQ();
+ method public int getButtonR1-EK5gGoQ();
+ method public int getButtonR2-EK5gGoQ();
+ method public int getButtonSelect-EK5gGoQ();
+ method public int getButtonStart-EK5gGoQ();
+ method public int getButtonThumbLeft-EK5gGoQ();
+ method public int getButtonThumbRight-EK5gGoQ();
+ method public int getButtonX-EK5gGoQ();
+ method public int getButtonY-EK5gGoQ();
+ method public int getButtonZ-EK5gGoQ();
+ method public int getC-EK5gGoQ();
+ method public int getCalculator-EK5gGoQ();
+ method public int getCalendar-EK5gGoQ();
+ method public int getCall-EK5gGoQ();
+ method public int getCamera-EK5gGoQ();
+ method public int getCapsLock-EK5gGoQ();
+ method public int getCaptions-EK5gGoQ();
+ method public int getChannelDown-EK5gGoQ();
+ method public int getChannelUp-EK5gGoQ();
+ method public int getClear-EK5gGoQ();
+ method public int getComma-EK5gGoQ();
+ method public int getContacts-EK5gGoQ();
+ method public int getCopy-EK5gGoQ();
+ method public int getCtrlLeft-EK5gGoQ();
+ method public int getCtrlRight-EK5gGoQ();
+ method public int getCut-EK5gGoQ();
+ method public int getD-EK5gGoQ();
+ method public int getDPadCenter-EK5gGoQ();
+ method public int getDPadDown-EK5gGoQ();
+ method public int getDPadDownLeft-EK5gGoQ();
+ method public int getDPadDownRight-EK5gGoQ();
+ method public int getDPadLeft-EK5gGoQ();
+ method public int getDPadRight-EK5gGoQ();
+ method public int getDPadUp-EK5gGoQ();
+ method public int getDPadUpLeft-EK5gGoQ();
+ method public int getDPadUpRight-EK5gGoQ();
+ method public int getDelete-EK5gGoQ();
+ method public int getDvr-EK5gGoQ();
+ method public int getE-EK5gGoQ();
+ method public int getEisu-EK5gGoQ();
+ method public int getEndCall-EK5gGoQ();
+ method public int getEnter-EK5gGoQ();
+ method public int getEnvelope-EK5gGoQ();
+ method public int getEquals-EK5gGoQ();
+ method public int getEscape-EK5gGoQ();
+ method public int getF-EK5gGoQ();
+ method public int getF1-EK5gGoQ();
+ method public int getF10-EK5gGoQ();
+ method public int getF11-EK5gGoQ();
+ method public int getF12-EK5gGoQ();
+ method public int getF2-EK5gGoQ();
+ method public int getF3-EK5gGoQ();
+ method public int getF4-EK5gGoQ();
+ method public int getF5-EK5gGoQ();
+ method public int getF6-EK5gGoQ();
+ method public int getF7-EK5gGoQ();
+ method public int getF8-EK5gGoQ();
+ method public int getF9-EK5gGoQ();
+ method public int getFocus-EK5gGoQ();
+ method public int getForward-EK5gGoQ();
+ method public int getFunction-EK5gGoQ();
+ method public int getG-EK5gGoQ();
+ method public int getGrave-EK5gGoQ();
+ method public int getGuide-EK5gGoQ();
+ method public int getH-EK5gGoQ();
+ method public int getHeadsetHook-EK5gGoQ();
+ method public int getHelp-EK5gGoQ();
+ method public int getHenkan-EK5gGoQ();
+ method public int getHome-EK5gGoQ();
+ method public int getI-EK5gGoQ();
+ method public int getInfo-EK5gGoQ();
+ method public int getInsert-EK5gGoQ();
+ method public int getJ-EK5gGoQ();
+ method public int getK-EK5gGoQ();
+ method public int getKana-EK5gGoQ();
+ method public int getKatakanaHiragana-EK5gGoQ();
+ method public int getL-EK5gGoQ();
+ method public int getLanguageSwitch-EK5gGoQ();
+ method public int getLastChannel-EK5gGoQ();
+ method public int getLeftBracket-EK5gGoQ();
+ method public int getM-EK5gGoQ();
+ method public int getMannerMode-EK5gGoQ();
+ method public int getMediaAudioTrack-EK5gGoQ();
+ method public int getMediaClose-EK5gGoQ();
+ method public int getMediaEject-EK5gGoQ();
+ method public int getMediaFastForward-EK5gGoQ();
+ method public int getMediaNext-EK5gGoQ();
+ method public int getMediaPause-EK5gGoQ();
+ method public int getMediaPlay-EK5gGoQ();
+ method public int getMediaPlayPause-EK5gGoQ();
+ method public int getMediaPrevious-EK5gGoQ();
+ method public int getMediaRecord-EK5gGoQ();
+ method public int getMediaRewind-EK5gGoQ();
+ method public int getMediaSkipBackward-EK5gGoQ();
+ method public int getMediaSkipForward-EK5gGoQ();
+ method public int getMediaStepBackward-EK5gGoQ();
+ method public int getMediaStepForward-EK5gGoQ();
+ method public int getMediaStop-EK5gGoQ();
+ method public int getMediaTopMenu-EK5gGoQ();
+ method public int getMenu-EK5gGoQ();
+ method public int getMetaLeft-EK5gGoQ();
+ method public int getMetaRight-EK5gGoQ();
+ method public int getMicrophoneMute-EK5gGoQ();
+ method public int getMinus-EK5gGoQ();
+ method public int getMoveEnd-EK5gGoQ();
+ method public int getMoveHome-EK5gGoQ();
+ method public int getMuhenkan-EK5gGoQ();
+ method public int getMultiply-EK5gGoQ();
+ method public int getMusic-EK5gGoQ();
+ method public int getN-EK5gGoQ();
+ method public int getNavigateIn-EK5gGoQ();
+ method public int getNavigateNext-EK5gGoQ();
+ method public int getNavigateOut-EK5gGoQ();
+ method public int getNavigatePrevious-EK5gGoQ();
+ method public int getNotification-EK5gGoQ();
+ method public int getNumLock-EK5gGoQ();
+ method public int getNumPad0-EK5gGoQ();
+ method public int getNumPad1-EK5gGoQ();
+ method public int getNumPad2-EK5gGoQ();
+ method public int getNumPad3-EK5gGoQ();
+ method public int getNumPad4-EK5gGoQ();
+ method public int getNumPad5-EK5gGoQ();
+ method public int getNumPad6-EK5gGoQ();
+ method public int getNumPad7-EK5gGoQ();
+ method public int getNumPad8-EK5gGoQ();
+ method public int getNumPad9-EK5gGoQ();
+ method public int getNumPadAdd-EK5gGoQ();
+ method public int getNumPadComma-EK5gGoQ();
+ method public int getNumPadDivide-EK5gGoQ();
+ method public int getNumPadDot-EK5gGoQ();
+ method public int getNumPadEnter-EK5gGoQ();
+ method public int getNumPadEquals-EK5gGoQ();
+ method public int getNumPadLeftParenthesis-EK5gGoQ();
+ method public int getNumPadMultiply-EK5gGoQ();
+ method public int getNumPadRightParenthesis-EK5gGoQ();
+ method public int getNumPadSubtract-EK5gGoQ();
+ method public int getNumber-EK5gGoQ();
+ method public int getNumber0-EK5gGoQ();
+ method public int getNumber1-EK5gGoQ();
+ method public int getNumber11-EK5gGoQ();
+ method public int getNumber12-EK5gGoQ();
+ method public int getNumber2-EK5gGoQ();
+ method public int getNumber3-EK5gGoQ();
+ method public int getNumber4-EK5gGoQ();
+ method public int getNumber5-EK5gGoQ();
+ method public int getNumber6-EK5gGoQ();
+ method public int getNumber7-EK5gGoQ();
+ method public int getNumber8-EK5gGoQ();
+ method public int getNumber9-EK5gGoQ();
+ method public int getO-EK5gGoQ();
+ method public int getP-EK5gGoQ();
+ method public int getPageDown-EK5gGoQ();
+ method public int getPageUp-EK5gGoQ();
+ method public int getPairing-EK5gGoQ();
+ method public int getPaste-EK5gGoQ();
+ method public int getPeriod-EK5gGoQ();
+ method public int getPictureSymbols-EK5gGoQ();
+ method public int getPlus-EK5gGoQ();
+ method public int getPound-EK5gGoQ();
+ method public int getPower-EK5gGoQ();
+ method public int getPrintScreen-EK5gGoQ();
+ method public int getProfileSwitch-EK5gGoQ();
+ method public int getProgramBlue-EK5gGoQ();
+ method public int getProgramGreen-EK5gGoQ();
+ method public int getProgramRed-EK5gGoQ();
+ method public int getProgramYellow-EK5gGoQ();
+ method public int getQ-EK5gGoQ();
+ method public int getR-EK5gGoQ();
+ method public int getRefresh-EK5gGoQ();
+ method public int getRightBracket-EK5gGoQ();
+ method public int getRo-EK5gGoQ();
+ method public int getS-EK5gGoQ();
+ method public int getScrollLock-EK5gGoQ();
+ method public int getSearch-EK5gGoQ();
+ method public int getSemicolon-EK5gGoQ();
+ method public int getSetTopBoxInput-EK5gGoQ();
+ method public int getSetTopBoxPower-EK5gGoQ();
+ method public int getSettings-EK5gGoQ();
+ method public int getShiftLeft-EK5gGoQ();
+ method public int getShiftRight-EK5gGoQ();
+ method public int getSlash-EK5gGoQ();
+ method public int getSleep-EK5gGoQ();
+ method public int getSoftLeft-EK5gGoQ();
+ method public int getSoftRight-EK5gGoQ();
+ method public int getSoftSleep-EK5gGoQ();
+ method public int getSpacebar-EK5gGoQ();
+ method public int getStem1-EK5gGoQ();
+ method public int getStem2-EK5gGoQ();
+ method public int getStem3-EK5gGoQ();
+ method public int getStemPrimary-EK5gGoQ();
+ method public int getSwitchCharset-EK5gGoQ();
+ method public int getSymbol-EK5gGoQ();
+ method public int getSystemNavigationDown-EK5gGoQ();
+ method public int getSystemNavigationLeft-EK5gGoQ();
+ method public int getSystemNavigationRight-EK5gGoQ();
+ method public int getSystemNavigationUp-EK5gGoQ();
+ method public int getT-EK5gGoQ();
+ method public int getTab-EK5gGoQ();
+ method public int getThumbsDown-EK5gGoQ();
+ method public int getThumbsUp-EK5gGoQ();
+ method public int getToggle2D3D-EK5gGoQ();
+ method public int getTv-EK5gGoQ();
+ method public int getTvAntennaCable-EK5gGoQ();
+ method public int getTvAudioDescription-EK5gGoQ();
+ method public int getTvAudioDescriptionMixingVolumeDown-EK5gGoQ();
+ method public int getTvAudioDescriptionMixingVolumeUp-EK5gGoQ();
+ method public int getTvContentsMenu-EK5gGoQ();
+ method public int getTvDataService-EK5gGoQ();
+ method public int getTvInput-EK5gGoQ();
+ method public int getTvInputComponent1-EK5gGoQ();
+ method public int getTvInputComponent2-EK5gGoQ();
+ method public int getTvInputComposite1-EK5gGoQ();
+ method public int getTvInputComposite2-EK5gGoQ();
+ method public int getTvInputHdmi1-EK5gGoQ();
+ method public int getTvInputHdmi2-EK5gGoQ();
+ method public int getTvInputHdmi3-EK5gGoQ();
+ method public int getTvInputHdmi4-EK5gGoQ();
+ method public int getTvInputVga1-EK5gGoQ();
+ method public int getTvMediaContextMenu-EK5gGoQ();
+ method public int getTvNetwork-EK5gGoQ();
+ method public int getTvNumberEntry-EK5gGoQ();
+ method public int getTvPower-EK5gGoQ();
+ method public int getTvRadioService-EK5gGoQ();
+ method public int getTvSatellite-EK5gGoQ();
+ method public int getTvSatelliteBs-EK5gGoQ();
+ method public int getTvSatelliteCs-EK5gGoQ();
+ method public int getTvSatelliteService-EK5gGoQ();
+ method public int getTvTeletext-EK5gGoQ();
+ method public int getTvTerrestrialAnalog-EK5gGoQ();
+ method public int getTvTerrestrialDigital-EK5gGoQ();
+ method public int getTvTimerProgramming-EK5gGoQ();
+ method public int getTvZoomMode-EK5gGoQ();
+ method public int getU-EK5gGoQ();
+ method public int getUnknown-EK5gGoQ();
+ method public int getV-EK5gGoQ();
+ method public int getVoiceAssist-EK5gGoQ();
+ method public int getVolumeDown-EK5gGoQ();
+ method public int getVolumeMute-EK5gGoQ();
+ method public int getVolumeUp-EK5gGoQ();
+ method public int getW-EK5gGoQ();
+ method public int getWakeUp-EK5gGoQ();
+ method public int getWindow-EK5gGoQ();
+ method public int getX-EK5gGoQ();
+ method public int getY-EK5gGoQ();
+ method public int getYen-EK5gGoQ();
+ method public int getZ-EK5gGoQ();
+ method public int getZenkakuHankaru-EK5gGoQ();
+ method public int getZoomIn-EK5gGoQ();
+ method public int getZoomOut-EK5gGoQ();
property public final int A;
property public final int AllApps;
property public final int AltLeft;
@@ -1520,7 +1546,7 @@
@androidx.compose.ui.input.key.ExperimentalKeyInput public interface KeyEvent {
method public androidx.compose.ui.input.key.Alt getAlt();
- method public int getKey();
+ method public int getKey-EK5gGoQ();
method public androidx.compose.ui.input.key.KeyEventType getType();
method public int getUtf16CodePoint();
property public abstract androidx.compose.ui.input.key.Alt alt;
@@ -1530,8 +1556,6 @@
}
@androidx.compose.ui.input.key.ExperimentalKeyInput public enum KeyEventType {
- method public static androidx.compose.ui.input.key.KeyEventType valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.input.key.KeyEventType[] values();
enum_constant public static final androidx.compose.ui.input.key.KeyEventType KeyDown;
enum_constant public static final androidx.compose.ui.input.key.KeyEventType KeyUp;
enum_constant public static final androidx.compose.ui.input.key.KeyEventType Unknown;
@@ -1547,11 +1571,13 @@
package androidx.compose.ui.input.pointer {
@androidx.compose.runtime.Immutable public final class ConsumedData {
- method public long component1();
+ method public long component1-F1C5BW0();
method public boolean component2();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.input.pointer.ConsumedData copy-Dkz3Of0(long positionChange, boolean downChange);
method public boolean getDownChange();
- method public long getPositionChange();
+ method public long getPositionChange-F1C5BW0();
+ property public final boolean downChange;
+ property public final long positionChange;
}
public interface CustomEvent {
@@ -1574,6 +1600,7 @@
method public java.util.List<androidx.compose.ui.input.pointer.PointerInputChange> component1();
method public androidx.compose.ui.input.pointer.PointerEvent copy(java.util.List<androidx.compose.ui.input.pointer.PointerInputChange> changes, android.view.MotionEvent? motionEvent);
method public java.util.List<androidx.compose.ui.input.pointer.PointerInputChange> getChanges();
+ property public final java.util.List<androidx.compose.ui.input.pointer.PointerInputChange> changes;
}
public final class PointerEventKt {
@@ -1593,8 +1620,6 @@
}
public enum PointerEventPass {
- method public static androidx.compose.ui.input.pointer.PointerEventPass valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.input.pointer.PointerEventPass[] values();
enum_constant public static final androidx.compose.ui.input.pointer.PointerEventPass Final;
enum_constant public static final androidx.compose.ui.input.pointer.PointerEventPass Initial;
enum_constant public static final androidx.compose.ui.input.pointer.PointerEventPass Main;
@@ -1608,42 +1633,55 @@
method public long getValue();
method public static inline int hashCode-impl(long p);
method public static inline String! toString-impl(long p);
+ property public final long value;
}
@androidx.compose.runtime.Immutable public final class PointerInputChange {
- method public long component1();
+ method public long component1-J3iCeTQ();
method public androidx.compose.ui.input.pointer.PointerInputData component2();
method public androidx.compose.ui.input.pointer.PointerInputData component3();
method public androidx.compose.ui.input.pointer.ConsumedData component4();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.input.pointer.PointerInputChange copy-FzBznnU(long id, androidx.compose.ui.input.pointer.PointerInputData current, androidx.compose.ui.input.pointer.PointerInputData previous, androidx.compose.ui.input.pointer.ConsumedData consumed);
method public androidx.compose.ui.input.pointer.ConsumedData getConsumed();
method public androidx.compose.ui.input.pointer.PointerInputData getCurrent();
- method public long getId();
+ method public long getId-J3iCeTQ();
method public androidx.compose.ui.input.pointer.PointerInputData getPrevious();
+ property public final androidx.compose.ui.input.pointer.ConsumedData consumed;
+ property public final androidx.compose.ui.input.pointer.PointerInputData current;
+ property public final long id;
+ property public final androidx.compose.ui.input.pointer.PointerInputData previous;
}
@androidx.compose.runtime.Immutable public final class PointerInputData {
- method public androidx.compose.ui.unit.Uptime? component1();
- method public androidx.compose.ui.geometry.Offset? component2();
+ method public androidx.compose.ui.unit.Uptime? component1-T5nwvdw();
+ method public androidx.compose.ui.geometry.Offset? component2-_m7T9-E();
method public boolean component3();
method @androidx.compose.runtime.Immutable public androidx.compose.ui.input.pointer.PointerInputData copy-AGkGHIk(androidx.compose.ui.unit.Uptime? uptime, androidx.compose.ui.geometry.Offset? position, boolean down);
method public boolean getDown();
- method public androidx.compose.ui.geometry.Offset? getPosition();
- method public androidx.compose.ui.unit.Uptime? getUptime();
+ method public androidx.compose.ui.geometry.Offset? getPosition-_m7T9-E();
+ method public androidx.compose.ui.unit.Uptime? getUptime-T5nwvdw();
+ property public final boolean down;
+ property public final androidx.compose.ui.geometry.Offset? position;
+ property public final androidx.compose.ui.unit.Uptime? uptime;
}
public final class PointerInputEvent {
method public android.view.MotionEvent getMotionEvent();
method public java.util.List<androidx.compose.ui.input.pointer.PointerInputEventData> getPointers();
- method public long getUptime();
+ method public long getUptime-CLVl0cY();
+ property public final android.view.MotionEvent motionEvent;
+ property public final java.util.List<androidx.compose.ui.input.pointer.PointerInputEventData> pointers;
+ property public final long uptime;
}
public final class PointerInputEventData {
- method public long component1();
+ method public long component1-J3iCeTQ();
method public androidx.compose.ui.input.pointer.PointerInputData component2();
method public androidx.compose.ui.input.pointer.PointerInputEventData copy-pdufZyI(long id, androidx.compose.ui.input.pointer.PointerInputData pointerInputData);
- method public long getId();
+ method public long getId-J3iCeTQ();
method public androidx.compose.ui.input.pointer.PointerInputData getPointerInputData();
+ property public final long id;
+ property public final androidx.compose.ui.input.pointer.PointerInputData pointerInputData;
}
public final class PointerInputEventProcessorKt {
@@ -1713,6 +1751,7 @@
method @androidx.compose.runtime.Immutable public androidx.compose.ui.layout.FixedScale copy(float value);
method public float getValue();
method public float scale-AhF4CD4(long srcSize, long dstSize);
+ property public final float value;
}
public interface IntrinsicMeasurable {
@@ -1739,7 +1778,7 @@
method public operator int get(androidx.compose.ui.AlignmentLine line);
method public androidx.compose.ui.layout.LayoutCoordinates? getParentCoordinates();
method public java.util.Set<androidx.compose.ui.AlignmentLine> getProvidedAlignmentLines();
- method public long getSize();
+ method public long getSize-YbymL2g();
method public long globalToLocal-k-4lQ0M(long global);
method public boolean isAttached();
method public long localToGlobal-k-4lQ0M(long local);
@@ -1794,10 +1833,10 @@
package androidx.compose.ui.node {
- @kotlin.RequiresOptIn(level=RequiresOptIn.Level.ERROR, message="This is an experimental API for Compose UI LayoutNode and is likely to change " + "before becoming stable.") @kotlin.annotation.Target(allowedTargets={AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY}) public @interface ExperimentalLayoutNodeApi {
+ @kotlin.RequiresOptIn(level=kotlin.RequiresOptIn.Level, message="This is an experimental API for Compose UI LayoutNode and is likely to change " + "before becoming stable.") @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface ExperimentalLayoutNodeApi {
}
- @kotlin.RequiresOptIn(message="This API is internal to library.") @kotlin.annotation.Target(allowedTargets={AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER}) public @interface InternalCoreApi {
+ @kotlin.RequiresOptIn(message="This API is internal to library.") @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface InternalCoreApi {
}
@kotlin.PublishedApi internal final class LayoutEmitHelper {
@@ -1915,6 +1954,9 @@
method public androidx.compose.ui.layout.LayoutCoordinates getCoordinates();
method public Object? getExtra();
method public androidx.compose.ui.Modifier getModifier();
+ property public final androidx.compose.ui.layout.LayoutCoordinates coordinates;
+ property public final Object? extra;
+ property public final androidx.compose.ui.Modifier modifier;
}
public interface OwnedLayer {
@@ -1934,7 +1976,7 @@
}
public interface Owner {
- method public long calculatePosition();
+ method public long calculatePosition-nOcc-ac();
method public androidx.compose.ui.node.OwnedLayer createLayer(androidx.compose.ui.DrawLayerModifier drawLayerModifier, kotlin.jvm.functions.Function1<? super androidx.compose.ui.graphics.Canvas,kotlin.Unit> drawBlock, kotlin.jvm.functions.Function0<kotlin.Unit> invalidateParentLayer);
method public androidx.compose.ui.autofill.Autofill? getAutofill();
method public androidx.compose.ui.autofill.AutofillTree getAutofillTree();
@@ -2093,6 +2135,9 @@
method public androidx.lifecycle.LifecycleOwner getLifecycleOwner();
method public androidx.savedstate.SavedStateRegistryOwner getSavedStateRegistryOwner();
method public androidx.lifecycle.ViewModelStoreOwner getViewModelStoreOwner();
+ property public final androidx.lifecycle.LifecycleOwner lifecycleOwner;
+ property public final androidx.savedstate.SavedStateRegistryOwner savedStateRegistryOwner;
+ property public final androidx.lifecycle.ViewModelStoreOwner viewModelStoreOwner;
}
public final class AndroidUriHandler implements androidx.compose.ui.platform.UriHandler {
@@ -2154,8 +2199,6 @@
}
public enum TextToolbarStatus {
- method public static androidx.compose.ui.platform.TextToolbarStatus valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.ui.platform.TextToolbarStatus[] values();
enum_constant public static final androidx.compose.ui.platform.TextToolbarStatus Hidden;
enum_constant public static final androidx.compose.ui.platform.TextToolbarStatus Shown;
}
@@ -2171,6 +2214,8 @@
method public androidx.compose.ui.platform.ValueElement copy(String name, Object? value);
method public String getName();
method public Object? getValue();
+ property public final String name;
+ property public final Object? value;
}
public final class WrapperKt {
@@ -2205,6 +2250,7 @@
public final class FailedResource<T> extends androidx.compose.ui.res.Resource<T> {
ctor public FailedResource(T? resource, Throwable? throwable);
method public Throwable? getThrowable();
+ property public final Throwable? throwable;
}
public final class FontResourcesKt {
@@ -2235,6 +2281,7 @@
public abstract sealed class Resource<T> {
method public final T? getResource();
+ property public final T? resource;
}
public final class ResourcesKt {
@@ -2257,7 +2304,7 @@
public interface Selectable {
method public androidx.compose.ui.geometry.Rect getBoundingBox(int offset);
- method public long getHandlePosition(androidx.compose.ui.selection.Selection selection, boolean isStartHandle);
+ method public long getHandlePosition-F1C5BW0(androidx.compose.ui.selection.Selection selection, boolean isStartHandle);
method public androidx.compose.ui.layout.LayoutCoordinates? getLayoutCoordinates();
method public androidx.compose.ui.selection.Selection? getSelection-lzk2kLM(long startPosition, long endPosition, androidx.compose.ui.layout.LayoutCoordinates containerLayoutCoordinates, boolean longPress, androidx.compose.ui.selection.Selection? previousSelection = null, boolean isStartHandle = true);
method public androidx.compose.ui.text.AnnotatedString getText();
@@ -2273,7 +2320,10 @@
method public boolean getHandlesCrossed();
method public androidx.compose.ui.selection.Selection.AnchorInfo getStart();
method public androidx.compose.ui.selection.Selection merge(androidx.compose.ui.selection.Selection? other);
- method public long toTextRange();
+ method public long toTextRange-d9O1mEE();
+ property public final androidx.compose.ui.selection.Selection.AnchorInfo end;
+ property public final boolean handlesCrossed;
+ property public final androidx.compose.ui.selection.Selection.AnchorInfo start;
}
@androidx.compose.runtime.Immutable public static final class Selection.AnchorInfo {
@@ -2285,6 +2335,9 @@
method public androidx.compose.ui.text.style.ResolvedTextDirection getDirection();
method public int getOffset();
method public androidx.compose.ui.selection.Selectable getSelectable();
+ property public final androidx.compose.ui.text.style.ResolvedTextDirection direction;
+ property public final int offset;
+ property public final androidx.compose.ui.selection.Selectable selectable;
}
public final class SelectionContainerKt {
@@ -2321,6 +2374,8 @@
method public androidx.compose.ui.semantics.AccessibilityAction<T> copy(CharSequence? label, T action);
method public T getAction();
method public CharSequence? getLabel();
+ property public final T action;
+ property public final CharSequence? label;
}
public final class AccessibilityRangeInfo {
@@ -2332,6 +2387,9 @@
method public float getCurrent();
method public kotlin.ranges.ClosedFloatingPointRange<java.lang.Float> getRange();
method public int getSteps();
+ property public final float current;
+ property public final kotlin.ranges.ClosedFloatingPointRange<java.lang.Float> range;
+ property public final int steps;
}
public final class AccessibilityScrollState {
@@ -2344,6 +2402,9 @@
method public float getMaxValue();
method public boolean getReverseScrolling();
method public float getValue();
+ property public final float maxValue;
+ property public final boolean reverseScrolling;
+ property public final float value;
}
public final class CustomAccessibilityAction {
@@ -2353,6 +2414,8 @@
method public androidx.compose.ui.semantics.CustomAccessibilityAction copy(CharSequence label, kotlin.jvm.functions.Function0<java.lang.Boolean> action);
method public kotlin.jvm.functions.Function0<java.lang.Boolean> getAction();
method public CharSequence getLabel();
+ property public final kotlin.jvm.functions.Function0<java.lang.Boolean> action;
+ property public final CharSequence label;
}
public final class SemanticsActions {
@@ -2413,12 +2476,12 @@
method public androidx.compose.ui.node.LayoutNode getComponentNode();
method public androidx.compose.ui.semantics.SemanticsConfiguration getConfig();
method public androidx.compose.ui.geometry.Rect getGlobalBounds();
- method public long getGlobalPosition();
+ method public long getGlobalPosition-F1C5BW0();
method public int getId();
method public boolean getMergingEnabled();
method public androidx.compose.ui.semantics.SemanticsNode? getParent();
- method public long getPositionInRoot();
- method public long getSize();
+ method public long getPositionInRoot-F1C5BW0();
+ method public long getSize-YbymL2g();
method public boolean isRoot();
property public final androidx.compose.ui.geometry.Rect boundsInRoot;
property public final java.util.List<androidx.compose.ui.semantics.SemanticsNode> children;
@@ -2428,6 +2491,7 @@
property public final long globalPosition;
property public final int id;
property public final boolean isRoot;
+ property public final boolean mergingEnabled;
property public final androidx.compose.ui.semantics.SemanticsNode? parent;
property public final long positionInRoot;
property public final long size;
@@ -2441,6 +2505,7 @@
method public androidx.compose.ui.node.LayoutNode getRootNode();
method public androidx.compose.ui.semantics.SemanticsNode getRootSemanticsNode();
method public androidx.compose.ui.semantics.SemanticsNode getUnmergedRootSemanticsNode();
+ property public final androidx.compose.ui.node.LayoutNode rootNode;
property public final androidx.compose.ui.semantics.SemanticsNode rootSemanticsNode;
property public final androidx.compose.ui.semantics.SemanticsNode unmergedRootSemanticsNode;
}
@@ -2519,6 +2584,7 @@
method public operator T! getValue(androidx.compose.ui.semantics.SemanticsPropertyReceiver thisRef, kotlin.reflect.KProperty<?> property);
method public T? merge(T? parentValue, T? childValue);
method public operator void setValue(androidx.compose.ui.semantics.SemanticsPropertyReceiver thisRef, kotlin.reflect.KProperty<?> property, T? value);
+ property public final String name;
}
public interface SemanticsPropertyReceiver {
@@ -2564,7 +2630,7 @@
method @Deprecated @androidx.compose.runtime.Composable public static <T extends android.view.ViewGroup> void emitView(kotlin.jvm.functions.Function1<? super android.content.Context,? extends T> ctor, kotlin.jvm.functions.Function1<? super T,kotlin.Unit> update, kotlin.jvm.functions.Function0<kotlin.Unit> children);
}
- @kotlin.RequiresOptIn(level=RequiresOptIn.Level.ERROR, message="This is an experimental API for Compose UI LayoutNode and is likely to change " + "before becoming stable.") @kotlin.annotation.Target(allowedTargets={AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY}) public @interface InternalInteropApi {
+ @kotlin.RequiresOptIn(level=kotlin.RequiresOptIn.Level, message="This is an experimental API for Compose UI LayoutNode and is likely to change " + "before becoming stable.") @kotlin.annotation.Target(allowedTargets={kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget, kotlin.annotation.AnnotationTarget}) public @interface InternalInteropApi {
}
public final class ViewModelKt {
diff --git a/core/core-ktx/api/current.txt b/core/core-ktx/api/current.txt
index 60e58f0..8cc0ad7 100644
--- a/core/core-ktx/api/current.txt
+++ b/core/core-ktx/api/current.txt
@@ -2,8 +2,8 @@
package androidx.core.animation {
public final class AnimatorKt {
- method public static inline android.animation.Animator.AnimatorListener addListener(android.animation.Animator, kotlin.jvm.functions.Function1<? super android.animation.Animator,kotlin.Unit> onEnd = {}, kotlin.jvm.functions.Function1<? super android.animation.Animator,kotlin.Unit> onStart = {}, kotlin.jvm.functions.Function1<? super android.animation.Animator,kotlin.Unit> onCancel = {}, kotlin.jvm.functions.Function1<? super android.animation.Animator,kotlin.Unit> onRepeat = {});
- method @RequiresApi(19) public static inline android.animation.Animator.AnimatorPauseListener addPauseListener(android.animation.Animator, kotlin.jvm.functions.Function1<? super android.animation.Animator,kotlin.Unit> onResume = {}, kotlin.jvm.functions.Function1<? super android.animation.Animator,kotlin.Unit> onPause = {});
+ method public static inline android.animation.Animator.AnimatorListener addListener(android.animation.Animator, kotlin.jvm.functions.Function1<? super android.animation.Animator,kotlin.Unit> onEnd = { it -> }, kotlin.jvm.functions.Function1<? super android.animation.Animator,kotlin.Unit> onStart = { it -> }, kotlin.jvm.functions.Function1<? super android.animation.Animator,kotlin.Unit> onCancel = { it -> }, kotlin.jvm.functions.Function1<? super android.animation.Animator,kotlin.Unit> onRepeat = { it -> });
+ method @RequiresApi(19) public static inline android.animation.Animator.AnimatorPauseListener addPauseListener(android.animation.Animator, kotlin.jvm.functions.Function1<? super android.animation.Animator,kotlin.Unit> onResume = { it -> }, kotlin.jvm.functions.Function1<? super android.animation.Animator,kotlin.Unit> onPause = { it -> });
method public static inline android.animation.Animator.AnimatorListener doOnCancel(android.animation.Animator, kotlin.jvm.functions.Function1<? super android.animation.Animator,kotlin.Unit> action);
method public static inline android.animation.Animator.AnimatorListener doOnEnd(android.animation.Animator, kotlin.jvm.functions.Function1<? super android.animation.Animator,kotlin.Unit> action);
method @RequiresApi(19) public static inline android.animation.Animator.AnimatorPauseListener doOnPause(android.animation.Animator, kotlin.jvm.functions.Function1<? super android.animation.Animator,kotlin.Unit> action);
@@ -96,7 +96,7 @@
method public static inline void withClip(android.graphics.Canvas, int left, int top, int right, int bottom, kotlin.jvm.functions.Function1<? super android.graphics.Canvas,kotlin.Unit> block);
method public static inline void withClip(android.graphics.Canvas, float left, float top, float right, float bottom, kotlin.jvm.functions.Function1<? super android.graphics.Canvas,kotlin.Unit> block);
method public static inline void withClip(android.graphics.Canvas, android.graphics.Path clipPath, kotlin.jvm.functions.Function1<? super android.graphics.Canvas,kotlin.Unit> block);
- method public static inline void withMatrix(android.graphics.Canvas, android.graphics.Matrix matrix = android.graphics.Matrix(), kotlin.jvm.functions.Function1<? super android.graphics.Canvas,kotlin.Unit> block);
+ method public static inline void withMatrix(android.graphics.Canvas, android.graphics.Matrix matrix = Matrix(), kotlin.jvm.functions.Function1<? super android.graphics.Canvas,kotlin.Unit> block);
method public static inline void withRotation(android.graphics.Canvas, float degrees = 0.0f, float pivotX = 0.0f, float pivotY = 0.0f, kotlin.jvm.functions.Function1<? super android.graphics.Canvas,kotlin.Unit> block);
method public static inline void withSave(android.graphics.Canvas, kotlin.jvm.functions.Function1<? super android.graphics.Canvas,kotlin.Unit> block);
method public static inline void withScale(android.graphics.Canvas, float x = 1.0f, float y = 1.0f, float pivotX = 0.0f, float pivotY = 0.0f, kotlin.jvm.functions.Function1<? super android.graphics.Canvas,kotlin.Unit> block);
@@ -378,7 +378,7 @@
package androidx.core.transition {
public final class TransitionKt {
- method @RequiresApi(19) public static inline android.transition.Transition.TransitionListener addListener(android.transition.Transition, kotlin.jvm.functions.Function1<? super android.transition.Transition,kotlin.Unit> onEnd = {}, kotlin.jvm.functions.Function1<? super android.transition.Transition,kotlin.Unit> onStart = {}, kotlin.jvm.functions.Function1<? super android.transition.Transition,kotlin.Unit> onCancel = {}, kotlin.jvm.functions.Function1<? super android.transition.Transition,kotlin.Unit> onResume = {}, kotlin.jvm.functions.Function1<? super android.transition.Transition,kotlin.Unit> onPause = {});
+ method @RequiresApi(19) public static inline android.transition.Transition.TransitionListener addListener(android.transition.Transition, kotlin.jvm.functions.Function1<? super android.transition.Transition,kotlin.Unit> onEnd = { it -> }, kotlin.jvm.functions.Function1<? super android.transition.Transition,kotlin.Unit> onStart = { it -> }, kotlin.jvm.functions.Function1<? super android.transition.Transition,kotlin.Unit> onCancel = { it -> }, kotlin.jvm.functions.Function1<? super android.transition.Transition,kotlin.Unit> onResume = { it -> }, kotlin.jvm.functions.Function1<? super android.transition.Transition,kotlin.Unit> onPause = { it -> });
method @RequiresApi(19) public static inline android.transition.Transition.TransitionListener doOnCancel(android.transition.Transition, kotlin.jvm.functions.Function1<? super android.transition.Transition,kotlin.Unit> action);
method @RequiresApi(19) public static inline android.transition.Transition.TransitionListener doOnEnd(android.transition.Transition, kotlin.jvm.functions.Function1<? super android.transition.Transition,kotlin.Unit> action);
method @RequiresApi(19) public static inline android.transition.Transition.TransitionListener doOnPause(android.transition.Transition, kotlin.jvm.functions.Function1<? super android.transition.Transition,kotlin.Unit> action);
@@ -392,10 +392,10 @@
public final class AtomicFileKt {
method @RequiresApi(17) public static inline byte[] readBytes(android.util.AtomicFile);
- method @RequiresApi(17) public static String readText(android.util.AtomicFile, java.nio.charset.Charset charset = Charsets.UTF_8);
+ method @RequiresApi(17) public static String readText(android.util.AtomicFile, java.nio.charset.Charset charset = kotlin.text.Charsets.UTF_8);
method @RequiresApi(17) public static inline void tryWrite(android.util.AtomicFile, kotlin.jvm.functions.Function1<? super java.io.FileOutputStream,kotlin.Unit> block);
method @RequiresApi(17) public static void writeBytes(android.util.AtomicFile, byte[] array);
- method @RequiresApi(17) public static void writeText(android.util.AtomicFile, String text, java.nio.charset.Charset charset = Charsets.UTF_8);
+ method @RequiresApi(17) public static void writeText(android.util.AtomicFile, String text, java.nio.charset.Charset charset = kotlin.text.Charsets.UTF_8);
}
public final class HalfKt {
@@ -424,7 +424,7 @@
}
public final class LruCacheKt {
- method public static inline <K, V> android.util.LruCache<K,V> lruCache(int maxSize, kotlin.jvm.functions.Function2<? super K,? super V,java.lang.Integer> sizeOf = { _, _ -> return 1 }, kotlin.jvm.functions.Function1<? super K,? extends V> create = { return null as V }, kotlin.jvm.functions.Function4<? super java.lang.Boolean,? super K,? super V,? super V,kotlin.Unit> onEntryRemoved = { _, _, _, _ -> });
+ method public static inline <K, V> android.util.LruCache<K,V> lruCache(int maxSize, kotlin.jvm.functions.Function2<? super K,? super V,java.lang.Integer> sizeOf = { _, _ -> return 1 }, kotlin.jvm.functions.Function1<? super K,? extends V> create = { it -> return null as V }, kotlin.jvm.functions.Function4<? super java.lang.Boolean,? super K,? super V,? super V,kotlin.Unit> onEntryRemoved = { _, _, _, _ -> });
}
public final class PairKt {
@@ -596,7 +596,7 @@
package androidx.core.widget {
public final class TextViewKt {
- method public static inline android.text.TextWatcher addTextChangedListener(android.widget.TextView, kotlin.jvm.functions.Function4<? super java.lang.CharSequence,? super java.lang.Integer,? super java.lang.Integer,? super java.lang.Integer,kotlin.Unit> beforeTextChanged = { _, _, _, _ -> }, kotlin.jvm.functions.Function4<? super java.lang.CharSequence,? super java.lang.Integer,? super java.lang.Integer,? super java.lang.Integer,kotlin.Unit> onTextChanged = { _, _, _, _ -> }, kotlin.jvm.functions.Function1<? super android.text.Editable,kotlin.Unit> afterTextChanged = {});
+ method public static inline android.text.TextWatcher addTextChangedListener(android.widget.TextView, kotlin.jvm.functions.Function4<? super java.lang.CharSequence,? super java.lang.Integer,? super java.lang.Integer,? super java.lang.Integer,kotlin.Unit> beforeTextChanged = { _, _, _, _ -> }, kotlin.jvm.functions.Function4<? super java.lang.CharSequence,? super java.lang.Integer,? super java.lang.Integer,? super java.lang.Integer,kotlin.Unit> onTextChanged = { _, _, _, _ -> }, kotlin.jvm.functions.Function1<? super android.text.Editable,kotlin.Unit> afterTextChanged = { it -> });
method public static inline android.text.TextWatcher doAfterTextChanged(android.widget.TextView, kotlin.jvm.functions.Function1<? super android.text.Editable,kotlin.Unit> action);
method public static inline android.text.TextWatcher doBeforeTextChanged(android.widget.TextView, kotlin.jvm.functions.Function4<? super java.lang.CharSequence,? super java.lang.Integer,? super java.lang.Integer,? super java.lang.Integer,kotlin.Unit> action);
method public static inline android.text.TextWatcher doOnTextChanged(android.widget.TextView, kotlin.jvm.functions.Function4<? super java.lang.CharSequence,? super java.lang.Integer,? super java.lang.Integer,? super java.lang.Integer,kotlin.Unit> action);
diff --git a/core/core-ktx/api/public_plus_experimental_current.txt b/core/core-ktx/api/public_plus_experimental_current.txt
index 60e58f0..8cc0ad7 100644
--- a/core/core-ktx/api/public_plus_experimental_current.txt
+++ b/core/core-ktx/api/public_plus_experimental_current.txt
@@ -2,8 +2,8 @@
package androidx.core.animation {
public final class AnimatorKt {
- method public static inline android.animation.Animator.AnimatorListener addListener(android.animation.Animator, kotlin.jvm.functions.Function1<? super android.animation.Animator,kotlin.Unit> onEnd = {}, kotlin.jvm.functions.Function1<? super android.animation.Animator,kotlin.Unit> onStart = {}, kotlin.jvm.functions.Function1<? super android.animation.Animator,kotlin.Unit> onCancel = {}, kotlin.jvm.functions.Function1<? super android.animation.Animator,kotlin.Unit> onRepeat = {});
- method @RequiresApi(19) public static inline android.animation.Animator.AnimatorPauseListener addPauseListener(android.animation.Animator, kotlin.jvm.functions.Function1<? super android.animation.Animator,kotlin.Unit> onResume = {}, kotlin.jvm.functions.Function1<? super android.animation.Animator,kotlin.Unit> onPause = {});
+ method public static inline android.animation.Animator.AnimatorListener addListener(android.animation.Animator, kotlin.jvm.functions.Function1<? super android.animation.Animator,kotlin.Unit> onEnd = { it -> }, kotlin.jvm.functions.Function1<? super android.animation.Animator,kotlin.Unit> onStart = { it -> }, kotlin.jvm.functions.Function1<? super android.animation.Animator,kotlin.Unit> onCancel = { it -> }, kotlin.jvm.functions.Function1<? super android.animation.Animator,kotlin.Unit> onRepeat = { it -> });
+ method @RequiresApi(19) public static inline android.animation.Animator.AnimatorPauseListener addPauseListener(android.animation.Animator, kotlin.jvm.functions.Function1<? super android.animation.Animator,kotlin.Unit> onResume = { it -> }, kotlin.jvm.functions.Function1<? super android.animation.Animator,kotlin.Unit> onPause = { it -> });
method public static inline android.animation.Animator.AnimatorListener doOnCancel(android.animation.Animator, kotlin.jvm.functions.Function1<? super android.animation.Animator,kotlin.Unit> action);
method public static inline android.animation.Animator.AnimatorListener doOnEnd(android.animation.Animator, kotlin.jvm.functions.Function1<? super android.animation.Animator,kotlin.Unit> action);
method @RequiresApi(19) public static inline android.animation.Animator.AnimatorPauseListener doOnPause(android.animation.Animator, kotlin.jvm.functions.Function1<? super android.animation.Animator,kotlin.Unit> action);
@@ -96,7 +96,7 @@
method public static inline void withClip(android.graphics.Canvas, int left, int top, int right, int bottom, kotlin.jvm.functions.Function1<? super android.graphics.Canvas,kotlin.Unit> block);
method public static inline void withClip(android.graphics.Canvas, float left, float top, float right, float bottom, kotlin.jvm.functions.Function1<? super android.graphics.Canvas,kotlin.Unit> block);
method public static inline void withClip(android.graphics.Canvas, android.graphics.Path clipPath, kotlin.jvm.functions.Function1<? super android.graphics.Canvas,kotlin.Unit> block);
- method public static inline void withMatrix(android.graphics.Canvas, android.graphics.Matrix matrix = android.graphics.Matrix(), kotlin.jvm.functions.Function1<? super android.graphics.Canvas,kotlin.Unit> block);
+ method public static inline void withMatrix(android.graphics.Canvas, android.graphics.Matrix matrix = Matrix(), kotlin.jvm.functions.Function1<? super android.graphics.Canvas,kotlin.Unit> block);
method public static inline void withRotation(android.graphics.Canvas, float degrees = 0.0f, float pivotX = 0.0f, float pivotY = 0.0f, kotlin.jvm.functions.Function1<? super android.graphics.Canvas,kotlin.Unit> block);
method public static inline void withSave(android.graphics.Canvas, kotlin.jvm.functions.Function1<? super android.graphics.Canvas,kotlin.Unit> block);
method public static inline void withScale(android.graphics.Canvas, float x = 1.0f, float y = 1.0f, float pivotX = 0.0f, float pivotY = 0.0f, kotlin.jvm.functions.Function1<? super android.graphics.Canvas,kotlin.Unit> block);
@@ -378,7 +378,7 @@
package androidx.core.transition {
public final class TransitionKt {
- method @RequiresApi(19) public static inline android.transition.Transition.TransitionListener addListener(android.transition.Transition, kotlin.jvm.functions.Function1<? super android.transition.Transition,kotlin.Unit> onEnd = {}, kotlin.jvm.functions.Function1<? super android.transition.Transition,kotlin.Unit> onStart = {}, kotlin.jvm.functions.Function1<? super android.transition.Transition,kotlin.Unit> onCancel = {}, kotlin.jvm.functions.Function1<? super android.transition.Transition,kotlin.Unit> onResume = {}, kotlin.jvm.functions.Function1<? super android.transition.Transition,kotlin.Unit> onPause = {});
+ method @RequiresApi(19) public static inline android.transition.Transition.TransitionListener addListener(android.transition.Transition, kotlin.jvm.functions.Function1<? super android.transition.Transition,kotlin.Unit> onEnd = { it -> }, kotlin.jvm.functions.Function1<? super android.transition.Transition,kotlin.Unit> onStart = { it -> }, kotlin.jvm.functions.Function1<? super android.transition.Transition,kotlin.Unit> onCancel = { it -> }, kotlin.jvm.functions.Function1<? super android.transition.Transition,kotlin.Unit> onResume = { it -> }, kotlin.jvm.functions.Function1<? super android.transition.Transition,kotlin.Unit> onPause = { it -> });
method @RequiresApi(19) public static inline android.transition.Transition.TransitionListener doOnCancel(android.transition.Transition, kotlin.jvm.functions.Function1<? super android.transition.Transition,kotlin.Unit> action);
method @RequiresApi(19) public static inline android.transition.Transition.TransitionListener doOnEnd(android.transition.Transition, kotlin.jvm.functions.Function1<? super android.transition.Transition,kotlin.Unit> action);
method @RequiresApi(19) public static inline android.transition.Transition.TransitionListener doOnPause(android.transition.Transition, kotlin.jvm.functions.Function1<? super android.transition.Transition,kotlin.Unit> action);
@@ -392,10 +392,10 @@
public final class AtomicFileKt {
method @RequiresApi(17) public static inline byte[] readBytes(android.util.AtomicFile);
- method @RequiresApi(17) public static String readText(android.util.AtomicFile, java.nio.charset.Charset charset = Charsets.UTF_8);
+ method @RequiresApi(17) public static String readText(android.util.AtomicFile, java.nio.charset.Charset charset = kotlin.text.Charsets.UTF_8);
method @RequiresApi(17) public static inline void tryWrite(android.util.AtomicFile, kotlin.jvm.functions.Function1<? super java.io.FileOutputStream,kotlin.Unit> block);
method @RequiresApi(17) public static void writeBytes(android.util.AtomicFile, byte[] array);
- method @RequiresApi(17) public static void writeText(android.util.AtomicFile, String text, java.nio.charset.Charset charset = Charsets.UTF_8);
+ method @RequiresApi(17) public static void writeText(android.util.AtomicFile, String text, java.nio.charset.Charset charset = kotlin.text.Charsets.UTF_8);
}
public final class HalfKt {
@@ -424,7 +424,7 @@
}
public final class LruCacheKt {
- method public static inline <K, V> android.util.LruCache<K,V> lruCache(int maxSize, kotlin.jvm.functions.Function2<? super K,? super V,java.lang.Integer> sizeOf = { _, _ -> return 1 }, kotlin.jvm.functions.Function1<? super K,? extends V> create = { return null as V }, kotlin.jvm.functions.Function4<? super java.lang.Boolean,? super K,? super V,? super V,kotlin.Unit> onEntryRemoved = { _, _, _, _ -> });
+ method public static inline <K, V> android.util.LruCache<K,V> lruCache(int maxSize, kotlin.jvm.functions.Function2<? super K,? super V,java.lang.Integer> sizeOf = { _, _ -> return 1 }, kotlin.jvm.functions.Function1<? super K,? extends V> create = { it -> return null as V }, kotlin.jvm.functions.Function4<? super java.lang.Boolean,? super K,? super V,? super V,kotlin.Unit> onEntryRemoved = { _, _, _, _ -> });
}
public final class PairKt {
@@ -596,7 +596,7 @@
package androidx.core.widget {
public final class TextViewKt {
- method public static inline android.text.TextWatcher addTextChangedListener(android.widget.TextView, kotlin.jvm.functions.Function4<? super java.lang.CharSequence,? super java.lang.Integer,? super java.lang.Integer,? super java.lang.Integer,kotlin.Unit> beforeTextChanged = { _, _, _, _ -> }, kotlin.jvm.functions.Function4<? super java.lang.CharSequence,? super java.lang.Integer,? super java.lang.Integer,? super java.lang.Integer,kotlin.Unit> onTextChanged = { _, _, _, _ -> }, kotlin.jvm.functions.Function1<? super android.text.Editable,kotlin.Unit> afterTextChanged = {});
+ method public static inline android.text.TextWatcher addTextChangedListener(android.widget.TextView, kotlin.jvm.functions.Function4<? super java.lang.CharSequence,? super java.lang.Integer,? super java.lang.Integer,? super java.lang.Integer,kotlin.Unit> beforeTextChanged = { _, _, _, _ -> }, kotlin.jvm.functions.Function4<? super java.lang.CharSequence,? super java.lang.Integer,? super java.lang.Integer,? super java.lang.Integer,kotlin.Unit> onTextChanged = { _, _, _, _ -> }, kotlin.jvm.functions.Function1<? super android.text.Editable,kotlin.Unit> afterTextChanged = { it -> });
method public static inline android.text.TextWatcher doAfterTextChanged(android.widget.TextView, kotlin.jvm.functions.Function1<? super android.text.Editable,kotlin.Unit> action);
method public static inline android.text.TextWatcher doBeforeTextChanged(android.widget.TextView, kotlin.jvm.functions.Function4<? super java.lang.CharSequence,? super java.lang.Integer,? super java.lang.Integer,? super java.lang.Integer,kotlin.Unit> action);
method public static inline android.text.TextWatcher doOnTextChanged(android.widget.TextView, kotlin.jvm.functions.Function4<? super java.lang.CharSequence,? super java.lang.Integer,? super java.lang.Integer,? super java.lang.Integer,kotlin.Unit> action);
diff --git a/core/core-ktx/api/restricted_current.txt b/core/core-ktx/api/restricted_current.txt
index 60e58f0..8cc0ad7 100644
--- a/core/core-ktx/api/restricted_current.txt
+++ b/core/core-ktx/api/restricted_current.txt
@@ -2,8 +2,8 @@
package androidx.core.animation {
public final class AnimatorKt {
- method public static inline android.animation.Animator.AnimatorListener addListener(android.animation.Animator, kotlin.jvm.functions.Function1<? super android.animation.Animator,kotlin.Unit> onEnd = {}, kotlin.jvm.functions.Function1<? super android.animation.Animator,kotlin.Unit> onStart = {}, kotlin.jvm.functions.Function1<? super android.animation.Animator,kotlin.Unit> onCancel = {}, kotlin.jvm.functions.Function1<? super android.animation.Animator,kotlin.Unit> onRepeat = {});
- method @RequiresApi(19) public static inline android.animation.Animator.AnimatorPauseListener addPauseListener(android.animation.Animator, kotlin.jvm.functions.Function1<? super android.animation.Animator,kotlin.Unit> onResume = {}, kotlin.jvm.functions.Function1<? super android.animation.Animator,kotlin.Unit> onPause = {});
+ method public static inline android.animation.Animator.AnimatorListener addListener(android.animation.Animator, kotlin.jvm.functions.Function1<? super android.animation.Animator,kotlin.Unit> onEnd = { it -> }, kotlin.jvm.functions.Function1<? super android.animation.Animator,kotlin.Unit> onStart = { it -> }, kotlin.jvm.functions.Function1<? super android.animation.Animator,kotlin.Unit> onCancel = { it -> }, kotlin.jvm.functions.Function1<? super android.animation.Animator,kotlin.Unit> onRepeat = { it -> });
+ method @RequiresApi(19) public static inline android.animation.Animator.AnimatorPauseListener addPauseListener(android.animation.Animator, kotlin.jvm.functions.Function1<? super android.animation.Animator,kotlin.Unit> onResume = { it -> }, kotlin.jvm.functions.Function1<? super android.animation.Animator,kotlin.Unit> onPause = { it -> });
method public static inline android.animation.Animator.AnimatorListener doOnCancel(android.animation.Animator, kotlin.jvm.functions.Function1<? super android.animation.Animator,kotlin.Unit> action);
method public static inline android.animation.Animator.AnimatorListener doOnEnd(android.animation.Animator, kotlin.jvm.functions.Function1<? super android.animation.Animator,kotlin.Unit> action);
method @RequiresApi(19) public static inline android.animation.Animator.AnimatorPauseListener doOnPause(android.animation.Animator, kotlin.jvm.functions.Function1<? super android.animation.Animator,kotlin.Unit> action);
@@ -96,7 +96,7 @@
method public static inline void withClip(android.graphics.Canvas, int left, int top, int right, int bottom, kotlin.jvm.functions.Function1<? super android.graphics.Canvas,kotlin.Unit> block);
method public static inline void withClip(android.graphics.Canvas, float left, float top, float right, float bottom, kotlin.jvm.functions.Function1<? super android.graphics.Canvas,kotlin.Unit> block);
method public static inline void withClip(android.graphics.Canvas, android.graphics.Path clipPath, kotlin.jvm.functions.Function1<? super android.graphics.Canvas,kotlin.Unit> block);
- method public static inline void withMatrix(android.graphics.Canvas, android.graphics.Matrix matrix = android.graphics.Matrix(), kotlin.jvm.functions.Function1<? super android.graphics.Canvas,kotlin.Unit> block);
+ method public static inline void withMatrix(android.graphics.Canvas, android.graphics.Matrix matrix = Matrix(), kotlin.jvm.functions.Function1<? super android.graphics.Canvas,kotlin.Unit> block);
method public static inline void withRotation(android.graphics.Canvas, float degrees = 0.0f, float pivotX = 0.0f, float pivotY = 0.0f, kotlin.jvm.functions.Function1<? super android.graphics.Canvas,kotlin.Unit> block);
method public static inline void withSave(android.graphics.Canvas, kotlin.jvm.functions.Function1<? super android.graphics.Canvas,kotlin.Unit> block);
method public static inline void withScale(android.graphics.Canvas, float x = 1.0f, float y = 1.0f, float pivotX = 0.0f, float pivotY = 0.0f, kotlin.jvm.functions.Function1<? super android.graphics.Canvas,kotlin.Unit> block);
@@ -378,7 +378,7 @@
package androidx.core.transition {
public final class TransitionKt {
- method @RequiresApi(19) public static inline android.transition.Transition.TransitionListener addListener(android.transition.Transition, kotlin.jvm.functions.Function1<? super android.transition.Transition,kotlin.Unit> onEnd = {}, kotlin.jvm.functions.Function1<? super android.transition.Transition,kotlin.Unit> onStart = {}, kotlin.jvm.functions.Function1<? super android.transition.Transition,kotlin.Unit> onCancel = {}, kotlin.jvm.functions.Function1<? super android.transition.Transition,kotlin.Unit> onResume = {}, kotlin.jvm.functions.Function1<? super android.transition.Transition,kotlin.Unit> onPause = {});
+ method @RequiresApi(19) public static inline android.transition.Transition.TransitionListener addListener(android.transition.Transition, kotlin.jvm.functions.Function1<? super android.transition.Transition,kotlin.Unit> onEnd = { it -> }, kotlin.jvm.functions.Function1<? super android.transition.Transition,kotlin.Unit> onStart = { it -> }, kotlin.jvm.functions.Function1<? super android.transition.Transition,kotlin.Unit> onCancel = { it -> }, kotlin.jvm.functions.Function1<? super android.transition.Transition,kotlin.Unit> onResume = { it -> }, kotlin.jvm.functions.Function1<? super android.transition.Transition,kotlin.Unit> onPause = { it -> });
method @RequiresApi(19) public static inline android.transition.Transition.TransitionListener doOnCancel(android.transition.Transition, kotlin.jvm.functions.Function1<? super android.transition.Transition,kotlin.Unit> action);
method @RequiresApi(19) public static inline android.transition.Transition.TransitionListener doOnEnd(android.transition.Transition, kotlin.jvm.functions.Function1<? super android.transition.Transition,kotlin.Unit> action);
method @RequiresApi(19) public static inline android.transition.Transition.TransitionListener doOnPause(android.transition.Transition, kotlin.jvm.functions.Function1<? super android.transition.Transition,kotlin.Unit> action);
@@ -392,10 +392,10 @@
public final class AtomicFileKt {
method @RequiresApi(17) public static inline byte[] readBytes(android.util.AtomicFile);
- method @RequiresApi(17) public static String readText(android.util.AtomicFile, java.nio.charset.Charset charset = Charsets.UTF_8);
+ method @RequiresApi(17) public static String readText(android.util.AtomicFile, java.nio.charset.Charset charset = kotlin.text.Charsets.UTF_8);
method @RequiresApi(17) public static inline void tryWrite(android.util.AtomicFile, kotlin.jvm.functions.Function1<? super java.io.FileOutputStream,kotlin.Unit> block);
method @RequiresApi(17) public static void writeBytes(android.util.AtomicFile, byte[] array);
- method @RequiresApi(17) public static void writeText(android.util.AtomicFile, String text, java.nio.charset.Charset charset = Charsets.UTF_8);
+ method @RequiresApi(17) public static void writeText(android.util.AtomicFile, String text, java.nio.charset.Charset charset = kotlin.text.Charsets.UTF_8);
}
public final class HalfKt {
@@ -424,7 +424,7 @@
}
public final class LruCacheKt {
- method public static inline <K, V> android.util.LruCache<K,V> lruCache(int maxSize, kotlin.jvm.functions.Function2<? super K,? super V,java.lang.Integer> sizeOf = { _, _ -> return 1 }, kotlin.jvm.functions.Function1<? super K,? extends V> create = { return null as V }, kotlin.jvm.functions.Function4<? super java.lang.Boolean,? super K,? super V,? super V,kotlin.Unit> onEntryRemoved = { _, _, _, _ -> });
+ method public static inline <K, V> android.util.LruCache<K,V> lruCache(int maxSize, kotlin.jvm.functions.Function2<? super K,? super V,java.lang.Integer> sizeOf = { _, _ -> return 1 }, kotlin.jvm.functions.Function1<? super K,? extends V> create = { it -> return null as V }, kotlin.jvm.functions.Function4<? super java.lang.Boolean,? super K,? super V,? super V,kotlin.Unit> onEntryRemoved = { _, _, _, _ -> });
}
public final class PairKt {
@@ -596,7 +596,7 @@
package androidx.core.widget {
public final class TextViewKt {
- method public static inline android.text.TextWatcher addTextChangedListener(android.widget.TextView, kotlin.jvm.functions.Function4<? super java.lang.CharSequence,? super java.lang.Integer,? super java.lang.Integer,? super java.lang.Integer,kotlin.Unit> beforeTextChanged = { _, _, _, _ -> }, kotlin.jvm.functions.Function4<? super java.lang.CharSequence,? super java.lang.Integer,? super java.lang.Integer,? super java.lang.Integer,kotlin.Unit> onTextChanged = { _, _, _, _ -> }, kotlin.jvm.functions.Function1<? super android.text.Editable,kotlin.Unit> afterTextChanged = {});
+ method public static inline android.text.TextWatcher addTextChangedListener(android.widget.TextView, kotlin.jvm.functions.Function4<? super java.lang.CharSequence,? super java.lang.Integer,? super java.lang.Integer,? super java.lang.Integer,kotlin.Unit> beforeTextChanged = { _, _, _, _ -> }, kotlin.jvm.functions.Function4<? super java.lang.CharSequence,? super java.lang.Integer,? super java.lang.Integer,? super java.lang.Integer,kotlin.Unit> onTextChanged = { _, _, _, _ -> }, kotlin.jvm.functions.Function1<? super android.text.Editable,kotlin.Unit> afterTextChanged = { it -> });
method public static inline android.text.TextWatcher doAfterTextChanged(android.widget.TextView, kotlin.jvm.functions.Function1<? super android.text.Editable,kotlin.Unit> action);
method public static inline android.text.TextWatcher doBeforeTextChanged(android.widget.TextView, kotlin.jvm.functions.Function4<? super java.lang.CharSequence,? super java.lang.Integer,? super java.lang.Integer,? super java.lang.Integer,kotlin.Unit> action);
method public static inline android.text.TextWatcher doOnTextChanged(android.widget.TextView, kotlin.jvm.functions.Function4<? super java.lang.CharSequence,? super java.lang.Integer,? super java.lang.Integer,? super java.lang.Integer,kotlin.Unit> action);
diff --git a/core/core/api/api_lint.ignore b/core/core/api/api_lint.ignore
index a8ec3316..f3a4998 100644
--- a/core/core/api/api_lint.ignore
+++ b/core/core/api/api_lint.ignore
@@ -619,8 +619,6 @@
Missing nullability on parameter `safeInsets` in method `DisplayCutoutCompat`
MissingNullability: androidx.core.view.DisplayCutoutCompat#DisplayCutoutCompat(android.graphics.Rect, java.util.List<android.graphics.Rect>) parameter #1:
Missing nullability on parameter `boundingRects` in method `DisplayCutoutCompat`
-MissingNullability: androidx.core.view.DisplayCutoutCompat#getBoundingRects():
- Missing nullability on method `getBoundingRects` return
MissingNullability: androidx.core.view.DragStartHelper#DragStartHelper(android.view.View, androidx.core.view.DragStartHelper.OnDragStartListener) parameter #0:
Missing nullability on parameter `view` in method `DragStartHelper`
MissingNullability: androidx.core.view.DragStartHelper#DragStartHelper(android.view.View, androidx.core.view.DragStartHelper.OnDragStartListener) parameter #1:
@@ -1589,6 +1587,10 @@
Builder constructor arguments must be mandatory (i.e. not @Nullable): parameter title in androidx.core.app.NotificationCompat.Action.Builder(androidx.core.graphics.drawable.IconCompat icon, CharSequence title, android.app.PendingIntent intent)
OptionalBuilderConstructorArgument: androidx.core.app.NotificationCompat.Action.Builder#Builder(androidx.core.graphics.drawable.IconCompat, CharSequence, android.app.PendingIntent) parameter #2:
Builder constructor arguments must be mandatory (i.e. not @Nullable): parameter intent in androidx.core.app.NotificationCompat.Action.Builder(androidx.core.graphics.drawable.IconCompat icon, CharSequence title, android.app.PendingIntent intent)
+OptionalBuilderConstructorArgument: androidx.core.app.NotificationCompat.Action.Builder#Builder(int, CharSequence, android.app.PendingIntent) parameter #1:
+ Builder constructor arguments must be mandatory (i.e. not @Nullable): parameter title in androidx.core.app.NotificationCompat.Action.Builder(int icon, CharSequence title, android.app.PendingIntent intent)
+OptionalBuilderConstructorArgument: androidx.core.app.NotificationCompat.Action.Builder#Builder(int, CharSequence, android.app.PendingIntent) parameter #2:
+ Builder constructor arguments must be mandatory (i.e. not @Nullable): parameter intent in androidx.core.app.NotificationCompat.Action.Builder(int icon, CharSequence title, android.app.PendingIntent intent)
PairedRegistration: androidx.core.view.OneShotPreDrawListener#removeListener():
diff --git a/datastore/datastore-preferences/api/current.txt b/datastore/datastore-preferences/api/current.txt
index 8039a28..cacf606 100644
--- a/datastore/datastore-preferences/api/current.txt
+++ b/datastore/datastore-preferences/api/current.txt
@@ -25,6 +25,7 @@
public static final class Preferences.Key<T> {
method public String getName();
+ property public final String name;
}
public static final class Preferences.Pair<T> {
diff --git a/datastore/datastore-preferences/api/public_plus_experimental_current.txt b/datastore/datastore-preferences/api/public_plus_experimental_current.txt
index 8039a28..cacf606 100644
--- a/datastore/datastore-preferences/api/public_plus_experimental_current.txt
+++ b/datastore/datastore-preferences/api/public_plus_experimental_current.txt
@@ -25,6 +25,7 @@
public static final class Preferences.Key<T> {
method public String getName();
+ property public final String name;
}
public static final class Preferences.Pair<T> {
diff --git a/datastore/datastore-preferences/api/restricted_current.txt b/datastore/datastore-preferences/api/restricted_current.txt
index 14b8639..0ebb81f 100644
--- a/datastore/datastore-preferences/api/restricted_current.txt
+++ b/datastore/datastore-preferences/api/restricted_current.txt
@@ -26,6 +26,7 @@
public static final class Preferences.Key<T> {
ctor @kotlin.PublishedApi internal Preferences.Key(String name);
method public String getName();
+ property public final String name;
}
public static final class Preferences.Pair<T> {
diff --git a/leanback/leanback/api/api_lint.ignore b/leanback/leanback/api/api_lint.ignore
index d474c6d..129ef65 100644
--- a/leanback/leanback/api/api_lint.ignore
+++ b/leanback/leanback/api/api_lint.ignore
@@ -1893,8 +1893,6 @@
Missing nullability on parameter `listener` in method `setOnTouchInterceptListener`
MissingNullability: androidx.leanback.widget.BaseGridView#setOnUnhandledKeyListener(androidx.leanback.widget.BaseGridView.OnUnhandledKeyListener) parameter #0:
Missing nullability on parameter `listener` in method `setOnUnhandledKeyListener`
-MissingNullability: androidx.leanback.widget.BaseGridView#setRecyclerListener(androidx.recyclerview.widget.RecyclerView.RecyclerListener) parameter #0:
- Missing nullability on parameter `listener` in method `setRecyclerListener`
MissingNullability: androidx.leanback.widget.BaseGridView#setSelectedPosition(int, androidx.leanback.widget.ViewHolderTask) parameter #1:
Missing nullability on parameter `task` in method `setSelectedPosition`
MissingNullability: androidx.leanback.widget.BaseGridView#setSelectedPositionSmooth(int, androidx.leanback.widget.ViewHolderTask) parameter #1:
diff --git a/navigation/navigation-common-ktx/api/current.txt b/navigation/navigation-common-ktx/api/current.txt
index 5817198..0a7ef5e 100644
--- a/navigation/navigation-common-ktx/api/current.txt
+++ b/navigation/navigation-common-ktx/api/current.txt
@@ -82,7 +82,9 @@
method public final CharSequence? getLabel();
method protected final androidx.navigation.Navigator<? extends D> getNavigator();
method public final void setLabel(CharSequence? p);
+ property public final int id;
property public final CharSequence? label;
+ property protected final androidx.navigation.Navigator<? extends D> navigator;
}
@kotlin.DslMarker public @interface NavDestinationDsl {
@@ -95,6 +97,7 @@
method public final <D extends androidx.navigation.NavDestination> void destination(androidx.navigation.NavDestinationBuilder<? extends D> navDestination);
method public final androidx.navigation.NavigatorProvider getProvider();
method public final operator void unaryPlus(androidx.navigation.NavDestination);
+ property public final androidx.navigation.NavigatorProvider provider;
}
public final class NavGraphBuilderKt {
diff --git a/navigation/navigation-common-ktx/api/public_plus_experimental_current.txt b/navigation/navigation-common-ktx/api/public_plus_experimental_current.txt
index 5817198..0a7ef5e 100644
--- a/navigation/navigation-common-ktx/api/public_plus_experimental_current.txt
+++ b/navigation/navigation-common-ktx/api/public_plus_experimental_current.txt
@@ -82,7 +82,9 @@
method public final CharSequence? getLabel();
method protected final androidx.navigation.Navigator<? extends D> getNavigator();
method public final void setLabel(CharSequence? p);
+ property public final int id;
property public final CharSequence? label;
+ property protected final androidx.navigation.Navigator<? extends D> navigator;
}
@kotlin.DslMarker public @interface NavDestinationDsl {
@@ -95,6 +97,7 @@
method public final <D extends androidx.navigation.NavDestination> void destination(androidx.navigation.NavDestinationBuilder<? extends D> navDestination);
method public final androidx.navigation.NavigatorProvider getProvider();
method public final operator void unaryPlus(androidx.navigation.NavDestination);
+ property public final androidx.navigation.NavigatorProvider provider;
}
public final class NavGraphBuilderKt {
diff --git a/navigation/navigation-common-ktx/api/restricted_current.txt b/navigation/navigation-common-ktx/api/restricted_current.txt
index 5817198..0a7ef5e 100644
--- a/navigation/navigation-common-ktx/api/restricted_current.txt
+++ b/navigation/navigation-common-ktx/api/restricted_current.txt
@@ -82,7 +82,9 @@
method public final CharSequence? getLabel();
method protected final androidx.navigation.Navigator<? extends D> getNavigator();
method public final void setLabel(CharSequence? p);
+ property public final int id;
property public final CharSequence? label;
+ property protected final androidx.navigation.Navigator<? extends D> navigator;
}
@kotlin.DslMarker public @interface NavDestinationDsl {
@@ -95,6 +97,7 @@
method public final <D extends androidx.navigation.NavDestination> void destination(androidx.navigation.NavDestinationBuilder<? extends D> navDestination);
method public final androidx.navigation.NavigatorProvider getProvider();
method public final operator void unaryPlus(androidx.navigation.NavDestination);
+ property public final androidx.navigation.NavigatorProvider provider;
}
public final class NavGraphBuilderKt {
diff --git a/navigation/navigation-dynamic-features-runtime/api/current.txt b/navigation/navigation-dynamic-features-runtime/api/current.txt
index 22a5d4c..139846b 100644
--- a/navigation/navigation-dynamic-features-runtime/api/current.txt
+++ b/navigation/navigation-dynamic-features-runtime/api/current.txt
@@ -47,6 +47,8 @@
ctor public DynamicExtras();
method public androidx.navigation.Navigator.Extras? getDestinationExtras();
method public androidx.navigation.dynamicfeatures.DynamicInstallMonitor? getInstallMonitor();
+ property public final androidx.navigation.Navigator.Extras? destinationExtras;
+ property public final androidx.navigation.dynamicfeatures.DynamicInstallMonitor? installMonitor;
}
@androidx.navigation.Navigator.Name("navigation") public final class DynamicGraphNavigator extends androidx.navigation.NavGraphNavigator {
diff --git a/navigation/navigation-dynamic-features-runtime/api/public_plus_experimental_current.txt b/navigation/navigation-dynamic-features-runtime/api/public_plus_experimental_current.txt
index 22a5d4c..139846b 100644
--- a/navigation/navigation-dynamic-features-runtime/api/public_plus_experimental_current.txt
+++ b/navigation/navigation-dynamic-features-runtime/api/public_plus_experimental_current.txt
@@ -47,6 +47,8 @@
ctor public DynamicExtras();
method public androidx.navigation.Navigator.Extras? getDestinationExtras();
method public androidx.navigation.dynamicfeatures.DynamicInstallMonitor? getInstallMonitor();
+ property public final androidx.navigation.Navigator.Extras? destinationExtras;
+ property public final androidx.navigation.dynamicfeatures.DynamicInstallMonitor? installMonitor;
}
@androidx.navigation.Navigator.Name("navigation") public final class DynamicGraphNavigator extends androidx.navigation.NavGraphNavigator {
diff --git a/navigation/navigation-dynamic-features-runtime/api/restricted_current.txt b/navigation/navigation-dynamic-features-runtime/api/restricted_current.txt
index 22a5d4c..139846b 100644
--- a/navigation/navigation-dynamic-features-runtime/api/restricted_current.txt
+++ b/navigation/navigation-dynamic-features-runtime/api/restricted_current.txt
@@ -47,6 +47,8 @@
ctor public DynamicExtras();
method public androidx.navigation.Navigator.Extras? getDestinationExtras();
method public androidx.navigation.dynamicfeatures.DynamicInstallMonitor? getInstallMonitor();
+ property public final androidx.navigation.Navigator.Extras? destinationExtras;
+ property public final androidx.navigation.dynamicfeatures.DynamicInstallMonitor? installMonitor;
}
@androidx.navigation.Navigator.Name("navigation") public final class DynamicGraphNavigator extends androidx.navigation.NavGraphNavigator {
diff --git a/navigation/navigation-testing/api/current.txt b/navigation/navigation-testing/api/current.txt
index be673f0..ce1fb5d 100644
--- a/navigation/navigation-testing/api/current.txt
+++ b/navigation/navigation-testing/api/current.txt
@@ -4,7 +4,7 @@
public final class TestNavHostController extends androidx.navigation.NavHostController {
ctor public TestNavHostController(android.content.Context context);
method public java.util.List<androidx.navigation.NavBackStackEntry> getBackStack();
- method public void setCurrentDestination(@IdRes int destId, android.os.Bundle args = android.os.Bundle());
+ method public void setCurrentDestination(@IdRes int destId, android.os.Bundle args = Bundle());
method public void setCurrentDestination(@IdRes int destId);
property public final java.util.List<androidx.navigation.NavBackStackEntry> backStack;
}
diff --git a/navigation/navigation-testing/api/public_plus_experimental_current.txt b/navigation/navigation-testing/api/public_plus_experimental_current.txt
index be673f0..ce1fb5d 100644
--- a/navigation/navigation-testing/api/public_plus_experimental_current.txt
+++ b/navigation/navigation-testing/api/public_plus_experimental_current.txt
@@ -4,7 +4,7 @@
public final class TestNavHostController extends androidx.navigation.NavHostController {
ctor public TestNavHostController(android.content.Context context);
method public java.util.List<androidx.navigation.NavBackStackEntry> getBackStack();
- method public void setCurrentDestination(@IdRes int destId, android.os.Bundle args = android.os.Bundle());
+ method public void setCurrentDestination(@IdRes int destId, android.os.Bundle args = Bundle());
method public void setCurrentDestination(@IdRes int destId);
property public final java.util.List<androidx.navigation.NavBackStackEntry> backStack;
}
diff --git a/navigation/navigation-testing/api/restricted_current.txt b/navigation/navigation-testing/api/restricted_current.txt
index be673f0..ce1fb5d 100644
--- a/navigation/navigation-testing/api/restricted_current.txt
+++ b/navigation/navigation-testing/api/restricted_current.txt
@@ -4,7 +4,7 @@
public final class TestNavHostController extends androidx.navigation.NavHostController {
ctor public TestNavHostController(android.content.Context context);
method public java.util.List<androidx.navigation.NavBackStackEntry> getBackStack();
- method public void setCurrentDestination(@IdRes int destId, android.os.Bundle args = android.os.Bundle());
+ method public void setCurrentDestination(@IdRes int destId, android.os.Bundle args = Bundle());
method public void setCurrentDestination(@IdRes int destId);
property public final java.util.List<androidx.navigation.NavBackStackEntry> backStack;
}
diff --git a/paging/common/api/current.txt b/paging/common/api/current.txt
index 31c6f43..7dc97f7 100644
--- a/paging/common/api/current.txt
+++ b/paging/common/api/current.txt
@@ -19,8 +19,10 @@
method public androidx.paging.LoadState getRefresh();
method public androidx.paging.LoadStates getSource();
property public final androidx.paging.LoadState append;
+ property public final androidx.paging.LoadStates? mediator;
property public final androidx.paging.LoadState prepend;
property public final androidx.paging.LoadState refresh;
+ property public final androidx.paging.LoadStates source;
}
public abstract class DataSource<Key, Value> {
@@ -37,7 +39,7 @@
public abstract static class DataSource.Factory<Key, Value> {
ctor public DataSource.Factory();
- method public final kotlin.jvm.functions.Function0<androidx.paging.PagingSource<Key,Value>> asPagingSourceFactory(kotlinx.coroutines.CoroutineDispatcher fetchDispatcher = Dispatchers.IO);
+ method public final kotlin.jvm.functions.Function0<androidx.paging.PagingSource<Key,Value>> asPagingSourceFactory(kotlinx.coroutines.CoroutineDispatcher fetchDispatcher = kotlinx.coroutines.Dispatchers.IO);
method public final kotlin.jvm.functions.Function0<androidx.paging.PagingSource<Key,Value>> asPagingSourceFactory();
method public abstract androidx.paging.DataSource<Key,Value> create();
method public <ToValue> androidx.paging.DataSource.Factory<Key,ToValue> map(androidx.arch.core.util.Function<Value,ToValue> function);
@@ -93,16 +95,21 @@
method public int getPlaceholdersAfter();
method public int getPlaceholdersBefore();
method public int getSize();
+ property public final java.util.List<T> items;
+ property public final int placeholdersAfter;
+ property public final int placeholdersBefore;
property public int size;
}
public abstract sealed class LoadState {
method public final boolean getEndOfPaginationReached();
+ property public final boolean endOfPaginationReached;
}
public static final class LoadState.Error extends androidx.paging.LoadState {
ctor public LoadState.Error(Throwable error);
method public Throwable getError();
+ property public final Throwable error;
}
public static final class LoadState.Loading extends androidx.paging.LoadState {
@@ -122,11 +129,12 @@
method public androidx.paging.LoadState getAppend();
method public androidx.paging.LoadState getPrepend();
method public androidx.paging.LoadState getRefresh();
+ property public final androidx.paging.LoadState append;
+ property public final androidx.paging.LoadState prepend;
+ property public final androidx.paging.LoadState refresh;
}
public enum LoadType {
- method public static androidx.paging.LoadType valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.paging.LoadType[] values();
enum_constant public static final androidx.paging.LoadType APPEND;
enum_constant public static final androidx.paging.LoadType PREPEND;
enum_constant public static final androidx.paging.LoadType REFRESH;
@@ -185,6 +193,7 @@
method @Deprecated public final void removeWeakLoadStateListener(kotlin.jvm.functions.Function2<? super androidx.paging.LoadType,? super androidx.paging.LoadState,kotlin.Unit> listener);
method @Deprecated public void retry();
method @Deprecated public final java.util.List<T> snapshot();
+ property public final androidx.paging.PagedList.Config config;
property @Deprecated public final androidx.paging.DataSource<?,T> dataSource;
property public abstract boolean isDetached;
property public boolean isImmutable;
@@ -318,24 +327,30 @@
method @Deprecated public final int getPageSize();
method public final boolean getPlaceholdersEnabled();
property public abstract Key? key;
+ property public final int loadSize;
+ property @Deprecated public final int pageSize;
+ property public final boolean placeholdersEnabled;
}
public static final class PagingSource.LoadParams.Append<Key> extends androidx.paging.PagingSource.LoadParams<Key> {
ctor public PagingSource.LoadParams.Append(Key key, int loadSize, boolean placeholdersEnabled, int pageSize);
ctor public PagingSource.LoadParams.Append(Key key, int loadSize, boolean placeholdersEnabled);
method public Key getKey();
+ property public Key key;
}
public static final class PagingSource.LoadParams.Prepend<Key> extends androidx.paging.PagingSource.LoadParams<Key> {
ctor public PagingSource.LoadParams.Prepend(Key key, int loadSize, boolean placeholdersEnabled, int pageSize);
ctor public PagingSource.LoadParams.Prepend(Key key, int loadSize, boolean placeholdersEnabled);
method public Key getKey();
+ property public Key key;
}
public static final class PagingSource.LoadParams.Refresh<Key> extends androidx.paging.PagingSource.LoadParams<Key> {
ctor public PagingSource.LoadParams.Refresh(Key? key, int loadSize, boolean placeholdersEnabled, int pageSize);
ctor public PagingSource.LoadParams.Refresh(Key? key, int loadSize, boolean placeholdersEnabled);
method public Key? getKey();
+ property public Key? key;
}
public abstract static sealed class PagingSource.LoadResult<Key, Value> {
@@ -346,6 +361,7 @@
method public Throwable component1();
method public androidx.paging.PagingSource.LoadResult.Error<Key,Value> copy(Throwable throwable);
method public Throwable getThrowable();
+ property public final Throwable throwable;
}
public static final class PagingSource.LoadResult.Page<Key, Value> extends androidx.paging.PagingSource.LoadResult<Key,Value> {
@@ -362,6 +378,11 @@
method public int getItemsBefore();
method public Key? getNextKey();
method public Key? getPrevKey();
+ property public final java.util.List<Value> data;
+ property public final int itemsAfter;
+ property public final int itemsBefore;
+ property public final Key? nextKey;
+ property public final Key? prevKey;
field public static final int COUNT_UNDEFINED = -2147483648; // 0x80000000
field public static final androidx.paging.PagingSource.LoadResult.Page.Companion Companion;
}
@@ -382,6 +403,9 @@
method public java.util.List<androidx.paging.PagingSource.LoadResult.Page<Key,Value>> getPages();
method public boolean isEmpty();
method public Value? lastItemOrNull();
+ property public final Integer? anchorPosition;
+ property public final androidx.paging.PagingConfig config;
+ property public final java.util.List<androidx.paging.PagingSource.LoadResult.Page<Key,Value>> pages;
}
@Deprecated public abstract class PositionalDataSource<T> extends androidx.paging.DataSource<java.lang.Integer,T> {
@@ -428,8 +452,6 @@
}
public enum RemoteMediator.InitializeAction {
- method public static androidx.paging.RemoteMediator.InitializeAction valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.paging.RemoteMediator.InitializeAction[] values();
enum_constant public static final androidx.paging.RemoteMediator.InitializeAction LAUNCH_INITIAL_REFRESH;
enum_constant public static final androidx.paging.RemoteMediator.InitializeAction SKIP_INITIAL_REFRESH;
}
@@ -440,11 +462,13 @@
public static final class RemoteMediator.MediatorResult.Error extends androidx.paging.RemoteMediator.MediatorResult {
ctor public RemoteMediator.MediatorResult.Error(Throwable throwable);
method public Throwable getThrowable();
+ property public final Throwable throwable;
}
public static final class RemoteMediator.MediatorResult.Success extends androidx.paging.RemoteMediator.MediatorResult {
ctor public RemoteMediator.MediatorResult.Success(boolean endOfPaginationReached);
method public boolean endOfPaginationReached();
+ property public final boolean endOfPaginationReached;
}
public final class SeparatorsKt {
diff --git a/paging/common/api/public_plus_experimental_current.txt b/paging/common/api/public_plus_experimental_current.txt
index b3261e2..6f7da84 100644
--- a/paging/common/api/public_plus_experimental_current.txt
+++ b/paging/common/api/public_plus_experimental_current.txt
@@ -20,8 +20,10 @@
method public androidx.paging.LoadState getRefresh();
method public androidx.paging.LoadStates getSource();
property public final androidx.paging.LoadState append;
+ property public final androidx.paging.LoadStates? mediator;
property public final androidx.paging.LoadState prepend;
property public final androidx.paging.LoadState refresh;
+ property public final androidx.paging.LoadStates source;
}
public abstract class DataSource<Key, Value> {
@@ -38,7 +40,7 @@
public abstract static class DataSource.Factory<Key, Value> {
ctor public DataSource.Factory();
- method public final kotlin.jvm.functions.Function0<androidx.paging.PagingSource<Key,Value>> asPagingSourceFactory(kotlinx.coroutines.CoroutineDispatcher fetchDispatcher = Dispatchers.IO);
+ method public final kotlin.jvm.functions.Function0<androidx.paging.PagingSource<Key,Value>> asPagingSourceFactory(kotlinx.coroutines.CoroutineDispatcher fetchDispatcher = kotlinx.coroutines.Dispatchers.IO);
method public final kotlin.jvm.functions.Function0<androidx.paging.PagingSource<Key,Value>> asPagingSourceFactory();
method public abstract androidx.paging.DataSource<Key,Value> create();
method public <ToValue> androidx.paging.DataSource.Factory<Key,ToValue> map(androidx.arch.core.util.Function<Value,ToValue> function);
@@ -94,16 +96,21 @@
method public int getPlaceholdersAfter();
method public int getPlaceholdersBefore();
method public int getSize();
+ property public final java.util.List<T> items;
+ property public final int placeholdersAfter;
+ property public final int placeholdersBefore;
property public int size;
}
public abstract sealed class LoadState {
method public final boolean getEndOfPaginationReached();
+ property public final boolean endOfPaginationReached;
}
public static final class LoadState.Error extends androidx.paging.LoadState {
ctor public LoadState.Error(Throwable error);
method public Throwable getError();
+ property public final Throwable error;
}
public static final class LoadState.Loading extends androidx.paging.LoadState {
@@ -124,11 +131,12 @@
method public androidx.paging.LoadState getAppend();
method public androidx.paging.LoadState getPrepend();
method public androidx.paging.LoadState getRefresh();
+ property public final androidx.paging.LoadState append;
+ property public final androidx.paging.LoadState prepend;
+ property public final androidx.paging.LoadState refresh;
}
public enum LoadType {
- method public static androidx.paging.LoadType valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.paging.LoadType[] values();
enum_constant public static final androidx.paging.LoadType APPEND;
enum_constant public static final androidx.paging.LoadType PREPEND;
enum_constant public static final androidx.paging.LoadType REFRESH;
@@ -187,6 +195,7 @@
method @Deprecated public final void removeWeakLoadStateListener(kotlin.jvm.functions.Function2<? super androidx.paging.LoadType,? super androidx.paging.LoadState,kotlin.Unit> listener);
method @Deprecated public void retry();
method @Deprecated public final java.util.List<T> snapshot();
+ property public final androidx.paging.PagedList.Config config;
property @Deprecated public final androidx.paging.DataSource<?,T> dataSource;
property public abstract boolean isDetached;
property public boolean isImmutable;
@@ -320,24 +329,30 @@
method @Deprecated public final int getPageSize();
method public final boolean getPlaceholdersEnabled();
property public abstract Key? key;
+ property public final int loadSize;
+ property @Deprecated public final int pageSize;
+ property public final boolean placeholdersEnabled;
}
public static final class PagingSource.LoadParams.Append<Key> extends androidx.paging.PagingSource.LoadParams<Key> {
ctor public PagingSource.LoadParams.Append(Key key, int loadSize, boolean placeholdersEnabled, int pageSize);
ctor public PagingSource.LoadParams.Append(Key key, int loadSize, boolean placeholdersEnabled);
method public Key getKey();
+ property public Key key;
}
public static final class PagingSource.LoadParams.Prepend<Key> extends androidx.paging.PagingSource.LoadParams<Key> {
ctor public PagingSource.LoadParams.Prepend(Key key, int loadSize, boolean placeholdersEnabled, int pageSize);
ctor public PagingSource.LoadParams.Prepend(Key key, int loadSize, boolean placeholdersEnabled);
method public Key getKey();
+ property public Key key;
}
public static final class PagingSource.LoadParams.Refresh<Key> extends androidx.paging.PagingSource.LoadParams<Key> {
ctor public PagingSource.LoadParams.Refresh(Key? key, int loadSize, boolean placeholdersEnabled, int pageSize);
ctor public PagingSource.LoadParams.Refresh(Key? key, int loadSize, boolean placeholdersEnabled);
method public Key? getKey();
+ property public Key? key;
}
public abstract static sealed class PagingSource.LoadResult<Key, Value> {
@@ -348,6 +363,7 @@
method public Throwable component1();
method public androidx.paging.PagingSource.LoadResult.Error<Key,Value> copy(Throwable throwable);
method public Throwable getThrowable();
+ property public final Throwable throwable;
}
public static final class PagingSource.LoadResult.Page<Key, Value> extends androidx.paging.PagingSource.LoadResult<Key,Value> {
@@ -364,6 +380,11 @@
method public int getItemsBefore();
method public Key? getNextKey();
method public Key? getPrevKey();
+ property public final java.util.List<Value> data;
+ property public final int itemsAfter;
+ property public final int itemsBefore;
+ property public final Key? nextKey;
+ property public final Key? prevKey;
field public static final int COUNT_UNDEFINED = -2147483648; // 0x80000000
field public static final androidx.paging.PagingSource.LoadResult.Page.Companion Companion;
}
@@ -384,6 +405,9 @@
method public java.util.List<androidx.paging.PagingSource.LoadResult.Page<Key,Value>> getPages();
method public boolean isEmpty();
method public Value? lastItemOrNull();
+ property public final Integer? anchorPosition;
+ property public final androidx.paging.PagingConfig config;
+ property public final java.util.List<androidx.paging.PagingSource.LoadResult.Page<Key,Value>> pages;
}
@Deprecated public abstract class PositionalDataSource<T> extends androidx.paging.DataSource<java.lang.Integer,T> {
@@ -430,8 +454,6 @@
}
public enum RemoteMediator.InitializeAction {
- method public static androidx.paging.RemoteMediator.InitializeAction valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.paging.RemoteMediator.InitializeAction[] values();
enum_constant public static final androidx.paging.RemoteMediator.InitializeAction LAUNCH_INITIAL_REFRESH;
enum_constant public static final androidx.paging.RemoteMediator.InitializeAction SKIP_INITIAL_REFRESH;
}
@@ -442,11 +464,13 @@
public static final class RemoteMediator.MediatorResult.Error extends androidx.paging.RemoteMediator.MediatorResult {
ctor public RemoteMediator.MediatorResult.Error(Throwable throwable);
method public Throwable getThrowable();
+ property public final Throwable throwable;
}
public static final class RemoteMediator.MediatorResult.Success extends androidx.paging.RemoteMediator.MediatorResult {
ctor public RemoteMediator.MediatorResult.Success(boolean endOfPaginationReached);
method public boolean endOfPaginationReached();
+ property public final boolean endOfPaginationReached;
}
public final class SeparatorsKt {
diff --git a/paging/common/api/restricted_current.txt b/paging/common/api/restricted_current.txt
index 31c6f43..7dc97f7 100644
--- a/paging/common/api/restricted_current.txt
+++ b/paging/common/api/restricted_current.txt
@@ -19,8 +19,10 @@
method public androidx.paging.LoadState getRefresh();
method public androidx.paging.LoadStates getSource();
property public final androidx.paging.LoadState append;
+ property public final androidx.paging.LoadStates? mediator;
property public final androidx.paging.LoadState prepend;
property public final androidx.paging.LoadState refresh;
+ property public final androidx.paging.LoadStates source;
}
public abstract class DataSource<Key, Value> {
@@ -37,7 +39,7 @@
public abstract static class DataSource.Factory<Key, Value> {
ctor public DataSource.Factory();
- method public final kotlin.jvm.functions.Function0<androidx.paging.PagingSource<Key,Value>> asPagingSourceFactory(kotlinx.coroutines.CoroutineDispatcher fetchDispatcher = Dispatchers.IO);
+ method public final kotlin.jvm.functions.Function0<androidx.paging.PagingSource<Key,Value>> asPagingSourceFactory(kotlinx.coroutines.CoroutineDispatcher fetchDispatcher = kotlinx.coroutines.Dispatchers.IO);
method public final kotlin.jvm.functions.Function0<androidx.paging.PagingSource<Key,Value>> asPagingSourceFactory();
method public abstract androidx.paging.DataSource<Key,Value> create();
method public <ToValue> androidx.paging.DataSource.Factory<Key,ToValue> map(androidx.arch.core.util.Function<Value,ToValue> function);
@@ -93,16 +95,21 @@
method public int getPlaceholdersAfter();
method public int getPlaceholdersBefore();
method public int getSize();
+ property public final java.util.List<T> items;
+ property public final int placeholdersAfter;
+ property public final int placeholdersBefore;
property public int size;
}
public abstract sealed class LoadState {
method public final boolean getEndOfPaginationReached();
+ property public final boolean endOfPaginationReached;
}
public static final class LoadState.Error extends androidx.paging.LoadState {
ctor public LoadState.Error(Throwable error);
method public Throwable getError();
+ property public final Throwable error;
}
public static final class LoadState.Loading extends androidx.paging.LoadState {
@@ -122,11 +129,12 @@
method public androidx.paging.LoadState getAppend();
method public androidx.paging.LoadState getPrepend();
method public androidx.paging.LoadState getRefresh();
+ property public final androidx.paging.LoadState append;
+ property public final androidx.paging.LoadState prepend;
+ property public final androidx.paging.LoadState refresh;
}
public enum LoadType {
- method public static androidx.paging.LoadType valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.paging.LoadType[] values();
enum_constant public static final androidx.paging.LoadType APPEND;
enum_constant public static final androidx.paging.LoadType PREPEND;
enum_constant public static final androidx.paging.LoadType REFRESH;
@@ -185,6 +193,7 @@
method @Deprecated public final void removeWeakLoadStateListener(kotlin.jvm.functions.Function2<? super androidx.paging.LoadType,? super androidx.paging.LoadState,kotlin.Unit> listener);
method @Deprecated public void retry();
method @Deprecated public final java.util.List<T> snapshot();
+ property public final androidx.paging.PagedList.Config config;
property @Deprecated public final androidx.paging.DataSource<?,T> dataSource;
property public abstract boolean isDetached;
property public boolean isImmutable;
@@ -318,24 +327,30 @@
method @Deprecated public final int getPageSize();
method public final boolean getPlaceholdersEnabled();
property public abstract Key? key;
+ property public final int loadSize;
+ property @Deprecated public final int pageSize;
+ property public final boolean placeholdersEnabled;
}
public static final class PagingSource.LoadParams.Append<Key> extends androidx.paging.PagingSource.LoadParams<Key> {
ctor public PagingSource.LoadParams.Append(Key key, int loadSize, boolean placeholdersEnabled, int pageSize);
ctor public PagingSource.LoadParams.Append(Key key, int loadSize, boolean placeholdersEnabled);
method public Key getKey();
+ property public Key key;
}
public static final class PagingSource.LoadParams.Prepend<Key> extends androidx.paging.PagingSource.LoadParams<Key> {
ctor public PagingSource.LoadParams.Prepend(Key key, int loadSize, boolean placeholdersEnabled, int pageSize);
ctor public PagingSource.LoadParams.Prepend(Key key, int loadSize, boolean placeholdersEnabled);
method public Key getKey();
+ property public Key key;
}
public static final class PagingSource.LoadParams.Refresh<Key> extends androidx.paging.PagingSource.LoadParams<Key> {
ctor public PagingSource.LoadParams.Refresh(Key? key, int loadSize, boolean placeholdersEnabled, int pageSize);
ctor public PagingSource.LoadParams.Refresh(Key? key, int loadSize, boolean placeholdersEnabled);
method public Key? getKey();
+ property public Key? key;
}
public abstract static sealed class PagingSource.LoadResult<Key, Value> {
@@ -346,6 +361,7 @@
method public Throwable component1();
method public androidx.paging.PagingSource.LoadResult.Error<Key,Value> copy(Throwable throwable);
method public Throwable getThrowable();
+ property public final Throwable throwable;
}
public static final class PagingSource.LoadResult.Page<Key, Value> extends androidx.paging.PagingSource.LoadResult<Key,Value> {
@@ -362,6 +378,11 @@
method public int getItemsBefore();
method public Key? getNextKey();
method public Key? getPrevKey();
+ property public final java.util.List<Value> data;
+ property public final int itemsAfter;
+ property public final int itemsBefore;
+ property public final Key? nextKey;
+ property public final Key? prevKey;
field public static final int COUNT_UNDEFINED = -2147483648; // 0x80000000
field public static final androidx.paging.PagingSource.LoadResult.Page.Companion Companion;
}
@@ -382,6 +403,9 @@
method public java.util.List<androidx.paging.PagingSource.LoadResult.Page<Key,Value>> getPages();
method public boolean isEmpty();
method public Value? lastItemOrNull();
+ property public final Integer? anchorPosition;
+ property public final androidx.paging.PagingConfig config;
+ property public final java.util.List<androidx.paging.PagingSource.LoadResult.Page<Key,Value>> pages;
}
@Deprecated public abstract class PositionalDataSource<T> extends androidx.paging.DataSource<java.lang.Integer,T> {
@@ -428,8 +452,6 @@
}
public enum RemoteMediator.InitializeAction {
- method public static androidx.paging.RemoteMediator.InitializeAction valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.paging.RemoteMediator.InitializeAction[] values();
enum_constant public static final androidx.paging.RemoteMediator.InitializeAction LAUNCH_INITIAL_REFRESH;
enum_constant public static final androidx.paging.RemoteMediator.InitializeAction SKIP_INITIAL_REFRESH;
}
@@ -440,11 +462,13 @@
public static final class RemoteMediator.MediatorResult.Error extends androidx.paging.RemoteMediator.MediatorResult {
ctor public RemoteMediator.MediatorResult.Error(Throwable throwable);
method public Throwable getThrowable();
+ property public final Throwable throwable;
}
public static final class RemoteMediator.MediatorResult.Success extends androidx.paging.RemoteMediator.MediatorResult {
ctor public RemoteMediator.MediatorResult.Success(boolean endOfPaginationReached);
method public boolean endOfPaginationReached();
+ property public final boolean endOfPaginationReached;
}
public final class SeparatorsKt {
diff --git a/paging/guava/api/current.txt b/paging/guava/api/current.txt
index 52f6cf3..b84debe 100644
--- a/paging/guava/api/current.txt
+++ b/paging/guava/api/current.txt
@@ -8,6 +8,8 @@
method public androidx.paging.AdjacentItems<T> copy(T? before, T? after);
method public T? getAfter();
method public T? getBefore();
+ property public final T? after;
+ property public final T? before;
}
public abstract class ListenableFuturePagingSource<Key, Value> extends androidx.paging.PagingSource<Key,Value> {
diff --git a/paging/guava/api/public_plus_experimental_current.txt b/paging/guava/api/public_plus_experimental_current.txt
index 52f6cf3..b84debe 100644
--- a/paging/guava/api/public_plus_experimental_current.txt
+++ b/paging/guava/api/public_plus_experimental_current.txt
@@ -8,6 +8,8 @@
method public androidx.paging.AdjacentItems<T> copy(T? before, T? after);
method public T? getAfter();
method public T? getBefore();
+ property public final T? after;
+ property public final T? before;
}
public abstract class ListenableFuturePagingSource<Key, Value> extends androidx.paging.PagingSource<Key,Value> {
diff --git a/paging/guava/api/restricted_current.txt b/paging/guava/api/restricted_current.txt
index 52f6cf3..b84debe 100644
--- a/paging/guava/api/restricted_current.txt
+++ b/paging/guava/api/restricted_current.txt
@@ -8,6 +8,8 @@
method public androidx.paging.AdjacentItems<T> copy(T? before, T? after);
method public T? getAfter();
method public T? getBefore();
+ property public final T? after;
+ property public final T? before;
}
public abstract class ListenableFuturePagingSource<Key, Value> extends androidx.paging.PagingSource<Key,Value> {
diff --git a/room/common/api/api_lint.ignore b/room/common/api/api_lint.ignore
index 6f05433..a783aef 100644
--- a/room/common/api/api_lint.ignore
+++ b/room/common/api/api_lint.ignore
@@ -3,20 +3,6 @@
Acronyms should not be capitalized in class names: was `SQLiteTypeAffinity`, should this be `SqLiteTypeAffinity`?
-ArrayReturn: androidx.room.Database#entities():
- Method should return Collection<Class> (or subclass) instead of raw array; was `java.lang.Class<?>[]`
-ArrayReturn: androidx.room.Database#views():
- Method should return Collection<Class> (or subclass) instead of raw array; was `java.lang.Class<?>[]`
-ArrayReturn: androidx.room.Entity#foreignKeys():
- Method should return Collection<ForeignKey> (or subclass) instead of raw array; was `androidx.room.ForeignKey[]`
-ArrayReturn: androidx.room.Entity#indices():
- Method should return Collection<Index> (or subclass) instead of raw array; was `androidx.room.Index[]`
-ArrayReturn: androidx.room.RawQuery#observedEntities():
- Method should return Collection<Class> (or subclass) instead of raw array; was `java.lang.Class<?>[]`
-ArrayReturn: androidx.room.TypeConverters#value():
- Method should return Collection<Class> (or subclass) instead of raw array; was `java.lang.Class<?>[]`
-
-
PublicTypedef: androidx.room.ColumnInfo.Collate:
Don't expose @IntDef: Collate must be hidden.
PublicTypedef: androidx.room.ColumnInfo.SQLiteTypeAffinity:
diff --git a/serialization/serialization-annotation/api/api_lint.ignore b/serialization/serialization-annotation/api/api_lint.ignore
deleted file mode 100644
index 92e48ab..0000000
--- a/serialization/serialization-annotation/api/api_lint.ignore
+++ /dev/null
@@ -1,3 +0,0 @@
-// Baseline format: 1.0
-ArrayReturn: androidx.serialization.Reserved#idRanges():
- Method should return Collection<IdRange> (or subclass) instead of raw array; was `androidx.serialization.Reserved.IdRange[]`
diff --git a/serialization/serialization-annotation/api/current.txt b/serialization/serialization-annotation/api/current.txt
index 5570701..907447d 100644
--- a/serialization/serialization-annotation/api/current.txt
+++ b/serialization/serialization-annotation/api/current.txt
@@ -4,10 +4,13 @@
@kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention) @kotlin.annotation.Target(allowedTargets=kotlin.annotation.AnnotationTarget) public @interface Action {
method public abstract boolean oneWay() default false;
method public abstract int value();
+ property public abstract int id;
+ property public abstract boolean oneWay;
}
@kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention) @kotlin.annotation.Target(allowedTargets=kotlin.annotation.AnnotationTarget) public @interface EnumValue {
method public abstract int value();
+ property public abstract int id;
field public static final androidx.serialization.EnumValue.Companion Companion;
field public static final int DEFAULT = 0; // 0x0
}
@@ -20,11 +23,12 @@
method public abstract androidx.serialization.ProtoEncoding mapKeyProtoEncoding() default androidx.serialization.ProtoEncoding.DEFAULT;
method public abstract androidx.serialization.ProtoEncoding protoEncoding() default androidx.serialization.ProtoEncoding.DEFAULT;
method public abstract int value();
+ property public abstract int id;
+ property public abstract androidx.serialization.ProtoEncoding mapKeyProtoEncoding;
+ property public abstract androidx.serialization.ProtoEncoding protoEncoding;
}
public enum ProtoEncoding {
- method public static androidx.serialization.ProtoEncoding valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.serialization.ProtoEncoding[] values();
enum_constant public static final androidx.serialization.ProtoEncoding DEFAULT;
enum_constant public static final androidx.serialization.ProtoEncoding SIGNED_FIXED;
enum_constant public static final androidx.serialization.ProtoEncoding SIGNED_VARINT;
@@ -37,11 +41,16 @@
method public abstract androidx.serialization.Reserved.IdRange[] idRanges() default {};
method public abstract int[] ids() default {};
method public abstract String[] names() default {};
+ property public abstract androidx.serialization.Reserved.IdRange![] idRanges;
+ property public abstract int[] ids;
+ property public abstract String![] names;
}
@kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention) @kotlin.annotation.Target(allowedTargets={}) public static @interface Reserved.IdRange {
method public abstract int from();
method public abstract int to();
+ property public abstract int from;
+ property public abstract int to;
}
}
diff --git a/serialization/serialization-annotation/api/public_plus_experimental_current.txt b/serialization/serialization-annotation/api/public_plus_experimental_current.txt
index 5570701..907447d 100644
--- a/serialization/serialization-annotation/api/public_plus_experimental_current.txt
+++ b/serialization/serialization-annotation/api/public_plus_experimental_current.txt
@@ -4,10 +4,13 @@
@kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention) @kotlin.annotation.Target(allowedTargets=kotlin.annotation.AnnotationTarget) public @interface Action {
method public abstract boolean oneWay() default false;
method public abstract int value();
+ property public abstract int id;
+ property public abstract boolean oneWay;
}
@kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention) @kotlin.annotation.Target(allowedTargets=kotlin.annotation.AnnotationTarget) public @interface EnumValue {
method public abstract int value();
+ property public abstract int id;
field public static final androidx.serialization.EnumValue.Companion Companion;
field public static final int DEFAULT = 0; // 0x0
}
@@ -20,11 +23,12 @@
method public abstract androidx.serialization.ProtoEncoding mapKeyProtoEncoding() default androidx.serialization.ProtoEncoding.DEFAULT;
method public abstract androidx.serialization.ProtoEncoding protoEncoding() default androidx.serialization.ProtoEncoding.DEFAULT;
method public abstract int value();
+ property public abstract int id;
+ property public abstract androidx.serialization.ProtoEncoding mapKeyProtoEncoding;
+ property public abstract androidx.serialization.ProtoEncoding protoEncoding;
}
public enum ProtoEncoding {
- method public static androidx.serialization.ProtoEncoding valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.serialization.ProtoEncoding[] values();
enum_constant public static final androidx.serialization.ProtoEncoding DEFAULT;
enum_constant public static final androidx.serialization.ProtoEncoding SIGNED_FIXED;
enum_constant public static final androidx.serialization.ProtoEncoding SIGNED_VARINT;
@@ -37,11 +41,16 @@
method public abstract androidx.serialization.Reserved.IdRange[] idRanges() default {};
method public abstract int[] ids() default {};
method public abstract String[] names() default {};
+ property public abstract androidx.serialization.Reserved.IdRange![] idRanges;
+ property public abstract int[] ids;
+ property public abstract String![] names;
}
@kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention) @kotlin.annotation.Target(allowedTargets={}) public static @interface Reserved.IdRange {
method public abstract int from();
method public abstract int to();
+ property public abstract int from;
+ property public abstract int to;
}
}
diff --git a/serialization/serialization-annotation/api/restricted_current.txt b/serialization/serialization-annotation/api/restricted_current.txt
index 5570701..907447d 100644
--- a/serialization/serialization-annotation/api/restricted_current.txt
+++ b/serialization/serialization-annotation/api/restricted_current.txt
@@ -4,10 +4,13 @@
@kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention) @kotlin.annotation.Target(allowedTargets=kotlin.annotation.AnnotationTarget) public @interface Action {
method public abstract boolean oneWay() default false;
method public abstract int value();
+ property public abstract int id;
+ property public abstract boolean oneWay;
}
@kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention) @kotlin.annotation.Target(allowedTargets=kotlin.annotation.AnnotationTarget) public @interface EnumValue {
method public abstract int value();
+ property public abstract int id;
field public static final androidx.serialization.EnumValue.Companion Companion;
field public static final int DEFAULT = 0; // 0x0
}
@@ -20,11 +23,12 @@
method public abstract androidx.serialization.ProtoEncoding mapKeyProtoEncoding() default androidx.serialization.ProtoEncoding.DEFAULT;
method public abstract androidx.serialization.ProtoEncoding protoEncoding() default androidx.serialization.ProtoEncoding.DEFAULT;
method public abstract int value();
+ property public abstract int id;
+ property public abstract androidx.serialization.ProtoEncoding mapKeyProtoEncoding;
+ property public abstract androidx.serialization.ProtoEncoding protoEncoding;
}
public enum ProtoEncoding {
- method public static androidx.serialization.ProtoEncoding valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.serialization.ProtoEncoding[] values();
enum_constant public static final androidx.serialization.ProtoEncoding DEFAULT;
enum_constant public static final androidx.serialization.ProtoEncoding SIGNED_FIXED;
enum_constant public static final androidx.serialization.ProtoEncoding SIGNED_VARINT;
@@ -37,11 +41,16 @@
method public abstract androidx.serialization.Reserved.IdRange[] idRanges() default {};
method public abstract int[] ids() default {};
method public abstract String[] names() default {};
+ property public abstract androidx.serialization.Reserved.IdRange![] idRanges;
+ property public abstract int[] ids;
+ property public abstract String![] names;
}
@kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention) @kotlin.annotation.Target(allowedTargets={}) public static @interface Reserved.IdRange {
method public abstract int from();
method public abstract int to();
+ property public abstract int from;
+ property public abstract int to;
}
}
diff --git a/slices/builders/api/api_lint.ignore b/slices/builders/api/api_lint.ignore
index 2120387..2e064a2 100644
--- a/slices/builders/api/api_lint.ignore
+++ b/slices/builders/api/api_lint.ignore
@@ -57,12 +57,6 @@
androidx.slice.builders.SelectionBuilder does not declare a `build()` method, but builder classes are expected to
-MissingNullability: androidx.slice.builders.ListBuilder#setKeywords(java.util.Set<java.lang.String>) parameter #0:
- Missing nullability on parameter `keywords` in method `setKeywords`
-MissingNullability: androidx.slice.builders.ListBuilder.RowBuilder#RowBuilder(android.net.Uri) parameter #0:
- Missing nullability on parameter `uri` in method `RowBuilder`
-MissingNullability: androidx.slice.builders.ListBuilder.RowBuilder#setTitleItem(androidx.core.graphics.drawable.IconCompat, int):
- Missing nullability on method `setTitleItem` return
MissingNullability: androidx.slice.builders.SelectionBuilder#addOption(String, CharSequence):
Missing nullability on method `addOption` return
MissingNullability: androidx.slice.builders.SelectionBuilder#addOption(String, CharSequence) parameter #0:
diff --git a/slices/view/api/api_lint.ignore b/slices/view/api/api_lint.ignore
index 4119f64..d346108 100644
--- a/slices/view/api/api_lint.ignore
+++ b/slices/view/api/api_lint.ignore
@@ -13,8 +13,6 @@
Registration methods should have overload that accepts delivery Executor: `parseSlice`
-MissingNullability: androidx.slice.SliceMetadata#from(android.content.Context, androidx.slice.Slice):
- Missing nullability on method `from` return
MissingNullability: androidx.slice.SliceMetadata#getToggles():
Missing nullability on method `getToggles` return
MissingNullability: androidx.slice.SliceMetadata#sendToggleAction(androidx.slice.core.SliceAction, boolean) parameter #0:
diff --git a/transition/transition-ktx/api/current.txt b/transition/transition-ktx/api/current.txt
index b01e160..fc1b8eb 100644
--- a/transition/transition-ktx/api/current.txt
+++ b/transition/transition-ktx/api/current.txt
@@ -2,7 +2,7 @@
package androidx.transition {
public final class TransitionKt {
- method public static inline androidx.transition.Transition.TransitionListener addListener(androidx.transition.Transition, kotlin.jvm.functions.Function1<? super androidx.transition.Transition,kotlin.Unit> onEnd = {}, kotlin.jvm.functions.Function1<? super androidx.transition.Transition,kotlin.Unit> onStart = {}, kotlin.jvm.functions.Function1<? super androidx.transition.Transition,kotlin.Unit> onCancel = {}, kotlin.jvm.functions.Function1<? super androidx.transition.Transition,kotlin.Unit> onResume = {}, kotlin.jvm.functions.Function1<? super androidx.transition.Transition,kotlin.Unit> onPause = {});
+ method public static inline androidx.transition.Transition.TransitionListener addListener(androidx.transition.Transition, kotlin.jvm.functions.Function1<? super androidx.transition.Transition,kotlin.Unit> onEnd = { it -> }, kotlin.jvm.functions.Function1<? super androidx.transition.Transition,kotlin.Unit> onStart = { it -> }, kotlin.jvm.functions.Function1<? super androidx.transition.Transition,kotlin.Unit> onCancel = { it -> }, kotlin.jvm.functions.Function1<? super androidx.transition.Transition,kotlin.Unit> onResume = { it -> }, kotlin.jvm.functions.Function1<? super androidx.transition.Transition,kotlin.Unit> onPause = { it -> });
method public static inline androidx.transition.Transition.TransitionListener doOnCancel(androidx.transition.Transition, kotlin.jvm.functions.Function1<? super androidx.transition.Transition,kotlin.Unit> action);
method public static inline androidx.transition.Transition.TransitionListener doOnEnd(androidx.transition.Transition, kotlin.jvm.functions.Function1<? super androidx.transition.Transition,kotlin.Unit> action);
method public static inline androidx.transition.Transition.TransitionListener doOnPause(androidx.transition.Transition, kotlin.jvm.functions.Function1<? super androidx.transition.Transition,kotlin.Unit> action);
diff --git a/transition/transition-ktx/api/public_plus_experimental_current.txt b/transition/transition-ktx/api/public_plus_experimental_current.txt
index b01e160..fc1b8eb 100644
--- a/transition/transition-ktx/api/public_plus_experimental_current.txt
+++ b/transition/transition-ktx/api/public_plus_experimental_current.txt
@@ -2,7 +2,7 @@
package androidx.transition {
public final class TransitionKt {
- method public static inline androidx.transition.Transition.TransitionListener addListener(androidx.transition.Transition, kotlin.jvm.functions.Function1<? super androidx.transition.Transition,kotlin.Unit> onEnd = {}, kotlin.jvm.functions.Function1<? super androidx.transition.Transition,kotlin.Unit> onStart = {}, kotlin.jvm.functions.Function1<? super androidx.transition.Transition,kotlin.Unit> onCancel = {}, kotlin.jvm.functions.Function1<? super androidx.transition.Transition,kotlin.Unit> onResume = {}, kotlin.jvm.functions.Function1<? super androidx.transition.Transition,kotlin.Unit> onPause = {});
+ method public static inline androidx.transition.Transition.TransitionListener addListener(androidx.transition.Transition, kotlin.jvm.functions.Function1<? super androidx.transition.Transition,kotlin.Unit> onEnd = { it -> }, kotlin.jvm.functions.Function1<? super androidx.transition.Transition,kotlin.Unit> onStart = { it -> }, kotlin.jvm.functions.Function1<? super androidx.transition.Transition,kotlin.Unit> onCancel = { it -> }, kotlin.jvm.functions.Function1<? super androidx.transition.Transition,kotlin.Unit> onResume = { it -> }, kotlin.jvm.functions.Function1<? super androidx.transition.Transition,kotlin.Unit> onPause = { it -> });
method public static inline androidx.transition.Transition.TransitionListener doOnCancel(androidx.transition.Transition, kotlin.jvm.functions.Function1<? super androidx.transition.Transition,kotlin.Unit> action);
method public static inline androidx.transition.Transition.TransitionListener doOnEnd(androidx.transition.Transition, kotlin.jvm.functions.Function1<? super androidx.transition.Transition,kotlin.Unit> action);
method public static inline androidx.transition.Transition.TransitionListener doOnPause(androidx.transition.Transition, kotlin.jvm.functions.Function1<? super androidx.transition.Transition,kotlin.Unit> action);
diff --git a/transition/transition-ktx/api/restricted_current.txt b/transition/transition-ktx/api/restricted_current.txt
index b01e160..fc1b8eb 100644
--- a/transition/transition-ktx/api/restricted_current.txt
+++ b/transition/transition-ktx/api/restricted_current.txt
@@ -2,7 +2,7 @@
package androidx.transition {
public final class TransitionKt {
- method public static inline androidx.transition.Transition.TransitionListener addListener(androidx.transition.Transition, kotlin.jvm.functions.Function1<? super androidx.transition.Transition,kotlin.Unit> onEnd = {}, kotlin.jvm.functions.Function1<? super androidx.transition.Transition,kotlin.Unit> onStart = {}, kotlin.jvm.functions.Function1<? super androidx.transition.Transition,kotlin.Unit> onCancel = {}, kotlin.jvm.functions.Function1<? super androidx.transition.Transition,kotlin.Unit> onResume = {}, kotlin.jvm.functions.Function1<? super androidx.transition.Transition,kotlin.Unit> onPause = {});
+ method public static inline androidx.transition.Transition.TransitionListener addListener(androidx.transition.Transition, kotlin.jvm.functions.Function1<? super androidx.transition.Transition,kotlin.Unit> onEnd = { it -> }, kotlin.jvm.functions.Function1<? super androidx.transition.Transition,kotlin.Unit> onStart = { it -> }, kotlin.jvm.functions.Function1<? super androidx.transition.Transition,kotlin.Unit> onCancel = { it -> }, kotlin.jvm.functions.Function1<? super androidx.transition.Transition,kotlin.Unit> onResume = { it -> }, kotlin.jvm.functions.Function1<? super androidx.transition.Transition,kotlin.Unit> onPause = { it -> });
method public static inline androidx.transition.Transition.TransitionListener doOnCancel(androidx.transition.Transition, kotlin.jvm.functions.Function1<? super androidx.transition.Transition,kotlin.Unit> action);
method public static inline androidx.transition.Transition.TransitionListener doOnEnd(androidx.transition.Transition, kotlin.jvm.functions.Function1<? super androidx.transition.Transition,kotlin.Unit> action);
method public static inline androidx.transition.Transition.TransitionListener doOnPause(androidx.transition.Transition, kotlin.jvm.functions.Function1<? super androidx.transition.Transition,kotlin.Unit> action);
diff --git a/ui/ui-animation-tooling-internal/api/current.txt b/ui/ui-animation-tooling-internal/api/current.txt
index 54c46c0d..742779f 100644
--- a/ui/ui-animation-tooling-internal/api/current.txt
+++ b/ui/ui-animation-tooling-internal/api/current.txt
@@ -8,6 +8,8 @@
method public androidx.compose.animation.tooling.ComposeAnimatedProperty copy(String label, Object value);
method public String getLabel();
method public Object getValue();
+ property public final String label;
+ property public final Object value;
}
public interface ComposeAnimation {
@@ -22,8 +24,6 @@
}
public enum ComposeAnimationType {
- method public static androidx.compose.animation.tooling.ComposeAnimationType valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.animation.tooling.ComposeAnimationType[] values();
enum_constant public static final androidx.compose.animation.tooling.ComposeAnimationType ANIMATED_VALUE;
enum_constant public static final androidx.compose.animation.tooling.ComposeAnimationType TRANSITION_ANIMATION;
}
diff --git a/ui/ui-animation-tooling-internal/api/public_plus_experimental_current.txt b/ui/ui-animation-tooling-internal/api/public_plus_experimental_current.txt
index 54c46c0d..742779f 100644
--- a/ui/ui-animation-tooling-internal/api/public_plus_experimental_current.txt
+++ b/ui/ui-animation-tooling-internal/api/public_plus_experimental_current.txt
@@ -8,6 +8,8 @@
method public androidx.compose.animation.tooling.ComposeAnimatedProperty copy(String label, Object value);
method public String getLabel();
method public Object getValue();
+ property public final String label;
+ property public final Object value;
}
public interface ComposeAnimation {
@@ -22,8 +24,6 @@
}
public enum ComposeAnimationType {
- method public static androidx.compose.animation.tooling.ComposeAnimationType valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.animation.tooling.ComposeAnimationType[] values();
enum_constant public static final androidx.compose.animation.tooling.ComposeAnimationType ANIMATED_VALUE;
enum_constant public static final androidx.compose.animation.tooling.ComposeAnimationType TRANSITION_ANIMATION;
}
diff --git a/ui/ui-animation-tooling-internal/api/restricted_current.txt b/ui/ui-animation-tooling-internal/api/restricted_current.txt
index 54c46c0d..742779f 100644
--- a/ui/ui-animation-tooling-internal/api/restricted_current.txt
+++ b/ui/ui-animation-tooling-internal/api/restricted_current.txt
@@ -8,6 +8,8 @@
method public androidx.compose.animation.tooling.ComposeAnimatedProperty copy(String label, Object value);
method public String getLabel();
method public Object getValue();
+ property public final String label;
+ property public final Object value;
}
public interface ComposeAnimation {
@@ -22,8 +24,6 @@
}
public enum ComposeAnimationType {
- method public static androidx.compose.animation.tooling.ComposeAnimationType valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.compose.animation.tooling.ComposeAnimationType[] values();
enum_constant public static final androidx.compose.animation.tooling.ComposeAnimationType ANIMATED_VALUE;
enum_constant public static final androidx.compose.animation.tooling.ComposeAnimationType TRANSITION_ANIMATION;
}
diff --git a/ui/ui-test/api/current.txt b/ui/ui-test/api/current.txt
index 15e3296..3cb0792 100644
--- a/ui/ui-test/api/current.txt
+++ b/ui/ui-test/api/current.txt
@@ -34,11 +34,12 @@
method public androidx.test.ext.junit.rules.ActivityScenarioRule<T> getActivityRule();
method public androidx.ui.test.AnimationClockTestRule getClockTestRule();
method public androidx.compose.ui.unit.Density getDensity();
- method public long getDisplaySize();
+ method public long getDisplaySize-YbymL2g();
method public <T> T! runOnIdle(kotlin.jvm.functions.Function0<? extends T> action);
method public <T> T! runOnUiThread(kotlin.jvm.functions.Function0<? extends T> action);
method public void setContent(kotlin.jvm.functions.Function0<kotlin.Unit> composable);
method public void waitForIdle();
+ property public final androidx.test.ext.junit.rules.ActivityScenarioRule<T> activityRule;
property public androidx.ui.test.AnimationClockTestRule clockTestRule;
property public androidx.compose.ui.unit.Density density;
property public long displaySize;
@@ -110,8 +111,8 @@
public final class BoundsAssertionsKt {
method public static androidx.ui.test.SemanticsNodeInteraction assertHeightIsAtLeast-7iZCdLk(androidx.ui.test.SemanticsNodeInteraction, float expectedMinHeight);
method public static androidx.ui.test.SemanticsNodeInteraction assertHeightIsEqualTo-7iZCdLk(androidx.ui.test.SemanticsNodeInteraction, float expectedHeight);
- method public static void assertIsEqualTo-nR2IGDg(float, float expected, String subject = "", float tolerance = null(0.5));
- method public static void assertIsNotEqualTo-nR2IGDg(float, float unexpected, String subject = "", float tolerance = null(0.5));
+ method public static void assertIsEqualTo-nR2IGDg(float, float expected, String subject = "", float tolerance = androidx.compose.ui.unit.Dp(0.5));
+ method public static void assertIsNotEqualTo-nR2IGDg(float, float unexpected, String subject = "", float tolerance = androidx.compose.ui.unit.Dp(0.5));
method public static androidx.ui.test.SemanticsNodeInteraction assertLeftPositionInRootIsEqualTo-7iZCdLk(androidx.ui.test.SemanticsNodeInteraction, float expectedTop);
method public static androidx.ui.test.SemanticsNodeInteraction assertPositionInRootIsEqualTo-cUvJKr8(androidx.ui.test.SemanticsNodeInteraction, float expectedLeft, float expectedTop);
method public static androidx.ui.test.SemanticsNodeInteraction assertTopPositionInRootIsEqualTo-7iZCdLk(androidx.ui.test.SemanticsNodeInteraction, float expectedTop);
@@ -124,7 +125,7 @@
public interface ComposeTestRule {
method @androidx.ui.test.ExperimentalTesting public suspend Object? awaitIdle(kotlin.coroutines.Continuation<? super kotlin.Unit> p);
method public androidx.compose.ui.unit.Density getDensity();
- method public long getDisplaySize();
+ method public long getDisplaySize-YbymL2g();
method public default androidx.ui.test.SemanticsNodeInteractionCollection onAllNodes(androidx.ui.test.SemanticsMatcher matcher, boolean useUnmergedTree = false);
method public default androidx.ui.test.SemanticsNodeInteraction onNode(androidx.ui.test.SemanticsMatcher matcher, boolean useUnmergedTree = false);
method public <T> T! runOnIdle(kotlin.jvm.functions.Function0<? extends T> action);
@@ -214,7 +215,7 @@
public final class GestureScope {
ctor public GestureScope(androidx.compose.ui.semantics.SemanticsNode node);
- method public long getVisibleSize();
+ method public long getVisibleSize-YbymL2g();
property public final long visibleSize;
}
@@ -276,6 +277,8 @@
ctor public SelectionResult(java.util.List<androidx.compose.ui.semantics.SemanticsNode> selectedNodes, String? customErrorOnNoMatch);
method public String? getCustomErrorOnNoMatch();
method public java.util.List<androidx.compose.ui.semantics.SemanticsNode> getSelectedNodes();
+ property public final String? customErrorOnNoMatch;
+ property public final java.util.List<androidx.compose.ui.semantics.SemanticsNode> selectedNodes;
}
public final class SelectorsKt {
@@ -300,6 +303,7 @@
method public boolean matchesAny(Iterable<androidx.compose.ui.semantics.SemanticsNode> nodes);
method public operator androidx.ui.test.SemanticsMatcher not();
method public infix androidx.ui.test.SemanticsMatcher or(androidx.ui.test.SemanticsMatcher other);
+ property public final String description;
field public static final androidx.ui.test.SemanticsMatcher.Companion Companion;
}
@@ -328,6 +332,7 @@
ctor public SemanticsSelector(String description, boolean requiresExactlyOneNode, androidx.ui.test.SemanticsSelector? chainedInputSelector, kotlin.jvm.functions.Function1<? super java.lang.Iterable<androidx.compose.ui.semantics.SemanticsNode>,androidx.ui.test.SelectionResult> selector);
method public String getDescription();
method public androidx.ui.test.SelectionResult map(Iterable<androidx.compose.ui.semantics.SemanticsNode> nodes, String errorOnFail);
+ property public final String description;
}
public final class SemanticsSelectorKt {
diff --git a/ui/ui-test/api/public_plus_experimental_current.txt b/ui/ui-test/api/public_plus_experimental_current.txt
index 15e3296..3cb0792 100644
--- a/ui/ui-test/api/public_plus_experimental_current.txt
+++ b/ui/ui-test/api/public_plus_experimental_current.txt
@@ -34,11 +34,12 @@
method public androidx.test.ext.junit.rules.ActivityScenarioRule<T> getActivityRule();
method public androidx.ui.test.AnimationClockTestRule getClockTestRule();
method public androidx.compose.ui.unit.Density getDensity();
- method public long getDisplaySize();
+ method public long getDisplaySize-YbymL2g();
method public <T> T! runOnIdle(kotlin.jvm.functions.Function0<? extends T> action);
method public <T> T! runOnUiThread(kotlin.jvm.functions.Function0<? extends T> action);
method public void setContent(kotlin.jvm.functions.Function0<kotlin.Unit> composable);
method public void waitForIdle();
+ property public final androidx.test.ext.junit.rules.ActivityScenarioRule<T> activityRule;
property public androidx.ui.test.AnimationClockTestRule clockTestRule;
property public androidx.compose.ui.unit.Density density;
property public long displaySize;
@@ -110,8 +111,8 @@
public final class BoundsAssertionsKt {
method public static androidx.ui.test.SemanticsNodeInteraction assertHeightIsAtLeast-7iZCdLk(androidx.ui.test.SemanticsNodeInteraction, float expectedMinHeight);
method public static androidx.ui.test.SemanticsNodeInteraction assertHeightIsEqualTo-7iZCdLk(androidx.ui.test.SemanticsNodeInteraction, float expectedHeight);
- method public static void assertIsEqualTo-nR2IGDg(float, float expected, String subject = "", float tolerance = null(0.5));
- method public static void assertIsNotEqualTo-nR2IGDg(float, float unexpected, String subject = "", float tolerance = null(0.5));
+ method public static void assertIsEqualTo-nR2IGDg(float, float expected, String subject = "", float tolerance = androidx.compose.ui.unit.Dp(0.5));
+ method public static void assertIsNotEqualTo-nR2IGDg(float, float unexpected, String subject = "", float tolerance = androidx.compose.ui.unit.Dp(0.5));
method public static androidx.ui.test.SemanticsNodeInteraction assertLeftPositionInRootIsEqualTo-7iZCdLk(androidx.ui.test.SemanticsNodeInteraction, float expectedTop);
method public static androidx.ui.test.SemanticsNodeInteraction assertPositionInRootIsEqualTo-cUvJKr8(androidx.ui.test.SemanticsNodeInteraction, float expectedLeft, float expectedTop);
method public static androidx.ui.test.SemanticsNodeInteraction assertTopPositionInRootIsEqualTo-7iZCdLk(androidx.ui.test.SemanticsNodeInteraction, float expectedTop);
@@ -124,7 +125,7 @@
public interface ComposeTestRule {
method @androidx.ui.test.ExperimentalTesting public suspend Object? awaitIdle(kotlin.coroutines.Continuation<? super kotlin.Unit> p);
method public androidx.compose.ui.unit.Density getDensity();
- method public long getDisplaySize();
+ method public long getDisplaySize-YbymL2g();
method public default androidx.ui.test.SemanticsNodeInteractionCollection onAllNodes(androidx.ui.test.SemanticsMatcher matcher, boolean useUnmergedTree = false);
method public default androidx.ui.test.SemanticsNodeInteraction onNode(androidx.ui.test.SemanticsMatcher matcher, boolean useUnmergedTree = false);
method public <T> T! runOnIdle(kotlin.jvm.functions.Function0<? extends T> action);
@@ -214,7 +215,7 @@
public final class GestureScope {
ctor public GestureScope(androidx.compose.ui.semantics.SemanticsNode node);
- method public long getVisibleSize();
+ method public long getVisibleSize-YbymL2g();
property public final long visibleSize;
}
@@ -276,6 +277,8 @@
ctor public SelectionResult(java.util.List<androidx.compose.ui.semantics.SemanticsNode> selectedNodes, String? customErrorOnNoMatch);
method public String? getCustomErrorOnNoMatch();
method public java.util.List<androidx.compose.ui.semantics.SemanticsNode> getSelectedNodes();
+ property public final String? customErrorOnNoMatch;
+ property public final java.util.List<androidx.compose.ui.semantics.SemanticsNode> selectedNodes;
}
public final class SelectorsKt {
@@ -300,6 +303,7 @@
method public boolean matchesAny(Iterable<androidx.compose.ui.semantics.SemanticsNode> nodes);
method public operator androidx.ui.test.SemanticsMatcher not();
method public infix androidx.ui.test.SemanticsMatcher or(androidx.ui.test.SemanticsMatcher other);
+ property public final String description;
field public static final androidx.ui.test.SemanticsMatcher.Companion Companion;
}
@@ -328,6 +332,7 @@
ctor public SemanticsSelector(String description, boolean requiresExactlyOneNode, androidx.ui.test.SemanticsSelector? chainedInputSelector, kotlin.jvm.functions.Function1<? super java.lang.Iterable<androidx.compose.ui.semantics.SemanticsNode>,androidx.ui.test.SelectionResult> selector);
method public String getDescription();
method public androidx.ui.test.SelectionResult map(Iterable<androidx.compose.ui.semantics.SemanticsNode> nodes, String errorOnFail);
+ property public final String description;
}
public final class SemanticsSelectorKt {
diff --git a/ui/ui-test/api/restricted_current.txt b/ui/ui-test/api/restricted_current.txt
index 15e3296..3cb0792 100644
--- a/ui/ui-test/api/restricted_current.txt
+++ b/ui/ui-test/api/restricted_current.txt
@@ -34,11 +34,12 @@
method public androidx.test.ext.junit.rules.ActivityScenarioRule<T> getActivityRule();
method public androidx.ui.test.AnimationClockTestRule getClockTestRule();
method public androidx.compose.ui.unit.Density getDensity();
- method public long getDisplaySize();
+ method public long getDisplaySize-YbymL2g();
method public <T> T! runOnIdle(kotlin.jvm.functions.Function0<? extends T> action);
method public <T> T! runOnUiThread(kotlin.jvm.functions.Function0<? extends T> action);
method public void setContent(kotlin.jvm.functions.Function0<kotlin.Unit> composable);
method public void waitForIdle();
+ property public final androidx.test.ext.junit.rules.ActivityScenarioRule<T> activityRule;
property public androidx.ui.test.AnimationClockTestRule clockTestRule;
property public androidx.compose.ui.unit.Density density;
property public long displaySize;
@@ -110,8 +111,8 @@
public final class BoundsAssertionsKt {
method public static androidx.ui.test.SemanticsNodeInteraction assertHeightIsAtLeast-7iZCdLk(androidx.ui.test.SemanticsNodeInteraction, float expectedMinHeight);
method public static androidx.ui.test.SemanticsNodeInteraction assertHeightIsEqualTo-7iZCdLk(androidx.ui.test.SemanticsNodeInteraction, float expectedHeight);
- method public static void assertIsEqualTo-nR2IGDg(float, float expected, String subject = "", float tolerance = null(0.5));
- method public static void assertIsNotEqualTo-nR2IGDg(float, float unexpected, String subject = "", float tolerance = null(0.5));
+ method public static void assertIsEqualTo-nR2IGDg(float, float expected, String subject = "", float tolerance = androidx.compose.ui.unit.Dp(0.5));
+ method public static void assertIsNotEqualTo-nR2IGDg(float, float unexpected, String subject = "", float tolerance = androidx.compose.ui.unit.Dp(0.5));
method public static androidx.ui.test.SemanticsNodeInteraction assertLeftPositionInRootIsEqualTo-7iZCdLk(androidx.ui.test.SemanticsNodeInteraction, float expectedTop);
method public static androidx.ui.test.SemanticsNodeInteraction assertPositionInRootIsEqualTo-cUvJKr8(androidx.ui.test.SemanticsNodeInteraction, float expectedLeft, float expectedTop);
method public static androidx.ui.test.SemanticsNodeInteraction assertTopPositionInRootIsEqualTo-7iZCdLk(androidx.ui.test.SemanticsNodeInteraction, float expectedTop);
@@ -124,7 +125,7 @@
public interface ComposeTestRule {
method @androidx.ui.test.ExperimentalTesting public suspend Object? awaitIdle(kotlin.coroutines.Continuation<? super kotlin.Unit> p);
method public androidx.compose.ui.unit.Density getDensity();
- method public long getDisplaySize();
+ method public long getDisplaySize-YbymL2g();
method public default androidx.ui.test.SemanticsNodeInteractionCollection onAllNodes(androidx.ui.test.SemanticsMatcher matcher, boolean useUnmergedTree = false);
method public default androidx.ui.test.SemanticsNodeInteraction onNode(androidx.ui.test.SemanticsMatcher matcher, boolean useUnmergedTree = false);
method public <T> T! runOnIdle(kotlin.jvm.functions.Function0<? extends T> action);
@@ -214,7 +215,7 @@
public final class GestureScope {
ctor public GestureScope(androidx.compose.ui.semantics.SemanticsNode node);
- method public long getVisibleSize();
+ method public long getVisibleSize-YbymL2g();
property public final long visibleSize;
}
@@ -276,6 +277,8 @@
ctor public SelectionResult(java.util.List<androidx.compose.ui.semantics.SemanticsNode> selectedNodes, String? customErrorOnNoMatch);
method public String? getCustomErrorOnNoMatch();
method public java.util.List<androidx.compose.ui.semantics.SemanticsNode> getSelectedNodes();
+ property public final String? customErrorOnNoMatch;
+ property public final java.util.List<androidx.compose.ui.semantics.SemanticsNode> selectedNodes;
}
public final class SelectorsKt {
@@ -300,6 +303,7 @@
method public boolean matchesAny(Iterable<androidx.compose.ui.semantics.SemanticsNode> nodes);
method public operator androidx.ui.test.SemanticsMatcher not();
method public infix androidx.ui.test.SemanticsMatcher or(androidx.ui.test.SemanticsMatcher other);
+ property public final String description;
field public static final androidx.ui.test.SemanticsMatcher.Companion Companion;
}
@@ -328,6 +332,7 @@
ctor public SemanticsSelector(String description, boolean requiresExactlyOneNode, androidx.ui.test.SemanticsSelector? chainedInputSelector, kotlin.jvm.functions.Function1<? super java.lang.Iterable<androidx.compose.ui.semantics.SemanticsNode>,androidx.ui.test.SelectionResult> selector);
method public String getDescription();
method public androidx.ui.test.SelectionResult map(Iterable<androidx.compose.ui.semantics.SemanticsNode> nodes, String errorOnFail);
+ property public final String description;
}
public final class SemanticsSelectorKt {
diff --git a/ui/ui-tooling/api/current.txt b/ui/ui-tooling/api/current.txt
index b0bf838..7e1d4f0 100644
--- a/ui/ui-tooling/api/current.txt
+++ b/ui/ui-tooling/api/current.txt
@@ -3,6 +3,7 @@
public final class CallGroup extends androidx.ui.tooling.Group {
ctor public CallGroup(Object? key, String? name, androidx.compose.ui.unit.IntBounds box, androidx.ui.tooling.SourceLocation? location, java.util.List<androidx.ui.tooling.ParameterInformation> parameters, java.util.Collection<?> data, java.util.Collection<? extends androidx.ui.tooling.Group> children);
+ property public java.util.List<androidx.ui.tooling.ParameterInformation> parameters;
}
public abstract sealed class Group {
@@ -14,7 +15,13 @@
method public java.util.List<androidx.compose.ui.node.ModifierInfo> getModifierInfo();
method public final String? getName();
method public java.util.List<androidx.ui.tooling.ParameterInformation> getParameters();
+ property public final androidx.compose.ui.unit.IntBounds box;
+ property public final java.util.Collection<androidx.ui.tooling.Group> children;
+ property public final java.util.Collection<java.lang.Object> data;
+ property public final Object? key;
+ property public final androidx.ui.tooling.SourceLocation? location;
property public java.util.List<androidx.compose.ui.node.ModifierInfo> modifierInfo;
+ property public final String? name;
property public java.util.List<androidx.ui.tooling.ParameterInformation> parameters;
}
@@ -29,11 +36,15 @@
method public androidx.ui.tooling.JoinedKey copy(Object? left, Object? right);
method public Object? getLeft();
method public Object? getRight();
+ property public final Object? left;
+ property public final Object? right;
}
public final class NodeGroup extends androidx.ui.tooling.Group {
ctor public NodeGroup(Object? key, Object node, androidx.compose.ui.unit.IntBounds box, java.util.Collection<?> data, java.util.List<androidx.compose.ui.node.ModifierInfo> modifierInfo, java.util.Collection<? extends androidx.ui.tooling.Group> children);
method public Object getNode();
+ property public java.util.List<androidx.compose.ui.node.ModifierInfo> modifierInfo;
+ property public final Object node;
}
public final class ParameterInformation {
@@ -51,6 +62,12 @@
method public String getName();
method public boolean getStatic();
method public Object? getValue();
+ property public final boolean compared;
+ property public final boolean fromDefault;
+ property public final String? inlineClass;
+ property public final String name;
+ property public final boolean static;
+ property public final Object? value;
}
public final class SlotTreeKt {
@@ -71,6 +88,11 @@
method public int getOffset();
method public int getPackageHash();
method public String? getSourceFile();
+ property public final int length;
+ property public final int lineNumber;
+ property public final int offset;
+ property public final int packageHash;
+ property public final String? sourceFile;
}
}
@@ -91,6 +113,19 @@
method public java.util.List<androidx.ui.tooling.inspector.NodeParameter> getParameters();
method public int getTop();
method public int getWidth();
+ property public final java.util.List<androidx.ui.tooling.inspector.InspectorNode> children;
+ property public final String fileName;
+ property public final int height;
+ property public final long id;
+ property public final int left;
+ property public final int length;
+ property public final int lineNumber;
+ property public final String name;
+ property public final int offset;
+ property public final int packageHash;
+ property public final java.util.List<androidx.ui.tooling.inspector.NodeParameter> parameters;
+ property public final int top;
+ property public final int width;
}
public final class LayoutInspectorTree {
@@ -107,14 +142,15 @@
method public androidx.ui.tooling.inspector.ParameterType getType();
method public Object? getValue();
property public final java.util.List<androidx.ui.tooling.inspector.NodeParameter> elements;
+ property public final String name;
+ property public final androidx.ui.tooling.inspector.ParameterType type;
+ property public final Object? value;
}
public final class ParameterFactoryKt {
}
public enum ParameterType {
- method public static androidx.ui.tooling.inspector.ParameterType valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.ui.tooling.inspector.ParameterType[] values();
enum_constant public static final androidx.ui.tooling.inspector.ParameterType Boolean;
enum_constant public static final androidx.ui.tooling.inspector.ParameterType Color;
enum_constant public static final androidx.ui.tooling.inspector.ParameterType DimensionDp;
@@ -161,7 +197,7 @@
field public static final String PIXEL_XL = "id:pixel_xl";
}
- @kotlin.annotation.MustBeDocumented @kotlin.annotation.Repeatable @kotlin.annotation.Retention(AnnotationRetention.SOURCE) @kotlin.annotation.Target(allowedTargets=AnnotationTarget.FUNCTION) public @interface Preview {
+ @kotlin.annotation.MustBeDocumented @kotlin.annotation.Repeatable @kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention) @kotlin.annotation.Target(allowedTargets=kotlin.annotation.AnnotationTarget) public @interface Preview {
method public abstract int apiLevel() default -1;
method public abstract long backgroundColor() default 0L;
method public abstract String device() default "";
@@ -174,11 +210,25 @@
method public abstract boolean showDecoration() default false;
method public abstract int uiMode() default 0;
method public abstract int widthDp() default -1;
+ property public abstract int apiLevel;
+ property public abstract long backgroundColor;
+ property public abstract String device;
+ property public abstract float fontScale;
+ property public abstract String group;
+ property public abstract int heightDp;
+ property public abstract String locale;
+ property public abstract String name;
+ property public abstract boolean showBackground;
+ property public abstract boolean showDecoration;
+ property public abstract int uiMode;
+ property public abstract int widthDp;
}
@java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.RUNTIME) public @interface PreviewParameter {
method public abstract int limit() default 2147483647;
method public abstract Class<? extends androidx.ui.tooling.preview.PreviewParameterProvider<?>> provider();
+ property public abstract int limit;
+ property public abstract Class<? extends androidx.ui.tooling.preview.PreviewParameterProvider<?>> provider;
}
public interface PreviewParameterProvider<T> {
diff --git a/ui/ui-tooling/api/public_plus_experimental_current.txt b/ui/ui-tooling/api/public_plus_experimental_current.txt
index b0bf838..7e1d4f0 100644
--- a/ui/ui-tooling/api/public_plus_experimental_current.txt
+++ b/ui/ui-tooling/api/public_plus_experimental_current.txt
@@ -3,6 +3,7 @@
public final class CallGroup extends androidx.ui.tooling.Group {
ctor public CallGroup(Object? key, String? name, androidx.compose.ui.unit.IntBounds box, androidx.ui.tooling.SourceLocation? location, java.util.List<androidx.ui.tooling.ParameterInformation> parameters, java.util.Collection<?> data, java.util.Collection<? extends androidx.ui.tooling.Group> children);
+ property public java.util.List<androidx.ui.tooling.ParameterInformation> parameters;
}
public abstract sealed class Group {
@@ -14,7 +15,13 @@
method public java.util.List<androidx.compose.ui.node.ModifierInfo> getModifierInfo();
method public final String? getName();
method public java.util.List<androidx.ui.tooling.ParameterInformation> getParameters();
+ property public final androidx.compose.ui.unit.IntBounds box;
+ property public final java.util.Collection<androidx.ui.tooling.Group> children;
+ property public final java.util.Collection<java.lang.Object> data;
+ property public final Object? key;
+ property public final androidx.ui.tooling.SourceLocation? location;
property public java.util.List<androidx.compose.ui.node.ModifierInfo> modifierInfo;
+ property public final String? name;
property public java.util.List<androidx.ui.tooling.ParameterInformation> parameters;
}
@@ -29,11 +36,15 @@
method public androidx.ui.tooling.JoinedKey copy(Object? left, Object? right);
method public Object? getLeft();
method public Object? getRight();
+ property public final Object? left;
+ property public final Object? right;
}
public final class NodeGroup extends androidx.ui.tooling.Group {
ctor public NodeGroup(Object? key, Object node, androidx.compose.ui.unit.IntBounds box, java.util.Collection<?> data, java.util.List<androidx.compose.ui.node.ModifierInfo> modifierInfo, java.util.Collection<? extends androidx.ui.tooling.Group> children);
method public Object getNode();
+ property public java.util.List<androidx.compose.ui.node.ModifierInfo> modifierInfo;
+ property public final Object node;
}
public final class ParameterInformation {
@@ -51,6 +62,12 @@
method public String getName();
method public boolean getStatic();
method public Object? getValue();
+ property public final boolean compared;
+ property public final boolean fromDefault;
+ property public final String? inlineClass;
+ property public final String name;
+ property public final boolean static;
+ property public final Object? value;
}
public final class SlotTreeKt {
@@ -71,6 +88,11 @@
method public int getOffset();
method public int getPackageHash();
method public String? getSourceFile();
+ property public final int length;
+ property public final int lineNumber;
+ property public final int offset;
+ property public final int packageHash;
+ property public final String? sourceFile;
}
}
@@ -91,6 +113,19 @@
method public java.util.List<androidx.ui.tooling.inspector.NodeParameter> getParameters();
method public int getTop();
method public int getWidth();
+ property public final java.util.List<androidx.ui.tooling.inspector.InspectorNode> children;
+ property public final String fileName;
+ property public final int height;
+ property public final long id;
+ property public final int left;
+ property public final int length;
+ property public final int lineNumber;
+ property public final String name;
+ property public final int offset;
+ property public final int packageHash;
+ property public final java.util.List<androidx.ui.tooling.inspector.NodeParameter> parameters;
+ property public final int top;
+ property public final int width;
}
public final class LayoutInspectorTree {
@@ -107,14 +142,15 @@
method public androidx.ui.tooling.inspector.ParameterType getType();
method public Object? getValue();
property public final java.util.List<androidx.ui.tooling.inspector.NodeParameter> elements;
+ property public final String name;
+ property public final androidx.ui.tooling.inspector.ParameterType type;
+ property public final Object? value;
}
public final class ParameterFactoryKt {
}
public enum ParameterType {
- method public static androidx.ui.tooling.inspector.ParameterType valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.ui.tooling.inspector.ParameterType[] values();
enum_constant public static final androidx.ui.tooling.inspector.ParameterType Boolean;
enum_constant public static final androidx.ui.tooling.inspector.ParameterType Color;
enum_constant public static final androidx.ui.tooling.inspector.ParameterType DimensionDp;
@@ -161,7 +197,7 @@
field public static final String PIXEL_XL = "id:pixel_xl";
}
- @kotlin.annotation.MustBeDocumented @kotlin.annotation.Repeatable @kotlin.annotation.Retention(AnnotationRetention.SOURCE) @kotlin.annotation.Target(allowedTargets=AnnotationTarget.FUNCTION) public @interface Preview {
+ @kotlin.annotation.MustBeDocumented @kotlin.annotation.Repeatable @kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention) @kotlin.annotation.Target(allowedTargets=kotlin.annotation.AnnotationTarget) public @interface Preview {
method public abstract int apiLevel() default -1;
method public abstract long backgroundColor() default 0L;
method public abstract String device() default "";
@@ -174,11 +210,25 @@
method public abstract boolean showDecoration() default false;
method public abstract int uiMode() default 0;
method public abstract int widthDp() default -1;
+ property public abstract int apiLevel;
+ property public abstract long backgroundColor;
+ property public abstract String device;
+ property public abstract float fontScale;
+ property public abstract String group;
+ property public abstract int heightDp;
+ property public abstract String locale;
+ property public abstract String name;
+ property public abstract boolean showBackground;
+ property public abstract boolean showDecoration;
+ property public abstract int uiMode;
+ property public abstract int widthDp;
}
@java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.RUNTIME) public @interface PreviewParameter {
method public abstract int limit() default 2147483647;
method public abstract Class<? extends androidx.ui.tooling.preview.PreviewParameterProvider<?>> provider();
+ property public abstract int limit;
+ property public abstract Class<? extends androidx.ui.tooling.preview.PreviewParameterProvider<?>> provider;
}
public interface PreviewParameterProvider<T> {
diff --git a/ui/ui-tooling/api/restricted_current.txt b/ui/ui-tooling/api/restricted_current.txt
index b0bf838..7e1d4f0 100644
--- a/ui/ui-tooling/api/restricted_current.txt
+++ b/ui/ui-tooling/api/restricted_current.txt
@@ -3,6 +3,7 @@
public final class CallGroup extends androidx.ui.tooling.Group {
ctor public CallGroup(Object? key, String? name, androidx.compose.ui.unit.IntBounds box, androidx.ui.tooling.SourceLocation? location, java.util.List<androidx.ui.tooling.ParameterInformation> parameters, java.util.Collection<?> data, java.util.Collection<? extends androidx.ui.tooling.Group> children);
+ property public java.util.List<androidx.ui.tooling.ParameterInformation> parameters;
}
public abstract sealed class Group {
@@ -14,7 +15,13 @@
method public java.util.List<androidx.compose.ui.node.ModifierInfo> getModifierInfo();
method public final String? getName();
method public java.util.List<androidx.ui.tooling.ParameterInformation> getParameters();
+ property public final androidx.compose.ui.unit.IntBounds box;
+ property public final java.util.Collection<androidx.ui.tooling.Group> children;
+ property public final java.util.Collection<java.lang.Object> data;
+ property public final Object? key;
+ property public final androidx.ui.tooling.SourceLocation? location;
property public java.util.List<androidx.compose.ui.node.ModifierInfo> modifierInfo;
+ property public final String? name;
property public java.util.List<androidx.ui.tooling.ParameterInformation> parameters;
}
@@ -29,11 +36,15 @@
method public androidx.ui.tooling.JoinedKey copy(Object? left, Object? right);
method public Object? getLeft();
method public Object? getRight();
+ property public final Object? left;
+ property public final Object? right;
}
public final class NodeGroup extends androidx.ui.tooling.Group {
ctor public NodeGroup(Object? key, Object node, androidx.compose.ui.unit.IntBounds box, java.util.Collection<?> data, java.util.List<androidx.compose.ui.node.ModifierInfo> modifierInfo, java.util.Collection<? extends androidx.ui.tooling.Group> children);
method public Object getNode();
+ property public java.util.List<androidx.compose.ui.node.ModifierInfo> modifierInfo;
+ property public final Object node;
}
public final class ParameterInformation {
@@ -51,6 +62,12 @@
method public String getName();
method public boolean getStatic();
method public Object? getValue();
+ property public final boolean compared;
+ property public final boolean fromDefault;
+ property public final String? inlineClass;
+ property public final String name;
+ property public final boolean static;
+ property public final Object? value;
}
public final class SlotTreeKt {
@@ -71,6 +88,11 @@
method public int getOffset();
method public int getPackageHash();
method public String? getSourceFile();
+ property public final int length;
+ property public final int lineNumber;
+ property public final int offset;
+ property public final int packageHash;
+ property public final String? sourceFile;
}
}
@@ -91,6 +113,19 @@
method public java.util.List<androidx.ui.tooling.inspector.NodeParameter> getParameters();
method public int getTop();
method public int getWidth();
+ property public final java.util.List<androidx.ui.tooling.inspector.InspectorNode> children;
+ property public final String fileName;
+ property public final int height;
+ property public final long id;
+ property public final int left;
+ property public final int length;
+ property public final int lineNumber;
+ property public final String name;
+ property public final int offset;
+ property public final int packageHash;
+ property public final java.util.List<androidx.ui.tooling.inspector.NodeParameter> parameters;
+ property public final int top;
+ property public final int width;
}
public final class LayoutInspectorTree {
@@ -107,14 +142,15 @@
method public androidx.ui.tooling.inspector.ParameterType getType();
method public Object? getValue();
property public final java.util.List<androidx.ui.tooling.inspector.NodeParameter> elements;
+ property public final String name;
+ property public final androidx.ui.tooling.inspector.ParameterType type;
+ property public final Object? value;
}
public final class ParameterFactoryKt {
}
public enum ParameterType {
- method public static androidx.ui.tooling.inspector.ParameterType valueOf(String name) throws java.lang.IllegalArgumentException;
- method public static androidx.ui.tooling.inspector.ParameterType[] values();
enum_constant public static final androidx.ui.tooling.inspector.ParameterType Boolean;
enum_constant public static final androidx.ui.tooling.inspector.ParameterType Color;
enum_constant public static final androidx.ui.tooling.inspector.ParameterType DimensionDp;
@@ -161,7 +197,7 @@
field public static final String PIXEL_XL = "id:pixel_xl";
}
- @kotlin.annotation.MustBeDocumented @kotlin.annotation.Repeatable @kotlin.annotation.Retention(AnnotationRetention.SOURCE) @kotlin.annotation.Target(allowedTargets=AnnotationTarget.FUNCTION) public @interface Preview {
+ @kotlin.annotation.MustBeDocumented @kotlin.annotation.Repeatable @kotlin.annotation.Retention(kotlin.annotation.AnnotationRetention) @kotlin.annotation.Target(allowedTargets=kotlin.annotation.AnnotationTarget) public @interface Preview {
method public abstract int apiLevel() default -1;
method public abstract long backgroundColor() default 0L;
method public abstract String device() default "";
@@ -174,11 +210,25 @@
method public abstract boolean showDecoration() default false;
method public abstract int uiMode() default 0;
method public abstract int widthDp() default -1;
+ property public abstract int apiLevel;
+ property public abstract long backgroundColor;
+ property public abstract String device;
+ property public abstract float fontScale;
+ property public abstract String group;
+ property public abstract int heightDp;
+ property public abstract String locale;
+ property public abstract String name;
+ property public abstract boolean showBackground;
+ property public abstract boolean showDecoration;
+ property public abstract int uiMode;
+ property public abstract int widthDp;
}
@java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.RUNTIME) public @interface PreviewParameter {
method public abstract int limit() default 2147483647;
method public abstract Class<? extends androidx.ui.tooling.preview.PreviewParameterProvider<?>> provider();
+ property public abstract int limit;
+ property public abstract Class<? extends androidx.ui.tooling.preview.PreviewParameterProvider<?>> provider;
}
public interface PreviewParameterProvider<T> {