/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | LaunchParamsController.java | 31 import android.content.pm.ActivityInfo.WindowLayout; 80 void calculate(Task task, WindowLayout layout, ActivityRecord activity, ActivityRecord source, in calculate() 128 boolean layoutTask(Task task, WindowLayout layout) { in layoutTask() 132 boolean layoutTask(Task task, WindowLayout layout, ActivityRecord activity, in layoutTask() 325 int onCalculate(@Nullable Task task, @Nullable WindowLayout layout, in onCalculate()
|
H A D | TaskLaunchParamsModifier.java | 102 public int onCalculate(@Nullable Task task, @Nullable ActivityInfo.WindowLayout layout, in onCalculate() 113 private int calculate(@Nullable Task task, @Nullable ActivityInfo.WindowLayout layout, in calculate() 543 @NonNull ActivityInfo.WindowLayout windowLayout, @NonNull Rect inOutBounds) { in getLayoutBounds() 693 @NonNull ActivityInfo.WindowLayout layout, int resolvedMode, boolean hasInitialBounds, in getTaskBounds() 790 @NonNull ActivityInfo.WindowLayout layout, int orientation, @NonNull Rect bounds) { in getDefaultFreeformSize()
|
H A D | LaunchParamsPersister.java | 304 ActivityInfo.WindowLayout layout = activity.info.windowLayout; in getLaunchParams()
|
H A D | ActivityRecord.java | 2819 final ActivityInfo.WindowLayout windowLayout = info.windowLayout; in supportsMultiWindowInDisplayArea()
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | TaskLaunchParamsModifierTests.java | 496 final ActivityInfo.WindowLayout layout = new WindowLayoutBuilder() in testRecalculateFreeformInitialBoundsWithOverrideDisplayArea() 644 final ActivityInfo.WindowLayout layout = new WindowLayoutBuilder() in testNonEmptyLayoutInfersFreeformOnFreeformDisplay() 664 final ActivityInfo.WindowLayout layout = new WindowLayoutBuilder() in testLayoutWithGravityAndEmptySizeInfersFreeformAndRespectsCurrentSize() 679 final ActivityInfo.WindowLayout layout = new WindowLayoutBuilder() in testNonEmptyLayoutUsesFullscreenWithResizeableActivity() 973 final ActivityInfo.WindowLayout layout = new WindowLayoutBuilder() in testNonEmptyLayoutBoundsRespectsGravityWithEmptySize_LeftGravity() 989 final ActivityInfo.WindowLayout layout = new WindowLayoutBuilder() in testNonEmptyLayoutBoundsRespectsGravityWithEmptySize_TopGravity() 1005 final ActivityInfo.WindowLayout layout = new WindowLayoutBuilder() in testNonEmptyLayoutBoundsRespectsGravityWithEmptySize_TopLeftGravity() 1022 final ActivityInfo.WindowLayout layout = new WindowLayoutBuilder() in testNonEmptyLayoutBoundsRespectsGravityWithEmptySize_RightGravity() 1038 final ActivityInfo.WindowLayout layout = new WindowLayoutBuilder() in testNonEmptyLayoutBoundsRespectsGravityWithEmptySize_BottomGravity() 1849 private ActivityInfo.WindowLayout mLayout; [all …]
|
H A D | LaunchParamsControllerTests.java | 47 import android.content.pm.ActivityInfo.WindowLayout; 94 final WindowLayout layout = new WindowLayout(0, 0, 0, 0, 0, 0, 0); in testArgumentPropagation() 273 final WindowLayout layout = new WindowLayout(0, 0, 0, 0, 0, 0, 0); in testCalculatePhase() 433 public int onCalculate(Task task, WindowLayout layout, ActivityRecord activity, in onCalculate()
|
H A D | ActivityTaskManagerServiceTests.java | 398 final ActivityInfo.WindowLayout windowLayout = in testSupportsMultiWindow_activityMinWidthHeight_largerThanSupport() 399 new ActivityInfo.WindowLayout(0, 0, 0, 0, 0, in testSupportsMultiWindow_activityMinWidthHeight_largerThanSupport() 447 final ActivityInfo.WindowLayout windowLayout = in testSupportsMultiWindow_landscape_checkActivityMinWidth() 448 new ActivityInfo.WindowLayout(0, 0, 0, 0, 0, in testSupportsMultiWindow_landscape_checkActivityMinWidth() 480 final ActivityInfo.WindowLayout windowLayout = in testSupportsMultiWindow_portrait_checkActivityMinHeight() 481 new ActivityInfo.WindowLayout(0, 0, 0, 0, 0, in testSupportsMultiWindow_portrait_checkActivityMinHeight()
|
H A D | ActivityStarterTests.java | 75 import android.content.pm.ActivityInfo.WindowLayout; 395 final WindowLayout windowLayout = in testCreateTaskLayout() 396 new WindowLayout(10, .5f, 20, 1.0f, Gravity.NO_GRAVITY, 1, 1); in testCreateTaskLayout()
|
H A D | WindowTestsBase.java | 940 private ActivityInfo.WindowLayout mWindowLayout; 1067 ActivityBuilder setWindowLayout(ActivityInfo.WindowLayout windowLayout) { in setWindowLayout()
|
H A D | TaskTests.java | 745 aInfo.windowLayout = new ActivityInfo.WindowLayout(0 /* width */, 0 /* widthFraction */, in testFullScreenTaskNotAdjustedByMinimalSize()
|
/aosp12/frameworks/base/core/java/android/content/pm/parsing/component/ |
H A D | ParsedActivityUtils.java | 396 ParseResult<ActivityInfo.WindowLayout> layoutResult = in parseActivityOrAlias() 421 ParseResult<ActivityInfo.WindowLayout> layoutResult = in parseActivityOrAlias() 507 private static ParseResult<ActivityInfo.WindowLayout> parseActivityWindowLayout(Resources res, in parseActivityWindowLayout() 538 final ActivityInfo.WindowLayout windowLayout = new ActivityInfo.WindowLayout(width, in parseActivityWindowLayout() 553 private static ParseResult<ActivityInfo.WindowLayout> resolveActivityWindowLayout( in resolveActivityWindowLayout() 568 ActivityInfo.WindowLayout layout = activity.windowLayout; in resolveActivityWindowLayout() 570 layout = new ActivityInfo.WindowLayout(-1 /* width */, -1 /* widthFraction */, in resolveActivityWindowLayout()
|
H A D | ParsedActivity.java | 83 ActivityInfo.WindowLayout windowLayout; 333 windowLayout = new ActivityInfo.WindowLayout(in); in ParsedActivity() 445 public ActivityInfo.WindowLayout getWindowLayout() { in getWindowLayout()
|
/aosp12/frameworks/base/core/java/android/content/pm/ |
H A D | ActivityInfo.java | 1201 public WindowLayout windowLayout; 1713 windowLayout = new WindowLayout(source); in ActivityInfo() 1737 public static final class WindowLayout { class in ActivityInfo 1738 public WindowLayout(int width, float widthFraction, int height, float heightFraction, in WindowLayout() method in ActivityInfo.WindowLayout 1745 public WindowLayout(int width, float widthFraction, int height, float heightFraction, in WindowLayout() method in ActivityInfo.WindowLayout 1758 public WindowLayout(Parcel source) { in WindowLayout() method in ActivityInfo.WindowLayout
|
H A D | PackageParser.java | 4775 a.info.windowLayout = new ActivityInfo.WindowLayout(width, widthFraction, 4801 aInfo.windowLayout = new ActivityInfo.WindowLayout(-1 /* width */,
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/parsing/ |
H A D | AndroidPackageParsingTestBase.kt | 375 protected fun ActivityInfo.WindowLayout.dumpToString() = """
|
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/ |
H A D | PipTaskOrganizerTest.java | 270 activityInfo.windowLayout = new ActivityInfo.WindowLayout( in createActivityInfo()
|
/aosp12/frameworks/opt/car/services/src/com/android/server/wm/ |
H A D | CarLaunchParamsModifier.java | 287 public int onCalculate(@Nullable Task task, @Nullable ActivityInfo.WindowLayout layout, in onCalculate()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
H A D | PipBoundsAlgorithm.java | 159 final ActivityInfo.WindowLayout windowLayout = activityInfo.windowLayout; in getMinimalSize()
|
/aosp12/frameworks/opt/car/services/tests/src/com/android/server/wm/ |
H A D | CarLaunchParamsModifierTest.java | 146 private ActivityInfo.WindowLayout mWindowLayout;
|
/aosp12/frameworks/base/boot/ |
H A D | preloaded-classes | 1370 android.content.pm.ActivityInfo$WindowLayout
|
H A D | boot-image-profile.txt | 4413 HSPLandroid/content/pm/ActivityInfo$WindowLayout;-><init>(Landroid/os/Parcel;)V+]Landroid/os/Parcel… 4419 …id/os/Parcel;]Landroid/content/pm/ActivityInfo$WindowLayout;Landroid/content/pm/ActivityInfo$Windo… 24234 Landroid/content/pm/ActivityInfo$WindowLayout;
|
/aosp12/frameworks/base/config/ |
H A D | preloaded-classes | 1369 android.content.pm.ActivityInfo$WindowLayout
|
H A D | boot-image-profile.txt | 4411 HSPLandroid/content/pm/ActivityInfo$WindowLayout;-><init>(Landroid/os/Parcel;)V+]Landroid/os/Parcel… 4417 …id/os/Parcel;]Landroid/content/pm/ActivityInfo$WindowLayout;Landroid/content/pm/ActivityInfo$Windo… 33871 Landroid/content/pm/ActivityInfo$WindowLayout;
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 11914 field public android.content.pm.ActivityInfo.WindowLayout windowLayout; 11917 public static final class ActivityInfo.WindowLayout { 11918 ctor public ActivityInfo.WindowLayout(int, float, int, float, int, int, int);
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |