1// Signature format: 4.0
2package androidx.window.testing.layout {
3
4  public final class DisplayFeatureTesting {
5    method public static androidx.window.layout.FoldingFeature createFoldingFeature(android.app.Activity activity);
6    method public static androidx.window.layout.FoldingFeature createFoldingFeature(android.app.Activity activity, optional int center);
7    method public static androidx.window.layout.FoldingFeature createFoldingFeature(android.app.Activity activity, optional int center, optional int size);
8    method public static androidx.window.layout.FoldingFeature createFoldingFeature(android.app.Activity activity, optional int center, optional int size, optional androidx.window.layout.FoldingFeature.State state);
9    method public static androidx.window.layout.FoldingFeature createFoldingFeature(android.app.Activity activity, optional int center, optional int size, optional androidx.window.layout.FoldingFeature.State state, optional androidx.window.layout.FoldingFeature.Orientation orientation);
10  }
11
12  public final class WindowLayoutInfoPublisherRule implements org.junit.rules.TestRule {
13    ctor public WindowLayoutInfoPublisherRule();
14    method public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runner.Description description);
15    method public void overrideWindowLayoutInfo(androidx.window.layout.WindowLayoutInfo info);
16  }
17
18  public final class WindowLayoutInfoTesting {
19    method public static androidx.window.layout.WindowLayoutInfo createWindowLayoutInfo();
20    method public static androidx.window.layout.WindowLayoutInfo createWindowLayoutInfo(optional java.util.List<? extends androidx.window.layout.DisplayFeature> displayFeatures);
21  }
22
23}
24
25