Searched refs:mPanelLayoutRes (Results 1 – 2 of 2) sorted by relevance
43 private int mPanelLayoutRes; field in CarSystemBarPanelButtonView96 mPanelLayoutRes = typedArray.getResourceId( in init()126 return mPanelLayoutRes; in getPanelContentLayout()
80 private final int mPanelLayoutRes; field in StatusIconPanelViewController204 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()