Home
last modified time | relevance | path

Searched refs:mWindowLayoutParams (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/autofill/
DAutofillPopupWindow.java49 private WindowManager.LayoutParams mWindowLayoutParams; field in AutofillPopupWindow
101 return mWindowLayoutParams; in getDecorViewLayoutParams()
275 final WindowManager.LayoutParams p = mWindowLayoutParams = createPopupLayoutParams( in showAsDropDown()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DGlobalScreenshot.java473 private WindowManager.LayoutParams mWindowLayoutParams; field in GlobalScreenshot
524 mWindowLayoutParams = new WindowManager.LayoutParams( in GlobalScreenshot()
531 mWindowLayoutParams.setTitle("ScreenshotAnimation"); in GlobalScreenshot()
532 mWindowLayoutParams.layoutInDisplayCutoutMode = LAYOUT_IN_DISPLAY_CUTOUT_MODE_ALWAYS; in GlobalScreenshot()
622 mWindowManager.addView(mScreenshotLayout, mWindowLayoutParams); in takeScreenshotPartial()
701 mWindowManager.addView(mScreenshotLayout, mWindowLayoutParams); in startAnimation()