Searched refs:layoutInDisplayCutoutMode (Results 1 – 20 of 20) sorted by relevance
65 assertThat(mPhoneWindow.getAttributes().layoutInDisplayCutoutMode, in layoutInDisplayCutoutMode_unset()74 assertThat(mPhoneWindow.getAttributes().layoutInDisplayCutoutMode, in layoutInDisplayCutoutMode_default()83 assertThat(mPhoneWindow.getAttributes().layoutInDisplayCutoutMode, in layoutInDisplayCutoutMode_shortEdges()92 assertThat(mPhoneWindow.getAttributes().layoutInDisplayCutoutMode, in layoutInDisplayCutoutMode_never()
28 p.layoutInDisplayCutoutMode = WindowManager.LayoutParams in onCreate()
32 p.layoutInDisplayCutoutMode = WindowManager.LayoutParams in onCreate()
64 p.layoutInDisplayCutoutMode = WindowManager.LayoutParams in enableSeamlessRotation()
2425 public int layoutInDisplayCutoutMode = LAYOUT_IN_DISPLAY_CUTOUT_MODE_DEFAULT; field in WindowManager.LayoutParams2752 out.writeInt(layoutInDisplayCutoutMode); in writeToParcel()2808 layoutInDisplayCutoutMode = in.readInt(); in LayoutParams()2947 if (layoutInDisplayCutoutMode != o.layoutInDisplayCutoutMode) { in copyFrom()2948 layoutInDisplayCutoutMode = o.layoutInDisplayCutoutMode; in copyFrom()3136 if (layoutInDisplayCutoutMode != 0) { in toString()3138 sb.append(layoutInDisplayCutoutModeToString(layoutInDisplayCutoutMode)); in toString()
1942 final boolean dispatchCutout = (mWindowAttributes.layoutInDisplayCutoutMode in dispatchApplyInsets()
59 mLp.layoutInDisplayCutoutMode = LAYOUT_IN_DISPLAY_CUTOUT_MODE_ALWAYS; in add()
213 mWindow.mAttrs.layoutInDisplayCutoutMode = LAYOUT_IN_DISPLAY_CUTOUT_MODE_NEVER; in layoutWindowLw_withDisplayCutout_never()271 mWindow.mAttrs.layoutInDisplayCutoutMode = LAYOUT_IN_DISPLAY_CUTOUT_MODE_ALWAYS; in layoutWindowLw_withDisplayCutout_fullscreenInCutout()370 mWindow.mAttrs.layoutInDisplayCutoutMode = LAYOUT_IN_DISPLAY_CUTOUT_MODE_ALWAYS; in layoutWindowLw_withDisplayCutout_fullscreenInCutout_landscape()
836 win.getAttrs().layoutInDisplayCutoutMode = LAYOUT_IN_DISPLAY_CUTOUT_MODE_SHORT_EDGES; in testCalculateSystemGestureExclusion_immersiveStickyLegacyWindow()
105 window.getAttributes().layoutInDisplayCutoutMode = LAYOUT_IN_DISPLAY_CUTOUT_MODE_ALWAYS; in showShutdownUi()
281 attrs.layoutInDisplayCutoutMode = LAYOUT_IN_DISPLAY_CUTOUT_MODE_ALWAYS; in handleShow()
189 mLp.layoutInDisplayCutoutMode = LAYOUT_IN_DISPLAY_CUTOUT_MODE_ALWAYS; in add()
830 attrs.layoutInDisplayCutoutMode = LAYOUT_IN_DISPLAY_CUTOUT_MODE_SHORT_EDGES; in adjustWindowParamsLw()2222 final int cutoutMode = attrs.layoutInDisplayCutoutMode; in layoutWindowLw()3741 lp.layoutInDisplayCutoutMode = LAYOUT_IN_DISPLAY_CUTOUT_MODE_SHORT_EDGES; in enablePointerLocation()
3427 if (mAttrs.layoutInDisplayCutoutMode == LAYOUT_IN_DISPLAY_CUTOUT_MODE_ALWAYS) { in isLetterboxedForDisplayCutoutLw()
661 mWindowLayoutParams.layoutInDisplayCutoutMode = LAYOUT_IN_DISPLAY_CUTOUT_MODE_ALWAYS; in GlobalScreenshot()
758 lp.layoutInDisplayCutoutMode = LAYOUT_IN_DISPLAY_CUTOUT_MODE_ALWAYS; in getWindowLayoutParams()
2504 params.layoutInDisplayCutoutMode = mode; in generateLayout()
53289 field public int layoutInDisplayCutoutMode;
53433 field public int layoutInDisplayCutoutMode;