Searched refs:addTab (Results 1 – 5 of 5) sorted by relevance
49 tabHost.addTab(foo); in shouldAddTabsToLayoutWhenAddedToHost()50 tabHost.addTab(bar); in shouldAddTabsToLayoutWhenAddedToHost()63 tabHost.addTab(foo); in shouldReturnTabSpecsByTag()64 tabHost.addTab(bar); in shouldReturnTabSpecsByTag()65 tabHost.addTab(baz); in shouldReturnTabSpecsByTag()80 tabHost.addTab(foo); in shouldFireTheTabChangeListenerWhenCurrentTabIsSet()81 tabHost.addTab(bar); in shouldFireTheTabChangeListenerWhenCurrentTabIsSet()82 tabHost.addTab(baz); in shouldFireTheTabChangeListenerWhenCurrentTabIsSet()100 tabHost.addTab(foo); in shouldFireTheTabChangeListenerWhenTheCurrentTabIsSetByTag()101 tabHost.addTab(bar); in shouldFireTheTabChangeListenerWhenTheCurrentTabIsSetByTag()[all …]
82 …this.tabEditors.addTab("Case Editor", ImageFactory.getSingleton().TEXTFILE16, this.paneEditor.getV… in initComponents()83 … this.tabEditors.addTab("Script Source", ImageFactory.getSingleton().WINDOW16, this.scrollCode); in initComponents()
192 … view.tabEditors.addTab("Test Result", ImageFactory.getSingleton().FILE16, runner.getView()); in OnRunTest()
18 linkBar.addTab(text); in addLink()
38 protected void addTab(android.widget.TabHost.TabSpec tabSpec) { in addTab() method in ShadowTabHost