Home
last modified time | relevance | path

Searched refs:TabHost (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
DMediaDump.java23 import android.widget.TabHost;
39 TabHost tab = getTabHost(); in onCreate()
42 TabHost.TabSpec videoDumpTab = tab.newTabSpec("VideoDump"); in onCreate()
51 TabHost.TabSpec rgbPlayerTab = tab.newTabSpec("RgbPlayer"); in onCreate()
/frameworks/base/core/tests/coretests/src/android/app/activity/
DLaunchpadTabActivity.java23 import android.widget.TabHost;
36 TabHost th = getTabHost(); in onCreate()
37 TabHost.TabSpec ts = th.newTabSpec("1"); in onCreate()
/frameworks/base/core/java/android/app/
DTabActivity.java21 import android.widget.TabHost;
38 private TabHost mTabHost;
144 public TabHost getTabHost() { in getTabHost()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/support/
DFragmentTabHostUtil.java24 import android.widget.TabHost;
48 public static void setup(TabHost tabHost, Context context) { in setup()
/frameworks/base/core/java/android/widget/
DTabHost.java50 public class TabHost extends FrameLayout implements ViewTreeObserver.OnTouchModeChangeListener { class
78 public TabHost(Context context) { in TabHost() method in TabHost
83 public TabHost(Context context, AttributeSet attrs) { in TabHost() method in TabHost
87 public TabHost(Context context, AttributeSet attrs, int defStyleAttr) { in TabHost() method in TabHost
91 public TabHost(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in TabHost() method in TabHost
409 return TabHost.class.getName(); in getAccessibilityClassName()
427 final TabHost.TabSpec spec = mTabSpecs.get(index); in setCurrentTab()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderSessionImpl.java78 import android.widget.TabHost;
79 import android.widget.TabHost.TabSpec;
632 if (view instanceof TabHost) { in postInflateProcess()
633 setupTabHost((TabHost) view, layoutlibCallback); in postInflateProcess()
808 private void setupTabHost(TabHost tabHost, LayoutlibCallback layoutlibCallback) in setupTabHost()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt5098 method public android.widget.TabHost getTabHost();
38612 …public class TabHost extends android.widget.FrameLayout implements android.view.ViewTreeObserver.O…
38613 ctor public TabHost(android.content.Context);
38614 ctor public TabHost(android.content.Context, android.util.AttributeSet);
38615 ctor public TabHost(android.content.Context, android.util.AttributeSet, int);
38616 ctor public TabHost(android.content.Context, android.util.AttributeSet, int, int);
38617 method public void addTab(android.widget.TabHost.TabSpec);
38625 method public android.widget.TabHost.TabSpec newTabSpec(java.lang.String);
38629 method public void setOnTabChangedListener(android.widget.TabHost.OnTabChangeListener);
38634 public static abstract interface TabHost.OnTabChangeListener {
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt9017 Landroid/app/TabActivity;->mTabHost:Landroid/widget/TabHost;
84572 Landroid/widget/TabHost$ContentStrategy;->getContentView()Landroid/view/View;
84573 Landroid/widget/TabHost$ContentStrategy;->tabClosed()V
84574 Landroid/widget/TabHost$FactoryContentStrategy;->getContentView()Landroid/view/View;
84575 Landroid/widget/TabHost$FactoryContentStrategy;->mFactory:Landroid/widget/TabHost$TabContentFactory;
84576 Landroid/widget/TabHost$FactoryContentStrategy;->mTabContent:Landroid/view/View;
84577 Landroid/widget/TabHost$FactoryContentStrategy;->mTag:Ljava/lang/CharSequence;
84578 Landroid/widget/TabHost$FactoryContentStrategy;->tabClosed()V
84579 Landroid/widget/TabHost$IndicatorStrategy;->createIndicatorView()Landroid/view/View;
84580 Landroid/widget/TabHost$IntentContentStrategy;->mIntent:Landroid/content/Intent;
[all …]
/frameworks/base/non-updatable-api/
Dcurrent.txt6245 method @Deprecated public android.widget.TabHost getTabHost();
58307 …public class TabHost extends android.widget.FrameLayout implements android.view.ViewTreeObserver.O…
58308 ctor public TabHost(android.content.Context);
58309 ctor public TabHost(android.content.Context, android.util.AttributeSet);
58310 ctor public TabHost(android.content.Context, android.util.AttributeSet, int);
58311 ctor public TabHost(android.content.Context, android.util.AttributeSet, int, int);
58312 method public void addTab(android.widget.TabHost.TabSpec);
58320 method @NonNull public android.widget.TabHost.TabSpec newTabSpec(@NonNull String);
58324 method public void setOnTabChangedListener(android.widget.TabHost.OnTabChangeListener);
58329 public static interface TabHost.OnTabChangeListener {
[all …]
/frameworks/base/api/
Dcurrent.txt6245 method @Deprecated public android.widget.TabHost getTabHost();
58451 …public class TabHost extends android.widget.FrameLayout implements android.view.ViewTreeObserver.O…
58452 ctor public TabHost(android.content.Context);
58453 ctor public TabHost(android.content.Context, android.util.AttributeSet);
58454 ctor public TabHost(android.content.Context, android.util.AttributeSet, int);
58455 ctor public TabHost(android.content.Context, android.util.AttributeSet, int, int);
58456 method public void addTab(android.widget.TabHost.TabSpec);
58464 method @NonNull public android.widget.TabHost.TabSpec newTabSpec(@NonNull String);
58468 method public void setOnTabChangedListener(android.widget.TabHost.OnTabChangeListener);
58473 public static interface TabHost.OnTabChangeListener {
[all …]