Searched refs:mWindowLayoutParams (Results 1 – 3 of 3) sorted by relevance
49 private WindowManager.LayoutParams mWindowLayoutParams; field in AutofillPopupWindow101 return mWindowLayoutParams; in getDecorViewLayoutParams()275 final WindowManager.LayoutParams p = mWindowLayoutParams = createPopupLayoutParams( in showAsDropDown()
473 private WindowManager.LayoutParams mWindowLayoutParams; field in GlobalScreenshot524 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()
79154 Landroid/view/autofill/AutofillPopupWindow;->mWindowLayoutParams:Landroid/view/WindowManager$Layout…