Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarPanelButtonView.java43 private int mPanelLayoutRes; field in CarSystemBarPanelButtonView
96 mPanelLayoutRes = typedArray.getResourceId( in init()
126 return mPanelLayoutRes; in getPanelContentLayout()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/statusicon/
DStatusIconPanelViewController.java80 private final int mPanelLayoutRes; field in StatusIconPanelViewController
204 mPanelLayoutRes = layoutRes; in StatusIconPanelViewController()
242 && mPanelLayoutRes == R.layout.qc_profile_switcher) { in onInit()
343 if (mPanelWidthRes == 0 || mPanelLayoutRes == 0) { in createPanel()
350 mPanelContent = (ViewGroup) LayoutInflater.from(mContext).inflate(mPanelLayoutRes, in createPanel()