Searched refs:mWindowLayoutParams (Results 1 – 5 of 5) sorted by relevance
49 private final WindowManager.LayoutParams mWindowLayoutParams; field in ClipboardOverlayWindow67 mWindowLayoutParams = FloatingWindowUtil.getFloatingWindowParams(); in ClipboardOverlayWindow()68 mWindowLayoutParams.setTitle("ClipboardOverlay"); in ClipboardOverlayWindow()150 mWindowManager.addView(decorView, mWindowLayoutParams); in attach()160 int flags = mWindowLayoutParams.flags; in setWindowFocusable()162 mWindowLayoutParams.flags &= ~WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE; in setWindowFocusable()164 mWindowLayoutParams.flags |= WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE; in setWindowFocusable()166 if (mWindowLayoutParams.flags == flags) { in setWindowFocusable()171 mWindowManager.updateViewLayout(decorView, mWindowLayoutParams); in setWindowFocusable()
56 private WindowManager.LayoutParams mWindowLayoutParams; field in InlineTooltipUi146 return mWindowLayoutParams; in getDecorViewLayoutParams()261 final WindowManager.LayoutParams p = mWindowLayoutParams = createPopupLayoutParams( in showAsDropDown()311 mWindowLayoutParams = params; in show()433 if (mWindowLayoutParams != null) { in dump()434 pw.print(prefix2); pw.print("params: "); pw.println(mWindowLayoutParams); in dump()
272 private final WindowManager.LayoutParams mWindowLayoutParams; field in ScreenshotController377 mWindowLayoutParams = FloatingWindowUtil.getFloatingWindowParams(); in ScreenshotController()378 mWindowLayoutParams.setTitle("ScreenshotAnimation"); in ScreenshotController()871 mWindowManager.addView(decorView, mWindowLayoutParams); in attachWindow()1145 int flags = mWindowLayoutParams.flags;1147 mWindowLayoutParams.flags &= ~WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE;1149 mWindowLayoutParams.flags |= WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE;1151 if (mWindowLayoutParams.flags == flags) {1159 mWindowManager.updateViewLayout(decorView, mWindowLayoutParams);
49 private WindowManager.LayoutParams mWindowLayoutParams; field in AutofillPopupWindow101 return mWindowLayoutParams; in getDecorViewLayoutParams()277 final WindowManager.LayoutParams p = mWindowLayoutParams = createPopupLayoutParams( in showAsDropDown()
59461 Landroid/view/autofill/AutofillPopupWindow;->mWindowLayoutParams:Landroid/view/WindowManager$Layout…