Searched defs:tabView (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarContainer.java227 public void setTabContainer(ScrollingTabContainerView tabView) { argument
231 mTabContainer = tabView;
232 if (tabView != null) {
233 addView(tabView);
234 final ViewGroup.LayoutParams lp = tabView.getLayoutParams();
237 tabView.setAllowCollapse(false);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActionBarContainer.java187 public void setTabContainer(ScrollingTabContainerView tabView) { argument
191 mTabContainer = tabView;
192 if (tabView != null) {
193 addView(tabView);
194 final ViewGroup.LayoutParams lp = tabView.getLayoutParams();
197 tabView.setAllowCollapse(false);

Completed in 72 milliseconds