Home
last modified time | relevance | path

Searched refs:setIndicator (Results 1 – 9 of 9) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/view/
DTabs3.java36 .setIndicator("list") in onCreate()
40 .setIndicator("photo list") in onCreate()
46 .setIndicator("destroy") in onCreate()
DTabs1.java41 .setIndicator("tab1") in onCreate()
44 .setIndicator("tab2") in onCreate()
47 .setIndicator("tab3") in onCreate()
DTabs2.java41 .setIndicator("tab1", getResources().getDrawable(R.drawable.star_big_on)) in onCreate()
44 .setIndicator("tab2") in onCreate()
47 .setIndicator("tab3") in onCreate()
DTabs6.java40 .setIndicator("tab1", getResources().getDrawable(R.drawable.star_big_on)) in onCreate()
43 .setIndicator("tab2") in onCreate()
46 .setIndicator("tab3") in onCreate()
DTabs5.java43 .setIndicator(name) in onCreate()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DFragmentTabsFragment.java51 mTabManager.addTab(host.newTabSpec("result").setIndicator("Result"), in onCreateView()
53 mTabManager.addTab(host.newTabSpec("contacts").setIndicator("Contacts"), in onCreateView()
55 mTabManager.addTab(host.newTabSpec("apps").setIndicator("Apps"), in onCreateView()
57 mTabManager.addTab(host.newTabSpec("throttle").setIndicator("Throttle"), in onCreateView()
/development/samples/browseable/JumpingJack/src/com.example.android.wearable.jumpingjack/
DMainActivity.java105 setIndicator(0); in setupViews()
113 setIndicator(i); in setupViews()
243 private void setIndicator(int i) { in setIndicator() method in MainActivity
/development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/
DTabHelperEclair.java69 spec = mTabHost.newTabSpec(tag).setIndicator(tab.getText(), tab.getIcon()); in addTab()
71 spec = mTabHost.newTabSpec(tag).setIndicator(tab.getText()); in addTab()
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
DMainActivity.java268 spec1.setIndicator(tabName); in onCreate()
272 spec2.setIndicator(tabName); in onCreate()
277 spec3.setIndicator(tabName); in onCreate()