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.java48 private WindowManager.LayoutParams mWindowLayoutParams; field in AutofillPopupWindow
84 return mWindowLayoutParams; in getDecorViewLayoutParams()
202 final WindowManager.LayoutParams p = mWindowLayoutParams = createPopupLayoutParams( in showAsDropDown()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DGlobalScreenshot.java421 private WindowManager.LayoutParams mWindowLayoutParams; field in GlobalScreenshot
474 mWindowLayoutParams = new WindowManager.LayoutParams( in GlobalScreenshot()
482 mWindowLayoutParams.setTitle("ScreenshotAnimation"); in GlobalScreenshot()
620 mWindowManager.addView(mScreenshotLayout, mWindowLayoutParams); in takeScreenshotPartial()
692 mWindowManager.addView(mScreenshotLayout, mWindowLayoutParams); in startAnimation()