Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DLaunchParamsController.java30 import android.content.pm.ActivityInfo.WindowLayout;
77 void calculate(TaskRecord task, WindowLayout layout, ActivityRecord activity, in calculate()
123 boolean layoutTask(TaskRecord task, WindowLayout layout) { in layoutTask()
127 boolean layoutTask(TaskRecord task, WindowLayout layout, ActivityRecord activity, in layoutTask()
307 int onCalculate(TaskRecord task, WindowLayout layout, ActivityRecord activity, in onCalculate()
DTaskLaunchParamsModifier.java107 int onCalculate(TaskRecord task, ActivityInfo.WindowLayout layout, ActivityRecord activity, in onCalculate()
115 public int onCalculate(TaskRecord task, ActivityInfo.WindowLayout layout, in onCalculate()
125 private int calculate(TaskRecord task, ActivityInfo.WindowLayout layout, in calculate()
348 @NonNull ActivityInfo.WindowLayout windowLayout, @NonNull Rect outBounds) { in getLayoutBounds()
489 @NonNull ActivityInfo.WindowLayout layout, int resolvedMode, boolean hasInitialBounds, in getTaskBounds()
582 @NonNull ActivityInfo.WindowLayout layout, int orientation, @NonNull Rect bounds) { in getDefaultFreeformSize()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTaskLaunchParamsModifierTests.java307 final ActivityInfo.WindowLayout layout = new WindowLayoutBuilder() in testNonEmptyLayoutInfersFreeformOnFreeformDisplay()
324 final ActivityInfo.WindowLayout layout = new WindowLayoutBuilder() in testNonEmptyLayoutInfersFreeformWithEmptySize()
336 final ActivityInfo.WindowLayout layout = new WindowLayoutBuilder() in testNonEmptyLayoutUsesFullscreenWithResizeableActivity()
567 final ActivityInfo.WindowLayout layout = new WindowLayoutBuilder() in testNonEmptyLayoutBoundsRespectsGravityWithEmptySize_LeftGravity()
583 final ActivityInfo.WindowLayout layout = new WindowLayoutBuilder() in testNonEmptyLayoutBoundsRespectsGravityWithEmptySize_TopGravity()
599 final ActivityInfo.WindowLayout layout = new WindowLayoutBuilder() in testNonEmptyLayoutBoundsRespectsGravityWithEmptySize_TopLeftGravity()
616 final ActivityInfo.WindowLayout layout = new WindowLayoutBuilder() in testNonEmptyLayoutBoundsRespectsGravityWithEmptySize_RightGravity()
632 final ActivityInfo.WindowLayout layout = new WindowLayoutBuilder() in testNonEmptyLayoutBoundsRespectsGravityWithEmptySize_BottomGravity()
648 final ActivityInfo.WindowLayout layout = new WindowLayoutBuilder() in testNonEmptyLayoutBoundsRespectsGravityWithEmptySize_BottomRightGravity()
665 final ActivityInfo.WindowLayout layout = new WindowLayoutBuilder() in testNonEmptyLayoutBoundsOnFreeformDisplay_CenterToDisplay()
[all …]
DLaunchParamsControllerTests.java44 import android.content.pm.ActivityInfo.WindowLayout;
89 final WindowLayout layout = new WindowLayout(0, 0, 0, 0, 0, 0, 0); in testArgumentPropagation()
263 final WindowLayout layout = new WindowLayout(0, 0, 0, 0, 0, 0, 0); in testCalculatePhase()
372 public int onCalculate(TaskRecord task, WindowLayout layout, ActivityRecord activity, in onCalculate()
DActivityStarterTests.java67 import android.content.pm.ActivityInfo.WindowLayout;
388 final WindowLayout windowLayout = in testCreateTaskLayout()
389 new WindowLayout(10, .5f, 20, 1.0f, Gravity.NO_GRAVITY, 1, 1); in testCreateTaskLayout()
/frameworks/base/core/java/android/content/pm/
DActivityInfo.java980 public WindowLayout windowLayout;
1348 windowLayout = new WindowLayout(source); in ActivityInfo()
1371 public static final class WindowLayout { class in ActivityInfo
1372 … public WindowLayout(int width, float widthFraction, int height, float heightFraction, int gravity, in WindowLayout() method in ActivityInfo.WindowLayout
1383 WindowLayout(Parcel source) { in WindowLayout() method in ActivityInfo.WindowLayout
DPackageParser.java4888 a.info.windowLayout = new ActivityInfo.WindowLayout(width, widthFraction, in parseLayout()
/frameworks/base/config/
Dpreloaded-classes876 android.content.pm.ActivityInfo$WindowLayout
Dboot-image-profile.txt3978 HSPLandroid/content/pm/ActivityInfo$WindowLayout;-><init>(Landroid/os/Parcel;)V
32984 Landroid/content/pm/ActivityInfo$WindowLayout;
Dhiddenapi-greylist-max-o.txt13799 Landroid/content/pm/ActivityInfo$WindowLayout;-><init>(Landroid/os/Parcel;)V
/frameworks/base/services/
Dart-profile16300 …te(Lcom/android/server/wm/TaskRecord;Landroid/content/pm/ActivityInfo$WindowLayout;Lcom/android/se…
16301 …sk(Lcom/android/server/wm/TaskRecord;Landroid/content/pm/ActivityInfo$WindowLayout;Lcom/android/se…
16864 …te(Lcom/android/server/wm/TaskRecord;Landroid/content/pm/ActivityInfo$WindowLayout;Lcom/android/se…
16867 …om/android/server/wm/ActivityDisplay;Landroid/content/pm/ActivityInfo$WindowLayout;IZLandroid/grap…
16868 …te(Lcom/android/server/wm/TaskRecord;Landroid/content/pm/ActivityInfo$WindowLayout;Lcom/android/se…
/frameworks/base/non-updatable-api/
Dcurrent.txt11062 field public android.content.pm.ActivityInfo.WindowLayout windowLayout;
11065 public static final class ActivityInfo.WindowLayout {
11066 ctor public ActivityInfo.WindowLayout(int, float, int, float, int, int, int);
/frameworks/base/api/
Dcurrent.txt11062 field public android.content.pm.ActivityInfo.WindowLayout windowLayout;
11065 public static final class ActivityInfo.WindowLayout {
11066 ctor public ActivityInfo.WindowLayout(int, float, int, float, int, int, int);