Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/widget/
DCarTabLayout.java223 LinearLayout carTabItemView = new LinearLayout(mContext); in createCarTabItemView() local
224 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() local
286 LayoutInflater.from(mContext).inflate(mCarTabItemLayoutRes, carTabItemView, true); in getView()
288 presentCarTabItemView(position, carTabItemView); in getView()
289 return carTabItemView; in getView()
[all …]