Home
last modified time | relevance | path

Searched refs:WindowLayout (Results 1 – 25 of 27) sorted by relevance

12

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DLaunchParamsController.java31 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 DTaskLaunchParamsModifier.java102 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 DLaunchParamsPersister.java304 ActivityInfo.WindowLayout layout = activity.info.windowLayout; in getLaunchParams()
H A DActivityRecord.java2819 final ActivityInfo.WindowLayout windowLayout = info.windowLayout; in supportsMultiWindowInDisplayArea()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTaskLaunchParamsModifierTests.java496 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 DLaunchParamsControllerTests.java47 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 DActivityTaskManagerServiceTests.java398 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 DActivityStarterTests.java75 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 DWindowTestsBase.java940 private ActivityInfo.WindowLayout mWindowLayout;
1067 ActivityBuilder setWindowLayout(ActivityInfo.WindowLayout windowLayout) { in setWindowLayout()
H A DTaskTests.java745 aInfo.windowLayout = new ActivityInfo.WindowLayout(0 /* width */, 0 /* widthFraction */, in testFullScreenTaskNotAdjustedByMinimalSize()
/aosp12/frameworks/base/core/java/android/content/pm/parsing/component/
H A DParsedActivityUtils.java396 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 DParsedActivity.java83 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 DActivityInfo.java1201 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 DPackageParser.java4775 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 DAndroidPackageParsingTestBase.kt375 protected fun ActivityInfo.WindowLayout.dumpToString() = """
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/
H A DPipTaskOrganizerTest.java270 activityInfo.windowLayout = new ActivityInfo.WindowLayout( in createActivityInfo()
/aosp12/frameworks/opt/car/services/src/com/android/server/wm/
H A DCarLaunchParamsModifier.java287 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 DPipBoundsAlgorithm.java159 final ActivityInfo.WindowLayout windowLayout = activityInfo.windowLayout; in getMinimalSize()
/aosp12/frameworks/opt/car/services/tests/src/com/android/server/wm/
H A DCarLaunchParamsModifierTest.java146 private ActivityInfo.WindowLayout mWindowLayout;
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes1370 android.content.pm.ActivityInfo$WindowLayout
H A Dboot-image-profile.txt4413 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 Dpreloaded-classes1369 android.content.pm.ActivityInfo$WindowLayout
H A Dboot-image-profile.txt4411 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 Dcurrent.txt11914 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 Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...

12