HomeSort by relevance Sort by last modified time
    Searched full:tabstrip (Results 1 - 4 of 4) sorted by null

  /packages/apps/Messaging/tests/src/com/android/messaging/ui/mediapicker/
MediaPickerTest.java 105 final ViewGroup tabStrip = (ViewGroup) view.findViewById(R.id.mediapicker_tabstrip);
106 assertEquals(tabStrip.getChildCount(), 3);
107 for (int i = 0; i < tabStrip.getChildCount(); i++) {
108 final ImageButton tabButton = (ImageButton) tabStrip.getChildAt(i);
122 final ViewGroup tabStrip = (ViewGroup) view.findViewById(R.id.mediapicker_tabstrip);
123 assertEquals(tabStrip.getChildCount(), 3);
124 for (int i = 0; i < tabStrip.getChildCount(); i++) {
125 final ImageButton tabButton = (ImageButton) tabStrip.getChildAt(i);
  /packages/apps/Messaging/tests/src/com/android/messaging/ui/
CustomHeaderViewPagerTest.java 45 final ViewGroup tabStrip = (ViewGroup) view.findViewById(R.id.tab_strip);
46 final ViewPagerTabStrip realTab = (ViewPagerTabStrip) tabStrip.getChildAt(0);
  /platform_testing/libraries/google-messenger-app-helper/src/android/platform/test/helpers/
GoogleMessengerHelperImpl.java 227 throw new UnknownUiException("Could not find media picker tabstrip");
  /frameworks/support/design/src/android/support/design/widget/
TabLayout.java 297 // Add the TabStrip
    [all...]

Completed in 99 milliseconds