Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/statusicon/
DStatusIconPanelViewController.java92 private ViewGroup mPanelContent; field in StatusIconPanelViewController
111 if (mPanelContent != null) {
112 mPanelContent.invalidateOutline();
350 mPanelContent = (ViewGroup) LayoutInflater.from(mContext).inflate(mPanelLayoutRes, in createPanel()
353 mPanelContent.setOutlineProvider(new DrawableViewOutlineProvider(panelBackgroundDrawable)); in createPanel()
354 mPanelContent.setClipToOutline(true); in createPanel()
355 mPanelContent.addOnLayoutChangeListener(mPanelContentLayoutChangeListener); in createPanel()
358 initQCElementViews(mPanelContent); in createPanel()
361 mPanel = new PopupWindow(mPanelContent, panelWidth, WRAP_CONTENT); in createPanel()
398 if (mPanelContent == null) { in registerFocusListener()
[all …]