Searched refs:mHunWindow (Results 1 – 1 of 1) sorted by relevance
38 private final ViewGroup mHunWindow; field in CarHeadsUpNotificationContainer47 mHunWindow = (ViewGroup) LayoutInflater.from(context).inflate( in CarHeadsUpNotificationContainer()50 mHunContent = mHunWindow.findViewById(R.id.headsup_content); in CarHeadsUpNotificationContainer()51 mHunWindow.setVisibility(View.INVISIBLE); in CarHeadsUpNotificationContainer()52 windowManager.addView(mHunWindow, getWindowManagerLayoutParams()); in CarHeadsUpNotificationContainer()143 return mHunWindow; in getHunWindow()