Home
last modified time | relevance | path

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

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