Searched refs:mTabLayout (Results 1 – 1 of 1) sorted by relevance
66 LinearLayoutCompat mTabLayout; field in ScrollingTabContainerView91 mTabLayout = createTabLayout(); in ScrollingTabContainerView()92 addView(mTabLayout, new ViewGroup.LayoutParams(ViewGroup.LayoutParams.WRAP_CONTENT, in ScrollingTabContainerView()102 final int childCount = mTabLayout.getChildCount(); in onMeasure()121 mTabLayout.measure(MeasureSpec.UNSPECIFIED, heightMeasureSpec); in onMeasure()122 if (mTabLayout.getMeasuredWidth() > MeasureSpec.getSize(widthMeasureSpec)) { in onMeasure()160 removeView(mTabLayout); in performCollapse()177 addView(mTabLayout, new ViewGroup.LayoutParams(ViewGroup.LayoutParams.WRAP_CONTENT, in performExpand()185 final int tabCount = mTabLayout.getChildCount(); in setTabSelected()187 final View child = mTabLayout.getChildAt(i); in setTabSelected()[all …]