/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
H A D | TaskbarActivityContext.java | 101 private WindowManager.LayoutParams mWindowLayoutParams; field in TaskbarActivityContext 188 mWindowLayoutParams.setTitle(WINDOW_TITLE); in init() 189 mWindowLayoutParams.packageName = getPackageName(); in init() 190 mWindowLayoutParams.gravity = Gravity.BOTTOM; in init() 191 mWindowLayoutParams.setFitInsetsTypes(0); in init() 194 mWindowLayoutParams.privateFlags = in init() 199 mWindowLayoutParams, in init() 446 mWindowLayoutParams.height = height; in setTaskbarWindowHeight() 447 mWindowLayoutParams.providedInternalImeInsets = in setTaskbarWindowHeight() 564 mWindowLayoutParams.privateFlags |= in excludeFromMagnificationRegion() [all …]
|
/aosp12/frameworks/base/core/java/com/android/internal/view/inline/ |
H A D | InlineTooltipUi.java | 48 private WindowManager.LayoutParams mWindowLayoutParams; field in InlineTooltipUi 113 return mWindowLayoutParams; in getDecorViewLayoutParams() 157 final WindowManager.LayoutParams p = mWindowLayoutParams = createPopupLayoutParams( in showAsDropDown() 208 mWindowLayoutParams = params; in show() 327 if (mWindowLayoutParams != null) { in dump() 328 pw.print(prefix2); pw.print("params: "); pw.println(mWindowLayoutParams); in dump()
|
/aosp12/packages/apps/Nfc/src/com/android/nfc/beam/ |
H A D | SendUi.java | 145 final WindowManager.LayoutParams mWindowLayoutParams; field in SendUi 236 mWindowLayoutParams = new WindowManager.LayoutParams(ViewGroup.LayoutParams.MATCH_PARENT, in SendUi() 243 mWindowLayoutParams.privateFlags |= in SendUi() 245 mWindowLayoutParams.layoutInDisplayCutoutMode = LAYOUT_IN_DISPLAY_CUTOUT_MODE_ALWAYS; in SendUi() 246 mWindowLayoutParams.token = new Binder(); in SendUi() 314 window.setContentView(mScreenshotLayout, mWindowLayoutParams); in SendUi() 397 mWindowLayoutParams.screenOrientation = in showPreSend() 401 mWindowLayoutParams.screenOrientation = in showPreSend() 405 mWindowLayoutParams.screenOrientation = in showPreSend() 410 mWindowManager.addView(mDecor, mWindowLayoutParams); in showPreSend()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
H A D | ScreenshotController.java | 251 private final WindowManager.LayoutParams mWindowLayoutParams; field in ScreenshotController 329 mWindowLayoutParams = new WindowManager.LayoutParams( in ScreenshotController() 338 mWindowLayoutParams.setTitle("ScreenshotAnimation"); in ScreenshotController() 339 mWindowLayoutParams.layoutInDisplayCutoutMode = in ScreenshotController() 341 mWindowLayoutParams.setFitInsetsTypes(0); in ScreenshotController() 771 mWindowManager.addView(decorView, mWindowLayoutParams); in attachWindow() 996 int flags = mWindowLayoutParams.flags; in setWindowFocusable() 998 mWindowLayoutParams.flags &= ~WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE; in setWindowFocusable() 1000 mWindowLayoutParams.flags |= WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE; in setWindowFocusable() 1002 if (mWindowLayoutParams.flags == flags) { in setWindowFocusable() [all …]
|
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/view/ |
H A D | RecyclerViewCaptureHelperTest.java | 68 private WindowManager.LayoutParams mWindowLayoutParams; field in RecyclerViewCaptureHelperTest 94 mWindowLayoutParams = new WindowManager.LayoutParams(WINDOW_WIDTH, WINDOW_HEIGHT, in setUp() 96 mWindowLayoutParams.setTitle("ScrollViewCaptureHelper"); in setUp() 97 mWindowLayoutParams.gravity = Gravity.CENTER; in setUp() 98 mWm.addView(mParent, mWindowLayoutParams); in setUp()
|
H A D | ScrollViewCaptureHelperTest.java | 59 private WindowManager.LayoutParams mWindowLayoutParams; field in ScrollViewCaptureHelperTest 105 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()
|
/aosp12/frameworks/base/core/java/android/view/autofill/ |
H A D | AutofillPopupWindow.java | 49 private WindowManager.LayoutParams mWindowLayoutParams; field in AutofillPopupWindow 101 return mWindowLayoutParams; in getDecorViewLayoutParams() 277 final WindowManager.LayoutParams p = mWindowLayoutParams = createPopupLayoutParams( in showAsDropDown()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 62784 Landroid/view/autofill/AutofillPopupWindow;->mWindowLayoutParams:Landroid/view/WindowManager$Layout…
|