Home
last modified time | relevance | path

Searched defs:tabHost (Results 1 – 2 of 2) sorted by relevance

/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DTabHostTest.java27 TabHost tabHost = new TabHost(null); in newTabSpec_shouldMakeATabSpec() local
34 TabHost tabHost = new TabHost(null); in shouldAddTabsToLayoutWhenAddedToHost() local
51 TabHost tabHost = new TabHost(null); in shouldReturnTabSpecsByTag() local
67 TabHost tabHost = new TabHost(null); in shouldFireTheTabChangeListenerWhenCurrentTabIsSet() local
87 TabHost tabHost = new TabHost(null); in shouldFireTheTabChangeListenerWhenTheCurrentTabIsSetByTag() local
107 TabHost tabHost = new TabHost(null); in shouldRetrieveTheCurrentViewFromTabContentFactory() local
128 TabHost tabHost = new TabHost(a); in shouldRetrieveTheCurrentViewFromViewId() local
150 TabHost tabHost = new TabHost(null); in canGetCurrentTabTag() local
167 TabHost tabHost = new TabHost(null); in canGetCurrentTab() local
191 TabHost tabHost = new TabHost(null); in setCurrentTabByTagShouldAcceptNullAsParameter() local
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowTabHostTest.java25 TabHost tabHost = new TabHost(RuntimeEnvironment.application); in newTabSpec_shouldMakeATabSpec() local
32 TabHost tabHost = new TabHost(RuntimeEnvironment.application); in shouldAddTabsToLayoutWhenAddedToHost() local
49 TabHost tabHost = new TabHost(RuntimeEnvironment.application); in shouldReturnTabSpecsByTag() local
65 TabHost tabHost = new TabHost(RuntimeEnvironment.application); in shouldFireTheTabChangeListenerWhenCurrentTabIsSet() local
85 TabHost tabHost = new TabHost(RuntimeEnvironment.application); in shouldFireTheTabChangeListenerWhenTheCurrentTabIsSetByTag() local
105 TabHost tabHost = new TabHost(RuntimeEnvironment.application); in shouldRetrieveTheCurrentViewFromTabContentFactory() local
124 TabHost tabHost = new TabHost(activity); in shouldRetrieveTheCurrentViewFromViewId() local
146 TabHost tabHost = new TabHost(RuntimeEnvironment.application); in canGetCurrentTabTag() local
163 TabHost tabHost = new TabHost(RuntimeEnvironment.application); in canGetCurrentTab() local
187 TabHost tabHost = new TabHost(RuntimeEnvironment.application); in setCurrentTabByTagShouldAcceptNullAsParameter() local