Home | History | Annotate | Download | only in launcher2

Lines Matching full:tabs

71      * Convenience methods to select specific tabs.  We want to set the content type immediately
74 * tabs manually).
91 * Setup the tab host and create all necessary tabs.
99 final TabWidget tabs = getTabWidget();
102 mTabs = tabs;
107 if (tabs == null || mAppsCustomizePane == null) throw new Resources.NotFoundException();
109 // Configure the tabs content factory to return the same paged view (that we change the
117 // Create the tabs
121 tabView = (TextView) mLayoutInflater.inflate(R.layout.tab_widget_indicator, tabs, false);
126 tabView = (TextView) mLayoutInflater.inflate(R.layout.tab_widget_indicator, tabs, false);
134 View lastTab = tabs.getChildTabViewAt(tabs.getTabCount() - 1);