Home
last modified time | relevance | path

Searched refs:mWindowLayoutParams (Results 1 – 3 of 3) 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.java447 private WindowManager.LayoutParams mWindowLayoutParams; field in GlobalScreenshot
500 mWindowLayoutParams = new WindowManager.LayoutParams( in GlobalScreenshot()
507 mWindowLayoutParams.setTitle("ScreenshotAnimation"); in GlobalScreenshot()
508 mWindowLayoutParams.layoutInDisplayCutoutMode = LAYOUT_IN_DISPLAY_CUTOUT_MODE_ALWAYS; in GlobalScreenshot()
613 mWindowManager.addView(mScreenshotLayout, mWindowLayoutParams); in takeScreenshotPartial()
692 mWindowManager.addView(mScreenshotLayout, mWindowLayoutParams); in startAnimation()
/frameworks/base/config/
Dhiddenapi-private-dex.txt92454 Landroid/view/autofill/AutofillPopupWindow;->mWindowLayoutParams:Landroid/view/WindowManager$Layout…