Searched defs:carTabItemView (Results 1 – 1 of 1) sorted by relevance
223 LinearLayout carTabItemView = new LinearLayout(mContext); in createCarTabItemView() local285 ViewGroup carTabItemView = mCarTabLayout.createCarTabItemView(); in getView() local320 View carTabItemView = mCarTabLayout.getChildAt(position); in notifyItemChanged() local329 private void presentCarTabItemView(int position, @NonNull View carTabItemView) { in presentCarTabItemView()