Home
last modified time | relevance | path

Searched refs:layoutInDisplayCutoutMode (Results 1 – 25 of 48) sorted by relevance

12

/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/policy/
H A DPhoneWindowTest.java66 assertThat(mPhoneWindow.getAttributes().layoutInDisplayCutoutMode, in layoutInDisplayCutoutMode_unset()
75 assertThat(mPhoneWindow.getAttributes().layoutInDisplayCutoutMode, in layoutInDisplayCutoutMode_default()
84 assertThat(mPhoneWindow.getAttributes().layoutInDisplayCutoutMode, in layoutInDisplayCutoutMode_shortEdges()
93 assertThat(mPhoneWindow.getAttributes().layoutInDisplayCutoutMode, in layoutInDisplayCutoutMode_never()
102 assertThat(mPhoneWindow.getAttributes().layoutInDisplayCutoutMode, in layoutInDisplayCutoutMode_always()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayPolicyLayoutTests.java386 mWindow.mAttrs.layoutInDisplayCutoutMode = LAYOUT_IN_DISPLAY_CUTOUT_MODE_ALWAYS; in layoutWindowLw_fitDisplayCutout()
417 mWindow.mAttrs.layoutInDisplayCutoutMode = LAYOUT_IN_DISPLAY_CUTOUT_MODE_NEVER; in layoutWindowLw_withDisplayCutout_never()
433 mWindow.mAttrs.layoutInDisplayCutoutMode = LAYOUT_IN_DISPLAY_CUTOUT_MODE_SHORT_EDGES; in layoutWindowLw_withDisplayCutout_shortEdges()
449 mWindow.mAttrs.layoutInDisplayCutoutMode = LAYOUT_IN_DISPLAY_CUTOUT_MODE_ALWAYS; in layoutWindowLw_withDisplayCutout_always()
505 mWindow.mAttrs.layoutInDisplayCutoutMode = LAYOUT_IN_DISPLAY_CUTOUT_MODE_ALWAYS; in layoutWindowLw_withDisplayCutout_fullscreenInCutout()
586 mWindow.mAttrs.layoutInDisplayCutoutMode = LAYOUT_IN_DISPLAY_CUTOUT_MODE_ALWAYS; in layoutWindowLw_withDisplayCutout_fullscreenInCutout_landscape()
616 mWindow.mAttrs.layoutInDisplayCutoutMode = LAYOUT_IN_DISPLAY_CUTOUT_MODE_NEVER; in layoutWindowLw_withLongEdgeDisplayCutout_never()
632 mWindow.mAttrs.layoutInDisplayCutoutMode = LAYOUT_IN_DISPLAY_CUTOUT_MODE_SHORT_EDGES; in layoutWindowLw_withLongEdgeDisplayCutout_shortEdges()
648 mWindow.mAttrs.layoutInDisplayCutoutMode = LAYOUT_IN_DISPLAY_CUTOUT_MODE_ALWAYS; in layoutWindowLw_withLongEdgeDisplayCutout_always()
/aosp12/frameworks/base/tests/TaskOrganizerTest/src/com/android/test/taskembed/
H A DTaskOrganizerMultiWindowTest.java94 getWindow().getAttributes().layoutInDisplayCutoutMode = in onCreate()
171 getWindow().getAttributes().layoutInDisplayCutoutMode = in onCreate()
187 getWindow().getAttributes().layoutInDisplayCutoutMode = in onCreate()
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/test-apps/flickerapp/src/com/android/wm/shell/flicker/testapp/
H A DSimpleActivity.java28 p.layoutInDisplayCutoutMode = WindowManager.LayoutParams in onCreate()
H A DImeActivity.java39 p.layoutInDisplayCutoutMode = WindowManager.LayoutParams in onCreate()
H A DPipActivity.java141 layoutParams.layoutInDisplayCutoutMode = WindowManager.LayoutParams in onCreate()
/aosp12/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/
H A DSimpleActivity.java28 p.layoutInDisplayCutoutMode = WindowManager.LayoutParams in onCreate()
H A DImeActivity.java29 p.layoutInDisplayCutoutMode = WindowManager.LayoutParams in onCreate()
H A DButtonActivity.java30 p.layoutInDisplayCutoutMode = WindowManager.LayoutParams in onCreate()
H A DLaunchNewTaskActivity.java32 p.layoutInDisplayCutoutMode = WindowManager.LayoutParams in onCreate()
H A DSeamlessRotationActivity.java64 p.layoutInDisplayCutoutMode = WindowManager.LayoutParams in enableSeamlessRotation()
/aosp12/frameworks/base/core/java/android/view/
H A DWindowManager.java3203 public int layoutInDisplayCutoutMode = LAYOUT_IN_DISPLAY_CUTOUT_MODE_DEFAULT; field in WindowManager.LayoutParams
3884 out.writeInt(layoutInDisplayCutoutMode); in writeToParcel()
3965 layoutInDisplayCutoutMode = in.readInt(); in LayoutParams()
4132 if (layoutInDisplayCutoutMode != o.layoutInDisplayCutoutMode) { in copyFrom()
4133 layoutInDisplayCutoutMode = o.layoutInDisplayCutoutMode; in copyFrom()
4392 if (layoutInDisplayCutoutMode != 0) { in toString()
4394 sb.append(layoutInDisplayCutoutModeToString(layoutInDisplayCutoutMode)); in toString()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/legacysplitscreen/
H A DDividerWindowManager.java64 mLp.layoutInDisplayCutoutMode = LAYOUT_IN_DISPLAY_CUTOUT_MODE_ALWAYS; in add()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/
H A DSystemUIOverlayWindowController.java108 mLp.layoutInDisplayCutoutMode = LAYOUT_IN_DISPLAY_CUTOUT_MODE_ALWAYS; in attach()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/charging/
H A DWiredChargingRippleController.kt73 layoutInDisplayCutoutMode = WindowManager.LayoutParams.LAYOUT_IN_DISPLAY_CUTOUT_MODE_ALWAYS
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/charging/
H A DWirelessChargingAnimation.java125 params.layoutInDisplayCutoutMode = in WirelessChargingView()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/
H A DUnfoldLightRevealOverlayAnimation.kt195 params.layoutInDisplayCutoutMode =
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsImpl.java118 window.getAttributes().layoutInDisplayCutoutMode = LAYOUT_IN_DISPLAY_CUTOUT_MODE_ALWAYS; in showShutdownUi()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DStartingSurfaceDrawer.java258 params.layoutInDisplayCutoutMode = a.getInt( in addSplashScreenStartingWindow()
260 params.layoutInDisplayCutoutMode); in addSplashScreenStartingWindow()
H A DTaskSnapshotWindow.java195 layoutParams.layoutInDisplayCutoutMode = attrs.layoutInDisplayCutoutMode; in create()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
H A DOneHandedTutorialHandler.java199 lp.layoutInDisplayCutoutMode = LAYOUT_IN_DISPLAY_CUTOUT_MODE_ALWAYS; in getTutorialTargetLayoutParams()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/window/
H A DStatusBarWindowController.java231 lp.layoutInDisplayCutoutMode = LAYOUT_IN_DISPLAY_CUTOUT_MODE_ALWAYS;
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskSnapshotSurface.java211 layoutParams.layoutInDisplayCutoutMode = attrs.layoutInDisplayCutoutMode; in create()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipDismissTargetHandler.java300 lp.layoutInDisplayCutoutMode = LAYOUT_IN_DISPLAY_CUTOUT_MODE_ALWAYS; in getDismissTargetLayoutParams()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DSidefpsController.kt127 layoutInDisplayCutoutMode = WindowManager.LayoutParams.LAYOUT_IN_DISPLAY_CUTOUT_MODE_ALWAYS

12