Searched refs:setIndicator (Results 1 – 3 of 3) sorted by relevance
36 TabHost.TabSpec self = spec.setIndicator(view); in shouldGetAndSetTheIndicator()53 new TabHost(context).newTabSpec("foo").setContent(R.layout.main).setIndicator("labelText"); in shouldGetAndSetTheIndicatorLabel()65 .setIndicator("labelText", icon1); in shouldGetAndSetTheIndicatorLabelAndIcon()
44 TabHost.TabSpec foo = tabHost.newTabSpec("Foo").setIndicator(fooView); in shouldAddTabsToLayoutWhenAddedToHost()47 TabHost.TabSpec bar = tabHost.newTabSpec("Bar").setIndicator(barView); in shouldAddTabsToLayoutWhenAddedToHost()
179 protected TabSpec setIndicator(View view) { in setIndicator() method in ShadowTabHost.ShadowTabSpec185 protected TabSpec setIndicator(CharSequence label) { in setIndicator() method in ShadowTabHost.ShadowTabSpec191 protected TabSpec setIndicator(CharSequence label, Drawable icon) { in setIndicator() method in ShadowTabHost.ShadowTabSpec