Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleController.java175 private WindowManager.LayoutParams mWmLayoutParams; field in BubbleController
608 mWmLayoutParams = new WindowManager.LayoutParams( in addToWindowManagerMaybe()
620 mWmLayoutParams.setTrustedOverlay(); in addToWindowManagerMaybe()
621 mWmLayoutParams.setFitInsetsTypes(0); in addToWindowManagerMaybe()
623 mWmLayoutParams.token = new Binder(); in addToWindowManagerMaybe()
624 mWmLayoutParams.setTitle("Bubbles!"); in addToWindowManagerMaybe()
625 mWmLayoutParams.packageName = mContext.getPackageName(); in addToWindowManagerMaybe()
626 mWmLayoutParams.layoutInDisplayCutoutMode = LAYOUT_IN_DISPLAY_CUTOUT_MODE_ALWAYS; in addToWindowManagerMaybe()
632 mWindowManager.addView(mStackView, mWmLayoutParams); in addToWindowManagerMaybe()
656 mWmLayoutParams.flags = interceptBack in updateWindowFlagsForBackpress()
[all …]