OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newTabSpec
(Results
1 - 25
of
41
) sorted by null
1
2
/development/samples/ApiDemos/src/com/example/android/apis/view/
Tabs3.java
35
tabHost.addTab(tabHost.
newTabSpec
("tab1")
39
tabHost.addTab(tabHost.
newTabSpec
("tab2")
45
tabHost.addTab(tabHost.
newTabSpec
("tab3")
Tabs1.java
40
tabHost.addTab(tabHost.
newTabSpec
("tab1")
43
tabHost.addTab(tabHost.
newTabSpec
("tab3")
46
tabHost.addTab(tabHost.
newTabSpec
("tab3")
Tabs2.java
40
tabHost.addTab(tabHost.
newTabSpec
("tab1")
43
tabHost.addTab(tabHost.
newTabSpec
("tab2")
46
tabHost.addTab(tabHost.
newTabSpec
("tab3")
Tabs6.java
39
tabHost.addTab(tabHost.
newTabSpec
("tab1")
42
tabHost.addTab(tabHost.
newTabSpec
("tab2")
45
tabHost.addTab(tabHost.
newTabSpec
("tab3")
Tabs5.java
42
tabHost.addTab(tabHost.
newTabSpec
(name)
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentNestingTabsSupport.java
36
mTabHost.addTab(mTabHost.
newTabSpec
("menus").setIndicator("Menus"),
38
mTabHost.addTab(mTabHost.
newTabSpec
("contacts").setIndicator("Contacts"),
40
mTabHost.addTab(mTabHost.
newTabSpec
("stack").setIndicator("Stack"),
42
mTabHost.addTab(mTabHost.
newTabSpec
("tabs").setIndicator("Tabs"),
FragmentTabs.java
40
mTabHost.addTab(mTabHost.
newTabSpec
("simple").setIndicator("Simple"),
42
mTabHost.addTab(mTabHost.
newTabSpec
("contacts").setIndicator("Contacts"),
44
mTabHost.addTab(mTabHost.
newTabSpec
("custom").setIndicator("Custom"),
46
mTabHost.addTab(mTabHost.
newTabSpec
("throttle").setIndicator("Throttle"),
FragmentTabsFragmentSupport.java
37
mTabHost.addTab(mTabHost.
newTabSpec
("simple").setIndicator("Simple"),
39
mTabHost.addTab(mTabHost.
newTabSpec
("contacts").setIndicator("Contacts"),
41
mTabHost.addTab(mTabHost.
newTabSpec
("custom").setIndicator("Custom"),
43
mTabHost.addTab(mTabHost.
newTabSpec
("throttle").setIndicator("Throttle"),
FragmentTabsPager.java
55
mTabsAdapter.addTab(mTabHost.
newTabSpec
("simple").setIndicator("Simple"),
57
mTabsAdapter.addTab(mTabHost.
newTabSpec
("contacts").setIndicator("Contacts"),
59
mTabsAdapter.addTab(mTabHost.
newTabSpec
("custom").setIndicator("Custom"),
61
mTabsAdapter.addTab(mTabHost.
newTabSpec
("throttle").setIndicator("Throttle"),
/cts/tests/tests/holo/src/android/holo/cts/modifiers/
TabHostModifier.java
31
tabHost.addTab(tabHost.
newTabSpec
("1")
35
tabHost.addTab(tabHost.
newTabSpec
("2")
39
tabHost.addTab(tabHost.
newTabSpec
("3")
/development/samples/Support13Demos/src/com/example/android/supportv13/app/
FragmentTabsFragment.java
36
mTabHost.addTab(mTabHost.
newTabSpec
("simple").setIndicator("Simple"),
38
mTabHost.addTab(mTabHost.
newTabSpec
("array").setIndicator("Array"),
40
mTabHost.addTab(mTabHost.
newTabSpec
("cursor").setIndicator("Cursor"),
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
TabHostTest.java
28
TabHost.TabSpec tabSpec = tabHost.
newTabSpec
("Foo");
37
TabHost.TabSpec foo = tabHost.
newTabSpec
("Foo").setIndicator(fooView);
40
TabHost.TabSpec bar = tabHost.
newTabSpec
("Bar").setIndicator(barView);
52
TabHost.TabSpec foo = tabHost.
newTabSpec
("Foo");
53
TabHost.TabSpec bar = tabHost.
newTabSpec
("Bar");
54
TabHost.TabSpec baz = tabHost.
newTabSpec
("Baz");
69
TabHost.TabSpec foo = tabHost.
newTabSpec
("Foo");
70
TabHost.TabSpec bar = tabHost.
newTabSpec
("Bar");
71
TabHost.TabSpec baz = tabHost.
newTabSpec
("Baz");
89
TabHost.TabSpec foo = tabHost.
newTabSpec
("Foo")
[
all
...]
TabSpecTest.java
33
TabHost.TabSpec spec = new TabHost(null).
newTabSpec
("foo");
42
TabHost.TabSpec spec = new TabHost(null).
newTabSpec
("foo");
53
TabHost.TabSpec spec = new TabHost(null).
newTabSpec
("foo")
61
TabHost.TabSpec spec = new TabHost(null).
newTabSpec
("foo")
71
TabHost.TabSpec foo = new TabHost(null).
newTabSpec
("Foo").setContent(
89
TabHost.TabSpec foo = new TabHost(null).
newTabSpec
("Foo")
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
MediaDump.java
42
TabHost.TabSpec videoDumpTab = tab.
newTabSpec
("VideoDump");
51
TabHost.TabSpec rgbPlayerTab = tab.
newTabSpec
("RgbPlayer");
/cts/tests/src/android/app/cts/
MockTabActivity.java
42
tabHost.addTab(tabHost.
newTabSpec
(TAB1).setIndicator(TAB1)
45
tabHost.addTab(tabHost.
newTabSpec
(TAB2).setIndicator(TAB2)
48
tabHost.addTab(tabHost.
newTabSpec
(TAB3).setIndicator(TAB3).setContent(
LaunchpadTabActivity.java
37
final TabHost.TabSpec ts = th.
newTabSpec
("1");
/cts/tests/tests/widget/src/android/widget/cts/
TabHost_TabSpecTest.java
62
TabSpec tabSpec = mTabHost.
newTabSpec
(TAG_TAB2);
74
tabSpec = mTabHost.
newTabSpec
("tab 3");
85
TabSpec tabSpec = mTabHost.
newTabSpec
(TAG_TAB2);
102
tabSpec = mTabHost.
newTabSpec
("tab 3");
113
tabSpec = mTabHost.
newTabSpec
("tab 4");
124
tabSpec = mTabHost.
newTabSpec
("tab 5");
138
TabSpec tabSpec2 = mTabHost.
newTabSpec
("tab spec 2");
148
TabSpec tabSpec3 = mTabHost.
newTabSpec
("tab spec 3");
159
TabSpec tabSpec2 = mTabHost.
newTabSpec
("tab spec 2");
168
TabSpec tabSpec3 = mTabHost.
newTabSpec
("tab spec 3")
[
all
...]
TabHostTest.java
63
assertNotNull(tabHost.
newTabSpec
(TAG_TAB2));
65
assertNotNull(tabHost.
newTabSpec
(null));
87
TabSpec tabSpec = tabHost.
newTabSpec
(TAG_TAB1);
120
TabSpec tabSpec = tabHost.
newTabSpec
(TAG_TAB1);
144
TabSpec tabSpec = tabHost.
newTabSpec
(TAG_TAB2);
154
tabHost.addTab(tabHost.
newTabSpec
("tab 3"));
160
tabHost.addTab(tabHost.
newTabSpec
("tab 3").setIndicator("tab 3"));
177
tabHost.addTab(tabHost.
newTabSpec
(TAG_TAB1).setIndicator(TAG_TAB1).setContent(tcf));
178
tabHost.addTab(tabHost.
newTabSpec
(TAG_TAB2).setIndicator(TAG_TAB2).setContent(tcf));
217
TabSpec tabSpec = tabHost.
newTabSpec
(TAG_TAB2)
[
all
...]
/frameworks/base/core/tests/coretests/src/android/app/activity/
LaunchpadTabActivity.java
37
TabHost.TabSpec ts = th.
newTabSpec
("1");
/cts/tests/src/android/widget/cts/
TabHostStubActivity.java
44
tabHost.addTab(tabHost.
newTabSpec
(INITIAL_TAB_TAG)
/development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentTabsFragment.java
51
mTabManager.addTab(host.
newTabSpec
("result").setIndicator("Result"),
53
mTabManager.addTab(host.
newTabSpec
("contacts").setIndicator("Contacts"),
55
mTabManager.addTab(host.
newTabSpec
("apps").setIndicator("Apps"),
57
mTabManager.addTab(host.
newTabSpec
("throttle").setIndicator("Throttle"),
/development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/
TabHelperEclair.java
69
spec = mTabHost.
newTabSpec
(tag).setIndicator(tab.getText(), tab.getIcon());
71
spec = mTabHost.
newTabSpec
(tag).setIndicator(tab.getText());
/packages/apps/PackageInstaller/src/com/android/packageinstaller/
GrantActivity.java
94
adapter.addTab(tabHost.
newTabSpec
("new").setIndicator(
96
adapter.addTab(tabHost.
newTabSpec
("all").setIndicator(
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTabHost.java
30
public android.widget.TabHost.TabSpec
newTabSpec
(java.lang.String tag) {
/packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizeTabHost.java
124
addTab(
newTabSpec
(APPS_TAB_TAG).setIndicator(tabView).setContent(contentFactory));
129
addTab(
newTabSpec
(WIDGETS_TAB_TAG).setIndicator(tabView).setContent(contentFactory));
Completed in 3333 milliseconds
1
2