Searched refs:carTabItemView (Results 1 – 1 of 1) sorted by relevance
223 LinearLayout carTabItemView = new LinearLayout(mContext); in createCarTabItemView() local224 carTabItemView.setOrientation(LinearLayout.VERTICAL); in createCarTabItemView()225 carTabItemView.setGravity(Gravity.CENTER); in createCarTabItemView()226 carTabItemView.setPadding(mTabPaddingX, 0, mTabPaddingX, 0); in createCarTabItemView()229 carTabItemView.setBackground(backgroundDrawable); in createCarTabItemView()230 return carTabItemView; in createCarTabItemView()285 ViewGroup carTabItemView = mCarTabLayout.createCarTabItemView(); in getView() local286 LayoutInflater.from(mContext).inflate(mCarTabItemLayoutRes, carTabItemView, true); in getView()288 presentCarTabItemView(position, carTabItemView); in getView()289 return carTabItemView; in getView()[all …]