Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/headsup/
H A DCarHeadsUpNotificationContainer.java50 windowManager.addView(mHunWindow, getWindowManagerLayoutParams()); in CarHeadsUpNotificationContainer()
57 protected abstract WindowManager.LayoutParams getWindowManagerLayoutParams(); in getWindowManagerLayoutParams() method in CarHeadsUpNotificationContainer
H A DCarHeadsUpNotificationAppContainer.java37 protected WindowManager.LayoutParams getWindowManagerLayoutParams() { in getWindowManagerLayoutParams() method in CarHeadsUpNotificationAppContainer
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
H A DCarHeadsUpNotificationSystemContainer.java54 protected WindowManager.LayoutParams getWindowManagerLayoutParams() { in getWindowManagerLayoutParams() method in CarHeadsUpNotificationSystemContainer
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/headsup/
H A DCarHeadsUpNotificationContainerTest.java64 protected WindowManager.LayoutParams getWindowManagerLayoutParams() { in setup()