Skip to content

Commit 7780872

Browse files
Paige McAuliffecopybara-androidxtest
authored andcommitted
Link to window size class documentation in window size class javadocs
PiperOrigin-RevId: 547006143
1 parent 316fa3e commit 7780872

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

espresso/device/java/androidx/test/espresso/device/sizeclass/HeightSizeClass.kt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@ package androidx.test.espresso.device.sizeclass
1818

1919
import 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
2328
public class HeightSizeClass
2429
private constructor(

espresso/device/java/androidx/test/espresso/device/sizeclass/WidthSizeClass.kt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@ package androidx.test.espresso.device.sizeclass
1818

1919
import 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
2328
public class WidthSizeClass
2429
private constructor(

0 commit comments

Comments
 (0)