Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarHeadsUpNotificationManager.java88 protected final View mHeadsUpPanel; field in CarHeadsUpNotificationManager
118 mHeadsUpPanel = createHeadsUpPanel(); in CarHeadsUpNotificationManager()
119 mHeadsUpContentFrame = mHeadsUpPanel.findViewById(R.id.headsup_content); in CarHeadsUpNotificationManager()
146 mHeadsUpPanel.setVisibility(View.INVISIBLE); in addHeadsUpPanelToDisplay()
147 mWindowManager.addView(mHeadsUpPanel, wrapperParams); in addHeadsUpPanelToDisplay()
154 mHeadsUpPanel.setVisibility(View.VISIBLE); in setHeadsUpVisible()
502 if (mHeadsUpPanel.getVisibility() != View.VISIBLE) return; in setInternalInsetsInfo()
625 mHeadsUpPanel.setVisibility(View.INVISIBLE); in removeNotificationFromPanel()