Lines Matching refs:tab
34 * trick. Normally a tab host has a simple API for supplying a View or
35 * Intent that each tab will show. This is not sufficient for switching
36 * between pages. So instead we make the content part of the tab host
38 * view to show as the tab content. It listens to changes in tabs, and takes
40 * tab changes.
137 // Unfortunately when TabHost changes the current tab, it kindly
148 // Scroll the current tab into visibility if needed.
149 View tab = widget.getChildTabViewAt(position);
150 mTempRect.set(tab.getLeft(), tab.getTop(), tab.getRight(), tab.getBottom());