Searched refs:mWindowLayoutParams (Results 1 – 3 of 3) sorted by relevance
58 private WindowManager.LayoutParams mWindowLayoutParams; field in ScrollViewCaptureHelperTest105 mWindowLayoutParams = new WindowManager.LayoutParams(WINDOW_WIDTH, WINDOW_HEIGHT, in setUp()107 mWindowLayoutParams.setTitle("ScrollViewCaptureHelper"); in setUp()108 mWindowLayoutParams.gravity = Gravity.CENTER; in setUp()109 mWm.addView(mParent, mWindowLayoutParams); in setUp()
197 private final WindowManager.LayoutParams mWindowLayoutParams; field in GlobalScreenshot267 mWindowLayoutParams = new WindowManager.LayoutParams( in GlobalScreenshot()277 mWindowLayoutParams.setTitle("ScreenshotAnimation"); in GlobalScreenshot()278 mWindowLayoutParams.layoutInDisplayCutoutMode = LAYOUT_IN_DISPLAY_CUTOUT_MODE_ALWAYS; in GlobalScreenshot()279 mWindowLayoutParams.setFitInsetsTypes(0 /* types */); in GlobalScreenshot()469 mWindowManager.addView(mScreenshotLayout, mWindowLayoutParams); in reloadAssets()480 mWindowLayoutParams.flags &= ~FLAG_NOT_FOCUSABLE; in setWindowFocusable()482 mWindowLayoutParams.flags |= FLAG_NOT_FOCUSABLE; in setWindowFocusable()485 mWindowManager.updateViewLayout(mScreenshotLayout, mWindowLayoutParams); in setWindowFocusable()596 mWindowManager.addView(mScreenshotLayout, mWindowLayoutParams); in takeScreenshotPartial()[all …]
49 private WindowManager.LayoutParams mWindowLayoutParams; field in AutofillPopupWindow101 return mWindowLayoutParams; in getDecorViewLayoutParams()277 final WindowManager.LayoutParams p = mWindowLayoutParams = createPopupLayoutParams( in showAsDropDown()