Home | History | Annotate | Download | only in view

Lines Matching refs:mTabStrip

80     private final SlidingTabStrip mTabStrip;
100 mTabStrip = new SlidingTabStrip(context);
101 addView(mTabStrip, LayoutParams.MATCH_PARENT, LayoutParams.WRAP_CONTENT);
112 mTabStrip.setCustomTabColorizer(tabColorizer);
120 mTabStrip.setSelectedIndicatorColors(colors);
128 mTabStrip.setDividerColors(colors);
158 mTabStrip.removeAllViews();
207 tabView = LayoutInflater.from(getContext()).inflate(mTabViewLayoutId, mTabStrip,
223 mTabStrip.addView(tabView);
237 final int tabStripChildCount = mTabStrip.getChildCount();
242 View selectedChild = mTabStrip.getChildAt(tabIndex);
260 int tabStripChildCount = mTabStrip.getChildCount();
265 mTabStrip.onViewPagerPageChanged(position, positionOffset);
267 View selectedTitle = mTabStrip.getChildAt(position);
291 mTabStrip.onViewPagerPageChanged(position, 0f);
305 for (int i = 0; i < mTabStrip.getChildCount(); i++) {
306 if (v == mTabStrip.getChildAt(i)) {