Home
last modified time | relevance | path

Searched defs: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
285 ViewGroup carTabItemView = mCarTabLayout.createCarTabItemView(); in getView() local
320 View carTabItemView = mCarTabLayout.getChildAt(position); in notifyItemChanged() local
329 private void presentCarTabItemView(int position, @NonNull View carTabItemView) { in presentCarTabItemView()