Home
last modified time | relevance | path

Searched refs:tabStrip (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Messaging/tests/src/com/android/messaging/ui/mediapicker/
DMediaPickerTest.java105 final ViewGroup tabStrip = (ViewGroup) view.findViewById(R.id.mediapicker_tabstrip); in testDefaultTabs() local
106 assertEquals(tabStrip.getChildCount(), 4); in testDefaultTabs()
107 for (int i = 0; i < tabStrip.getChildCount(); i++) { in testDefaultTabs()
108 final ImageButton tabButton = (ImageButton) tabStrip.getChildAt(i); in testDefaultTabs()
122 final ViewGroup tabStrip = (ViewGroup) view.findViewById(R.id.mediapicker_tabstrip); in testFilterTabsBeforeAttach() local
123 assertEquals(tabStrip.getChildCount(), 4); in testFilterTabsBeforeAttach()
124 for (int i = 0; i < tabStrip.getChildCount(); i++) { in testFilterTabsBeforeAttach()
125 final ImageButton tabButton = (ImageButton) tabStrip.getChildAt(i); in testFilterTabsBeforeAttach()
/packages/apps/Messaging/tests/src/com/android/messaging/ui/
DCustomHeaderViewPagerTest.java45 final ViewGroup tabStrip = (ViewGroup) view.findViewById(R.id.tab_strip); in testBindFirstLevel() local
46 final ViewPagerTabStrip realTab = (ViewPagerTabStrip) tabStrip.getChildAt(0); in testBindFirstLevel()