HomeSort by relevance Sort by last modified time
    Searched refs:CarouselTab (Results 1 - 2 of 2) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/detail/
CarouselTab.java 31 public class CarouselTab extends FrameLayoutWithOverlay {
33 private static final String TAG = CarouselTab.class.getSimpleName();
45 public CarouselTab(Context context, AttributeSet attrs) {
ContactDetailTabCarousel.java 73 private CarouselTab mAboutTab;
75 private CarouselTab mUpdatesTab;
123 mAboutTab = (CarouselTab) findViewById(R.id.tab_about);
129 mUpdatesTab = (CarouselTab) findViewById(R.id.tab_update);
442 final CarouselTab selected, deselected;
470 // TODO: Move this into the {@link CarouselTab} class when the updates

Completed in 34 milliseconds