1// Signature format: 4.0 2package androidx.window.core.layout { 3 4 public final class WindowHeightSizeClass { 5 field public static final androidx.window.core.layout.WindowHeightSizeClass COMPACT; 6 field public static final androidx.window.core.layout.WindowHeightSizeClass.Companion Companion; 7 field public static final androidx.window.core.layout.WindowHeightSizeClass EXPANDED; 8 field public static final androidx.window.core.layout.WindowHeightSizeClass MEDIUM; 9 } 10 11 public static final class WindowHeightSizeClass.Companion { 12 } 13 14 public final class WindowSizeClass { 15 method public static androidx.window.core.layout.WindowSizeClass compute(float dpWidth, float dpHeight); 16 method public androidx.window.core.layout.WindowHeightSizeClass getWindowHeightSizeClass(); 17 method public androidx.window.core.layout.WindowWidthSizeClass getWindowWidthSizeClass(); 18 property public final androidx.window.core.layout.WindowHeightSizeClass windowHeightSizeClass; 19 property public final androidx.window.core.layout.WindowWidthSizeClass windowWidthSizeClass; 20 field public static final androidx.window.core.layout.WindowSizeClass.Companion Companion; 21 } 22 23 public static final class WindowSizeClass.Companion { 24 method public androidx.window.core.layout.WindowSizeClass compute(float dpWidth, float dpHeight); 25 } 26 27 public final class WindowWidthSizeClass { 28 field public static final androidx.window.core.layout.WindowWidthSizeClass COMPACT; 29 field public static final androidx.window.core.layout.WindowWidthSizeClass.Companion Companion; 30 field public static final androidx.window.core.layout.WindowWidthSizeClass EXPANDED; 31 field public static final androidx.window.core.layout.WindowWidthSizeClass MEDIUM; 32 } 33 34 public static final class WindowWidthSizeClass.Companion { 35 } 36 37} 38 39