/development/samples/ApiDemos/res/layout/ |
tabs_right_gravity.xml | 17 <TabHost xmlns:android="http://schemas.android.com/apk/res/android" 18 android:id="@android:id/tabhost" 37 </TabHost>
|
tabs_scroll.xml | 17 <TabHost xmlns:android="http://schemas.android.com/apk/res/android" 18 android:id="@android:id/tabhost" 41 </TabHost>
|
/development/samples/training/TabCompat/res/layout/ |
main.xml | 18 <TabHost xmlns:android="http://schemas.android.com/apk/res/android" 19 android:id="@android:id/tabhost" 40 </TabHost>
|
/frameworks/base/core/res/res/layout/ |
tab_content.xml | 21 <TabHost 23 android:id="@android:id/tabhost" 46 </TabHost>
|
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
LaunchpadTabActivity.java | 23 import android.widget.TabHost; 36 TabHost th = getTabHost(); 37 TabHost.TabSpec ts = th.newTabSpec("1");
|
/frameworks/support/v13/api/ |
22.0.0.txt | 22 public class FragmentTabHost extends android.widget.TabHost implements android.widget.TabHost.OnTabChangeListener { 25 method public void addTab(android.widget.TabHost.TabSpec, java.lang.Class<?>, android.os.Bundle);
|
22.1.0.txt | 22 public class FragmentTabHost extends android.widget.TabHost implements android.widget.TabHost.OnTabChangeListener { 25 method public void addTab(android.widget.TabHost.TabSpec, java.lang.Class<?>, android.os.Bundle);
|
22.2.0.txt | 22 public class FragmentTabHost extends android.widget.TabHost implements android.widget.TabHost.OnTabChangeListener { 25 method public void addTab(android.widget.TabHost.TabSpec, java.lang.Class<?>, android.os.Bundle);
|
22.2.1.txt | 22 public class FragmentTabHost extends android.widget.TabHost implements android.widget.TabHost.OnTabChangeListener { 25 method public void addTab(android.widget.TabHost.TabSpec, java.lang.Class<?>, android.os.Bundle);
|
23.txt | 28 public class FragmentTabHost extends android.widget.TabHost implements android.widget.TabHost.OnTabChangeListener { 31 method public void addTab(android.widget.TabHost.TabSpec, java.lang.Class<?>, android.os.Bundle);
|
current.txt | 28 public class FragmentTabHost extends android.widget.TabHost implements android.widget.TabHost.OnTabChangeListener { 31 method public void addTab(android.widget.TabHost.TabSpec, java.lang.Class<?>, android.os.Bundle);
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/ |
TabsAdapter.java | 26 import android.widget.TabHost; 33 * details of connecting a ViewPager with associated TabHost. It relies on a 43 implements TabHost.OnTabChangeListener, ViewPager.OnPageChangeListener { 45 private final TabHost mTabHost; 49 private TabHost.OnTabChangeListener mOnTabChangeListener; 61 static class DummyTabFactory implements TabHost.TabContentFactory { 77 public TabsAdapter(Activity activity, TabHost tabHost, ViewPager pager) { 79 mTabHost = tabHost; 86 public void addTab(TabHost.TabSpec tabSpec, View view) [all...] |
/prebuilts/sdk/current/support/v13/src/api/ |
22.0.0.txt | 22 public class FragmentTabHost extends android.widget.TabHost implements android.widget.TabHost.OnTabChangeListener { 25 method public void addTab(android.widget.TabHost.TabSpec, java.lang.Class<?>, android.os.Bundle);
|
22.1.0.txt | 22 public class FragmentTabHost extends android.widget.TabHost implements android.widget.TabHost.OnTabChangeListener { 25 method public void addTab(android.widget.TabHost.TabSpec, java.lang.Class<?>, android.os.Bundle);
|
22.2.0.txt | 22 public class FragmentTabHost extends android.widget.TabHost implements android.widget.TabHost.OnTabChangeListener { 25 method public void addTab(android.widget.TabHost.TabSpec, java.lang.Class<?>, android.os.Bundle);
|
22.2.1.txt | 22 public class FragmentTabHost extends android.widget.TabHost implements android.widget.TabHost.OnTabChangeListener { 25 method public void addTab(android.widget.TabHost.TabSpec, java.lang.Class<?>, android.os.Bundle);
|
23.txt | 28 public class FragmentTabHost extends android.widget.TabHost implements android.widget.TabHost.OnTabChangeListener { 31 method public void addTab(android.widget.TabHost.TabSpec, java.lang.Class<?>, android.os.Bundle);
|
current.txt | 28 public class FragmentTabHost extends android.widget.TabHost implements android.widget.TabHost.OnTabChangeListener { 31 method public void addTab(android.widget.TabHost.TabSpec, java.lang.Class<?>, android.os.Bundle);
|
/frameworks/base/core/java/android/app/ |
TabActivity.java | 21 import android.widget.TabHost; 32 * TabHost. You will need to define a layout that correctly uses a TabHost 55 private TabHost mTabHost; 128 mTabHost = (TabHost) findViewById(com.android.internal.R.id.tabhost); 132 "Your content must have a TabHost whose id attribute is " + 133 "'android.R.id.tabhost'"); 157 * Returns the {@link TabHost} the activity is using to host its tabs. 159 * @return the {@link TabHost} the activity is using to host its tabs [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
FragmentTabsFragment.java | 30 import android.widget.TabHost; 49 TabHost host = mTabManager.handleCreateView(v); 88 public static class TabManager implements TabHost.OnTabChangeListener { 93 private TabHost mTabHost; 111 static class DummyTabFactory implements TabHost.TabContentFactory { 133 public TabHost handleCreateView(View root) { 135 throw new IllegalStateException("TabHost already set"); 137 mTabHost = (TabHost)root.findViewById(android.R.id.tabhost); 143 public void addTab(TabHost.TabSpec tabSpec, Class<?> clss, Bundle args) [all...] |
/cts/tests/tests/widget/res/layout/ |
tabhost_layout.xml | 17 <TabHost xmlns:android="http://schemas.android.com/apk/res/android" 18 android:id="@android:id/tabhost" 45 </TabHost>
|
/development/samples/Support4Demos/res/layout/ |
fragment_tabs_pager.xml | 21 <TabHost 23 android:id="@android:id/tabhost" 52 </TabHost>
|
/frameworks/base/docs/html/sdk/api_diff/21/changes/ |
android.widget.TabHost.html | 10 android.widget.TabHost 74 Class android.widget.<A HREF="../../../../reference/android/widget/TabHost.html" target="_top"><font size="+2"><code>TabHost</code></font></A> 85 <A NAME="android.widget.TabHost.ctor_added(android.content.Context, android.util.AttributeSet, int)"></A> 86 <nobr><A HREF="../../../../reference/android/widget/TabHost.html#TabHost(android.content.Context, android.util.AttributeSet, int)" target="_top"><code>TabHost</code></A>(<code>Context,</nobr> AttributeSet<nobr>,</nobr> int<nobr><nobr></code>)</nobr> 92 <A NAME="android.widget.TabHost.ctor_added(android.content.Context, android.util.AttributeSet, int, int)"></A> 93 <nobr><A HREF="../../../../reference/android/widget/TabHost.html#TabHost(android.content.Context, android.util.AttributeSet, int, int)" target="_top"><code>TabHost</code>< (…) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
completion1-expected-completion11.txt | 44 <TabHost ></TabHost>
|
completion1-expected-completion12.txt | 44 <TabHost ></TabHost>
|