File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
espresso/device/java/androidx/test/espresso/device/sizeclass Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,12 @@ package androidx.test.espresso.device.sizeclass
1818
1919import androidx.test.annotation.ExperimentalTestApi
2020
21- /* * A class to create buckets for the height of a window. */
21+ /* *
22+ * A class to create buckets for the height of a window.
23+ *
24+ * For details on window size classes, see
25+ * https://developer.android.com/guide/topics/large-screens/support-different-screen-sizes.
26+ */
2227@ExperimentalTestApi
2328public class HeightSizeClass
2429private constructor (
Original file line number Diff line number Diff line change @@ -18,7 +18,12 @@ package androidx.test.espresso.device.sizeclass
1818
1919import androidx.test.annotation.ExperimentalTestApi
2020
21- /* * A class to create buckets for the width of a window. */
21+ /* *
22+ * A class to create buckets for the width of a window.
23+ *
24+ * For details on window size classes, see
25+ * https://developer.android.com/guide/topics/large-screens/support-different-screen-sizes.
26+ */
2227@ExperimentalTestApi
2328public class WidthSizeClass
2429private constructor (
You can’t perform that action at this time.
0 commit comments