Searched refs:TabHost (Results 1 - 9 of 9) sorted by relevance

/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
H A DTabHostBindingAdapter.java21 import android.widget.TabHost;
22 import android.widget.TabHost.OnTabChangeListener;
27 public static int getCurrentTab(TabHost view) {
32 public static String getCurrentTabTag(TabHost view) {
37 public static void setCurrentTab(TabHost view, int tab) {
44 public static void setCurrentTabTag(TabHost view, String tabTag) {
52 public static void setListeners(TabHost view, final OnTabChangeListener listener,
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DLaunchpadTabActivity.java23 import android.widget.TabHost;
36 TabHost th = getTabHost();
37 TabHost.TabSpec ts = th.newTabSpec("1");
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DMediaDump.java23 import android.widget.TabHost;
39 TabHost tab = getTabHost();
42 TabHost.TabSpec videoDumpTab = tab.newTabSpec("VideoDump");
51 TabHost.TabSpec rgbPlayerTab = tab.newTabSpec("RgbPlayer");
/frameworks/base/core/java/android/app/
H A DTabActivity.java21 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 " +
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.
161 public TabHost getTabHost() {
/frameworks/support/v13/java/android/support/v13/app/
H A DFragmentTabHost.java34 import android.widget.TabHost;
42 public class FragmentTabHost extends TabHost
43 implements TabHost.OnTabChangeListener {
49 private TabHost.OnTabChangeListener mOnTabChangeListener;
66 static class DummyTabFactory implements TabHost.TabContentFactory {
169 * @deprecated Don't call the original TabHost setup, you must instead
218 public void addTab(TabHost.TabSpec tabSpec, Class<?> clss, Bundle args) {
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentTabHost.java31 import android.widget.TabHost;
35 * Special TabHost that allows the use of {@link Fragment} objects for
50 public class FragmentTabHost extends TabHost
51 implements TabHost.OnTabChangeListener {
57 private TabHost.OnTabChangeListener mOnTabChangeListener;
74 static class DummyTabFactory implements TabHost.TabContentFactory {
177 * @deprecated Don't call the original TabHost setup, you must instead
226 public void addTab(TabHost.TabSpec tabSpec, Class<?> clss, Bundle args) {
/frameworks/base/core/java/android/widget/
H A DTabHost.java46 public class TabHost extends FrameLayout implements ViewTreeObserver.OnTouchModeChangeListener { class in inherits:FrameLayout,ViewTreeObserver.OnTouchModeChangeListener
71 public TabHost(Context context) { method in class:TabHost
76 public TabHost(Context context, AttributeSet attrs) { method in class:TabHost
80 public TabHost(Context context, AttributeSet attrs, int defStyleAttr) { method in class:TabHost
84 public TabHost(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:TabHost
121 * <p>Call setup() before adding tabs if loading TabHost using findViewById().
125 <pre>mTabHost = (TabHost)findViewById(R.id.tabhost);
133 "Your TabHost must have a TabWidget whose id attribute is 'android.R.id.tabs'");
168 "Your TabHost must have a FrameLayout whose id attribute is "
363 return TabHost
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java89 import android.widget.TabHost;
90 import android.widget.TabHost.TabSpec;
328 // post-inflate process. For now this supports TabHost/TabWidget
951 * At the moment this only supports TabHost: If {@link TabHost} is detected, look for the
964 if (view instanceof TabHost) {
965 setupTabHost((TabHost) view, layoutlibCallback);
1140 * Sets up a {@link TabHost} object.
1141 * @param tabHost the TabHost to setup.
1145 private void setupTabHost(TabHost tabHos
[all...]
/frameworks/base/
H A Dcompiled-classes-phone5007 android.widget.TabHost
5008 android.widget.TabHost$1
5009 android.widget.TabHost$2
5010 android.widget.TabHost$ContentStrategy
5011 android.widget.TabHost$FactoryContentStrategy
5012 android.widget.TabHost$IndicatorStrategy
5013 android.widget.TabHost$OnTabChangeListener
5014 android.widget.TabHost$TabContentFactory
5015 android.widget.TabHost$TabSpec
5016 android.widget.TabHost
[all...]

Completed in 111 milliseconds