| // Signature format: 4.0 |
| package androidx.window.testing { |
| |
| public final class WindowSdkExtensionsRule implements org.junit.rules.TestRule { |
| ctor public WindowSdkExtensionsRule(); |
| method public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runner.Description description); |
| method public void overrideExtensionVersion(@IntRange(from=0L) int version); |
| } |
| |
| } |
| |
| package androidx.window.testing.embedding { |
| |
| public final class ActivityEmbeddingRule implements org.junit.rules.TestRule { |
| ctor public ActivityEmbeddingRule(); |
| method public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runner.Description description); |
| method public void overrideIsActivityEmbedded(android.app.Activity activity, boolean isActivityEmbedded); |
| method public void overrideSplitInfo(android.app.Activity activity, java.util.List<androidx.window.embedding.SplitInfo> splitInfoList); |
| method public void overrideSplitSupportStatus(androidx.window.embedding.SplitController.SplitSupportStatus status); |
| } |
| |
| public final class TestActivityStack { |
| method public static androidx.window.embedding.ActivityStack createTestActivityStack(); |
| method public static androidx.window.embedding.ActivityStack createTestActivityStack(optional java.util.List<? extends android.app.Activity> activitiesInProcess); |
| method public static androidx.window.embedding.ActivityStack createTestActivityStack(optional java.util.List<? extends android.app.Activity> activitiesInProcess, optional boolean isEmpty); |
| } |
| |
| public final class TestSplitAttributesCalculatorParams { |
| method public static androidx.window.embedding.SplitAttributesCalculatorParams createTestSplitAttributesCalculatorParams(androidx.window.layout.WindowMetrics parentWindowMetrics); |
| method public static androidx.window.embedding.SplitAttributesCalculatorParams createTestSplitAttributesCalculatorParams(androidx.window.layout.WindowMetrics parentWindowMetrics, optional android.content.res.Configuration parentConfiguration); |
| method public static androidx.window.embedding.SplitAttributesCalculatorParams createTestSplitAttributesCalculatorParams(androidx.window.layout.WindowMetrics parentWindowMetrics, optional android.content.res.Configuration parentConfiguration, optional androidx.window.layout.WindowLayoutInfo parentWindowLayoutInfo); |
| method public static androidx.window.embedding.SplitAttributesCalculatorParams createTestSplitAttributesCalculatorParams(androidx.window.layout.WindowMetrics parentWindowMetrics, optional android.content.res.Configuration parentConfiguration, optional androidx.window.layout.WindowLayoutInfo parentWindowLayoutInfo, optional androidx.window.embedding.SplitAttributes defaultSplitAttributes); |
| method public static androidx.window.embedding.SplitAttributesCalculatorParams createTestSplitAttributesCalculatorParams(androidx.window.layout.WindowMetrics parentWindowMetrics, optional android.content.res.Configuration parentConfiguration, optional androidx.window.layout.WindowLayoutInfo parentWindowLayoutInfo, optional androidx.window.embedding.SplitAttributes defaultSplitAttributes, optional boolean areDefaultConstraintsSatisfied); |
| method public static androidx.window.embedding.SplitAttributesCalculatorParams createTestSplitAttributesCalculatorParams(androidx.window.layout.WindowMetrics parentWindowMetrics, optional android.content.res.Configuration parentConfiguration, optional androidx.window.layout.WindowLayoutInfo parentWindowLayoutInfo, optional androidx.window.embedding.SplitAttributes defaultSplitAttributes, optional boolean areDefaultConstraintsSatisfied, optional String? splitRuleTag); |
| } |
| |
| public final class TestSplitInfo { |
| method public static androidx.window.embedding.SplitInfo createTestSplitInfo(); |
| method public static androidx.window.embedding.SplitInfo createTestSplitInfo(optional androidx.window.embedding.ActivityStack primaryActivityStack); |
| method public static androidx.window.embedding.SplitInfo createTestSplitInfo(optional androidx.window.embedding.ActivityStack primaryActivityStack, optional androidx.window.embedding.ActivityStack secondActivityStack); |
| method public static androidx.window.embedding.SplitInfo createTestSplitInfo(optional androidx.window.embedding.ActivityStack primaryActivityStack, optional androidx.window.embedding.ActivityStack secondActivityStack, optional androidx.window.embedding.SplitAttributes splitAttributes); |
| } |
| |
| } |
| |
| package androidx.window.testing.layout { |
| |
| public final class DisplayFeatureTesting { |
| method public static androidx.window.layout.FoldingFeature createFoldingFeature(android.app.Activity activity); |
| method public static androidx.window.layout.FoldingFeature createFoldingFeature(android.app.Activity activity, optional @IntRange(from=-1L) int center); |
| method public static androidx.window.layout.FoldingFeature createFoldingFeature(android.app.Activity activity, optional @IntRange(from=-1L) int center, optional int size); |
| method public static androidx.window.layout.FoldingFeature createFoldingFeature(android.app.Activity activity, optional @IntRange(from=-1L) int center, optional int size, optional androidx.window.layout.FoldingFeature.State state); |
| method public static androidx.window.layout.FoldingFeature createFoldingFeature(android.app.Activity activity, optional @IntRange(from=-1L) int center, optional int size, optional androidx.window.layout.FoldingFeature.State state, optional androidx.window.layout.FoldingFeature.Orientation orientation); |
| method public static androidx.window.layout.FoldingFeature createFoldingFeature(android.graphics.Rect windowBounds); |
| method public static androidx.window.layout.FoldingFeature createFoldingFeature(android.graphics.Rect windowBounds, optional @IntRange(from=-1L) int center); |
| method public static androidx.window.layout.FoldingFeature createFoldingFeature(android.graphics.Rect windowBounds, optional @IntRange(from=-1L) int center, optional int size); |
| method public static androidx.window.layout.FoldingFeature createFoldingFeature(android.graphics.Rect windowBounds, optional @IntRange(from=-1L) int center, optional int size, optional androidx.window.layout.FoldingFeature.State state); |
| method public static androidx.window.layout.FoldingFeature createFoldingFeature(android.graphics.Rect windowBounds, optional @IntRange(from=-1L) int center, optional int size, optional androidx.window.layout.FoldingFeature.State state, optional androidx.window.layout.FoldingFeature.Orientation orientation); |
| } |
| |
| public final class FoldingFeatureTestingConstants { |
| property public static final int FOLDING_FEATURE_CENTER_DEFAULT; |
| field public static final int FOLDING_FEATURE_CENTER_DEFAULT = -1; // 0xffffffff |
| field public static final androidx.window.testing.layout.FoldingFeatureTestingConstants INSTANCE; |
| } |
| |
| public final class WindowLayoutInfoPublisherRule implements org.junit.rules.TestRule { |
| ctor public WindowLayoutInfoPublisherRule(); |
| method public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runner.Description description); |
| method public void overrideWindowLayoutInfo(androidx.window.layout.WindowLayoutInfo info); |
| } |
| |
| public final class WindowLayoutInfoTesting { |
| method public static androidx.window.layout.WindowLayoutInfo createWindowLayoutInfo(); |
| method public static androidx.window.layout.WindowLayoutInfo createWindowLayoutInfo(optional java.util.List<? extends androidx.window.layout.DisplayFeature> displayFeatures); |
| } |
| |
| public final class WindowMetricsCalculatorRule implements org.junit.rules.TestRule { |
| ctor public WindowMetricsCalculatorRule(); |
| method public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runner.Description description); |
| method public void overrideCurrentWindowBounds(androidx.window.layout.WindowMetrics windowMetrics); |
| method public void overrideCurrentWindowBounds(int left, int top, int right, int bottom); |
| } |
| |
| public final class WindowMetricsTesting { |
| method public static androidx.window.layout.WindowMetrics createWindowMetrics(android.graphics.Rect bounds); |
| method public static androidx.window.layout.WindowMetrics createWindowMetrics(android.graphics.Rect bounds, optional float density); |
| method public static androidx.window.layout.WindowMetrics createWindowMetrics(int left, int top, int right, int bottom); |
| method public static androidx.window.layout.WindowMetrics createWindowMetrics(int left, int top, int right, int bottom, optional float density); |
| } |
| |
| } |
| |