Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/headsup/
H A DCarHeadsUpNotificationContainer.java38 private final ViewGroup mHunWindow; field in CarHeadsUpNotificationContainer
45 mHunWindow = (ViewGroup) LayoutInflater.from(context).inflate( in CarHeadsUpNotificationContainer()
48 mHunContent = mHunWindow.findViewById(R.id.headsup_content); in CarHeadsUpNotificationContainer()
49 mHunWindow.setVisibility(View.INVISIBLE); in CarHeadsUpNotificationContainer()
50 windowManager.addView(mHunWindow, getWindowManagerLayoutParams()); in CarHeadsUpNotificationContainer()
137 return mHunWindow; in getHunWindow()