Home
last modified time | relevance | path

Searched refs:mWindowLayoutParams (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/
H A DClipboardOverlayWindow.java49 private final WindowManager.LayoutParams mWindowLayoutParams; field in ClipboardOverlayWindow
67 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()
/aosp14/frameworks/base/core/java/com/android/internal/view/inline/
H A DInlineTooltipUi.java56 private WindowManager.LayoutParams mWindowLayoutParams; field in InlineTooltipUi
146 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()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotController.java272 private final WindowManager.LayoutParams mWindowLayoutParams; field in ScreenshotController
377 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);
/aosp14/frameworks/base/core/java/android/view/autofill/
H A DAutofillPopupWindow.java49 private WindowManager.LayoutParams mWindowLayoutParams; field in AutofillPopupWindow
101 return mWindowLayoutParams; in getDecorViewLayoutParams()
277 final WindowManager.LayoutParams p = mWindowLayoutParams = createPopupLayoutParams( in showAsDropDown()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt59461 Landroid/view/autofill/AutofillPopupWindow;->mWindowLayoutParams:Landroid/view/WindowManager$Layout…