Searched refs:setIndicator (Results 1 – 3 of 3) sorted by relevance
63 public TabHost.TabSpec setIndicator(View view) { in setIndicator() method in ShadowTabSpec69 public TabHost.TabSpec setIndicator(CharSequence label) { in setIndicator() method in ShadowTabSpec75 public TabHost.TabSpec setIndicator(CharSequence label, Drawable icon) { in setIndicator() method in ShadowTabSpec
35 TabHost.TabSpec self = spec.setIndicator(view); in shouldGetAndSetTheIndicator()54 .setContent(R.layout.main).setIndicator("labelText"); in shouldGetAndSetTheIndicatorLabel()62 .setContent(R.layout.main).setIndicator("labelText",icon1); in shouldGetAndSetTheIndicatorLabelAndIcon()
37 TabHost.TabSpec foo = tabHost.newTabSpec("Foo").setIndicator(fooView); in shouldAddTabsToLayoutWhenAddedToHost()40 TabHost.TabSpec bar = tabHost.newTabSpec("Bar").setIndicator(barView); in shouldAddTabsToLayoutWhenAddedToHost()