Searched refs:mPanelWidthRes (Results 1 – 2 of 2) sorted by relevance
45 private int mPanelWidthRes; field in CarSystemBarPanelButtonView99 mPanelWidthRes = typedArray.getResourceId( in init()131 return mPanelWidthRes; in getPanelWidth()
82 private final int mPanelWidthRes; field in StatusIconPanelViewController205 mPanelWidthRes = widthRes; in StatusIconPanelViewController()343 if (mPanelWidthRes == 0 || mPanelLayoutRes == 0) { in createPanel()347 int panelWidth = mContext.getResources().getDimensionPixelSize(mPanelWidthRes); in createPanel()