| // Signature format: 4.0 |
| package androidx.compose.material.window { |
| |
| public final class AndroidSizeClass_androidKt { |
| } |
| |
| @androidx.compose.runtime.Immutable @kotlin.jvm.JvmInline public final value class HeightSizeClass { |
| field public static final androidx.compose.material.window.HeightSizeClass.Companion Companion; |
| } |
| |
| public static final class HeightSizeClass.Companion { |
| method public String getCompact(); |
| method public String getExpanded(); |
| method public String getMedium(); |
| property public final String Compact; |
| property public final String Expanded; |
| property public final String Medium; |
| } |
| |
| @androidx.compose.runtime.Immutable public final class SizeClass { |
| method public String getHeight(); |
| method public String getWidth(); |
| property public final String height; |
| property public final String width; |
| field public static final androidx.compose.material.window.SizeClass.Companion Companion; |
| } |
| |
| public static final class SizeClass.Companion { |
| } |
| |
| public final class TestOnly_jvmKt { |
| } |
| |
| @androidx.compose.runtime.Immutable @kotlin.jvm.JvmInline public final value class WidthSizeClass { |
| field public static final androidx.compose.material.window.WidthSizeClass.Companion Companion; |
| } |
| |
| public static final class WidthSizeClass.Companion { |
| method public String getCompact(); |
| method public String getExpanded(); |
| method public String getMedium(); |
| property public final String Compact; |
| property public final String Expanded; |
| property public final String Medium; |
| } |
| |
| } |
| |