Lines Matching full:tabs
65 * Convenience methods to select specific tabs. We want to set the content type immediately
68 * tabs manually).
84 * Setup the tab host and create all necessary tabs.
92 final TabWidget tabs = (TabWidget) findViewById(com.android.internal.R.id.tabs);
95 mTabs = tabs;
100 if (tabs == null || mAppsCustomizePane == null) throw new Resources.NotFoundException();
102 // Configure the tabs content factory to return the same paged view (that we change the
110 // Create the tabs
114 tabView = (TextView) mLayoutInflater.inflate(R.layout.tab_widget_indicator, tabs, false);
119 tabView = (TextView) mLayoutInflater.inflate(R.layout.tab_widget_indicator, tabs, false);
127 View lastTab = tabs.getChildTabViewAt(tabs.getTabCount() - 1);