Searched refs:tabIndicator (Results 1 – 1 of 1) sorted by relevance
223 View tabIndicator = tabSpec.mIndicatorStrategy.createIndicatorView(); in addTab() local224 tabIndicator.setOnKeyListener(mTabKeyListener); in addTab()232 mTabWidget.addView(tabIndicator); in addTab()543 View tabIndicator = inflater.inflate(mTabLayoutId, in createIndicatorView() local547 final TextView tv = (TextView) tabIndicator.findViewById(R.id.title); in createIndicatorView()552 tabIndicator.setBackgroundResource(R.drawable.tab_indicator_v4); in createIndicatorView()556 return tabIndicator; in createIndicatorView()577 View tabIndicator = inflater.inflate(mTabLayoutId, in createIndicatorView() local581 final TextView tv = (TextView) tabIndicator.findViewById(R.id.title); in createIndicatorView()582 final ImageView iconView = (ImageView) tabIndicator.findViewById(R.id.icon); in createIndicatorView()[all …]