Searched refs:spec (Results 1 – 2 of 2) sorted by relevance
50 Spec titleRow = spec(0); in create()51 Spec introRow = spec(1); in create()52 Spec emailRow = spec(2, BASELINE); in create()53 Spec passwordRow = spec(3, BASELINE); in create()54 Spec button1Row = spec(5); in create()55 Spec button2Row = spec(6); in create()57 Spec centerInAllColumns = spec(0, 4, CENTER); in create()58 Spec leftAlignInAllColumns = spec(0, 4, LEFT); in create()59 Spec labelColumn = spec(0, RIGHT); in create()60 Spec fieldColumn = spec(1, LEFT); in create()[all …]
66 TabSpec spec; in addTab() local69 spec = mTabHost.newTabSpec(tag).setIndicator(tab.getText(), tab.getIcon()); in addTab()71 spec = mTabHost.newTabSpec(tag).setIndicator(tab.getText()); in addTab()74 spec.setContent(new DummyTabFactory(mActivity)); in addTab()90 mTabHost.addTab(spec); in addTab()