Searched refs:CustomHeaderViewPager (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Messaging/tests/src/com/android/messaging/ui/
H A DCustomHeaderViewPagerTest.java26 public class CustomHeaderViewPagerTest extends ViewTest<CustomHeaderViewPager> {
35 final CustomHeaderViewPager view = new CustomHeaderViewPager(getActivity(), null);
57 // All set up should be done by creating a CustomHeaderViewPager which handles inflating
/packages/apps/Messaging/src/com/android/messaging/ui/
H A DCustomHeaderViewPager.java33 public class CustomHeaderViewPager extends LinearLayout { class in inherits:LinearLayout
39 public CustomHeaderViewPager(final Context context, final AttributeSet attrs) { method in class:CustomHeaderViewPager
/packages/apps/Messaging/src/com/android/messaging/ui/contact/
H A DContactPickerFragment.java55 import com.android.messaging.ui.CustomHeaderViewPager;
110 private CustomHeaderViewPager mCustomHeaderViewPager;
174 mCustomHeaderViewPager = (CustomHeaderViewPager) view.findViewById(R.id.contact_pager);
176 mCustomHeaderViewPager.setViewPagerTabHeight(CustomHeaderViewPager.DEFAULT_TAB_STRIP_SIZE);

Completed in 124 milliseconds