Searched refs:mTabLayout (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DScrollingTabContainerView.java51 private LinearLayout mTabLayout; field in class:ScrollingTabContainerView
72 mTabLayout = (LinearLayout) mInflater.inflate(R.layout.abc_action_bar_tabbar, this, false);
73 addView(mTabLayout, new ViewGroup.LayoutParams(ViewGroup.LayoutParams.WRAP_CONTENT,
83 final int childCount = mTabLayout.getChildCount();
102 mTabLayout.measure(MeasureSpec.UNSPECIFIED, heightMeasureSpec);
103 if (mTabLayout.getMeasuredWidth() > MeasureSpec.getSize(widthMeasureSpec)) {
143 removeView(mTabLayout);
162 addView(mTabLayout, new ViewGroup.LayoutParams(ViewGroup.LayoutParams.WRAP_CONTENT,
170 final int tabCount = mTabLayout.getChildCount();
172 final View child = mTabLayout
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DScrollingTabContainerView.java57 private LinearLayout mTabLayout; field in class:ScrollingTabContainerView
81 mTabLayout = createTabLayout();
82 addView(mTabLayout, new ViewGroup.LayoutParams(ViewGroup.LayoutParams.WRAP_CONTENT,
92 final int childCount = mTabLayout.getChildCount();
111 mTabLayout.measure(MeasureSpec.UNSPECIFIED, heightMeasureSpec);
112 if (mTabLayout.getMeasuredWidth() > MeasureSpec.getSize(widthMeasureSpec)) {
150 removeView(mTabLayout);
167 addView(mTabLayout, new ViewGroup.LayoutParams(ViewGroup.LayoutParams.WRAP_CONTENT,
175 final int tabCount = mTabLayout.getChildCount();
177 final View child = mTabLayout
[all...]

Completed in 82 milliseconds