Home | History | Annotate | Download | only in widget

Lines Matching refs:TabWidget

55     private TabWidget mTabWidget;
83 com.android.internal.R.styleable.TabWidget,
90 // In case the tabWidgetStyle does not inherit from Widget.TabWidget and tabLayout is
126 mTabWidget = (TabWidget) findViewById(com.android.internal.R.id.tabs);
129 "Your TabHost must have a TabWidget whose id attribute is 'android.R.id.tabs'");
152 mTabWidget.setTabSelectionListener(new TabWidget.OnTabSelectionChanged() {
171 /* avoid super class behavior - TabWidget sends the right events */
257 public TabWidget getTabWidget() {
301 * Get the location of the TabWidget.
303 * @return The TabWidget location.