You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@SuppressCompatibility @androidx.compose.material3.ExperimentalMaterial3Api public sealed nonexhaustive interface MultiAspectCarouselItemDrawInfo {
4944
+
method @InaccessibleFromKotlin public int getIndex();
4945
+
method @InaccessibleFromKotlin @androidx.compose.runtime.annotation.FrequentlyChangingValue public float getMaskEnd();
4946
+
method @InaccessibleFromKotlin @androidx.compose.runtime.annotation.FrequentlyChangingValue public float getMaskStart();
4947
+
method @InaccessibleFromKotlin public float getMaxSize();
4948
+
method @InaccessibleFromKotlin public float getMinSize();
4949
+
method @InaccessibleFromKotlin @androidx.compose.runtime.annotation.FrequentlyChangingValue public float getParallax();
4950
+
method @InaccessibleFromKotlin @androidx.compose.runtime.annotation.FrequentlyChangingValue public float getSize();
4951
+
method @InaccessibleFromKotlin public boolean isHorizontal();
4952
+
property public abstract int index;
4953
+
property public abstract boolean isHorizontal;
4954
+
property @androidx.compose.runtime.annotation.FrequentlyChangingValue public abstract float maskEnd;
4955
+
property @androidx.compose.runtime.annotation.FrequentlyChangingValue public abstract float maskStart;
4956
+
property public abstract float maxSize;
4957
+
property public abstract float minSize;
4958
+
property @androidx.compose.runtime.annotation.FrequentlyChangingValue public abstract float parallax;
4959
+
property @androidx.compose.runtime.annotation.FrequentlyChangingValue public abstract float size;
4960
+
}
4961
+
4962
+
public final class MultiAspectCarouselKt {
4963
+
method @SuppressCompatibility @androidx.compose.material3.ExperimentalMaterial3Api public static androidx.compose.material3.carousel.MultiAspectCarouselItemDrawInfo MultiAspectCarouselItemDrawInfo(int index, androidx.compose.foundation.lazy.LazyListState state);
4964
+
method @KotlinOnly @androidx.compose.runtime.Composable public static void MultiAspectCarouselScope(kotlin.jvm.functions.Function1<androidx.compose.material3.carousel.MultiAspectCarouselScope,kotlin.Unit> content);
4965
+
method @BytecodeOnly @androidx.compose.runtime.Composable public static void MultiAspectCarouselScope(kotlin.jvm.functions.Function3<? super androidx.compose.material3.carousel.MultiAspectCarouselScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int);
Copy file name to clipboardExpand all lines: compose/material3/material3/api/material3.klib.api
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,8 @@ final enum class androidx.compose.material3/WideNavigationRailValue : kotlin/Enu
76
76
final fun values(): kotlin/Array<androidx.compose.material3/WideNavigationRailValue> // androidx.compose.material3/WideNavigationRailValue.values|values#static(){}[0]
final fun (androidx.compose.ui/Modifier).androidx.compose.material3.pulltorefresh/pullToRefresh(kotlin/Boolean, androidx.compose.material3.pulltorefresh/PullToRefreshState, kotlin/Boolean = ..., androidx.compose.ui.unit/Dp = ..., kotlin/Function0<kotlin/Unit>): androidx.compose.ui/Modifier // androidx.compose.material3.pulltorefresh/pullToRefresh|[email protected](kotlin.Boolean;androidx.compose.material3.pulltorefresh.PullToRefreshState;kotlin.Boolean;androidx.compose.ui.unit.Dp;kotlin.Function0<kotlin.Unit>){}[0]
2294
2296
final fun (androidx.compose.ui/Modifier).androidx.compose.material3/minimumInteractiveComponentSize(): androidx.compose.ui/Modifier // androidx.compose.material3/minimumInteractiveComponentSize|[email protected](){}[0]
2297
+
final fun androidx.compose.material3.carousel/MultiAspectCarouselScope(kotlin/Function3<androidx.compose.material3.carousel/MultiAspectCarouselScope, androidx.compose.runtime/Composer, kotlin/Int, kotlin/Unit>, androidx.compose.runtime/Composer?, kotlin/Int) // androidx.compose.material3.carousel/MultiAspectCarouselScope|MultiAspectCarouselScope(kotlin.Function3<androidx.compose.material3.carousel.MultiAspectCarouselScope,androidx.compose.runtime.Composer,kotlin.Int,kotlin.Unit>;androidx.compose.runtime.Composer?;kotlin.Int){}[0]
2295
2298
final fun androidx.compose.material3.carousel/androidx_compose_material3_carousel_CarouselDefaults$stableprop_getter(): kotlin/Int // androidx.compose.material3.carousel/androidx_compose_material3_carousel_CarouselDefaults$stableprop_getter|androidx_compose_material3_carousel_CarouselDefaults$stableprop_getter(){}[0]
2296
2299
final fun androidx.compose.material3.carousel/androidx_compose_material3_carousel_CarouselState$stableprop_getter(): kotlin/Int // androidx.compose.material3.carousel/androidx_compose_material3_carousel_CarouselState$stableprop_getter|androidx_compose_material3_carousel_CarouselState$stableprop_getter(){}[0]
2297
2300
final fun androidx.compose.material3.internal/androidx_compose_material3_internal_AnchorAlignmentOffsetPosition_Horizontal$stableprop_getter(): kotlin/Int // androidx.compose.material3.internal/androidx_compose_material3_internal_AnchorAlignmentOffsetPosition_Horizontal$stableprop_getter|androidx_compose_material3_internal_AnchorAlignmentOffsetPosition_Horizontal$stableprop_getter(){}[0]
0 commit comments