Home
last modified time | relevance | path

Searched refs:FrameLayoutWithOverlay (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/detail/
DContactDetailFragmentCarousel.java29 import com.android.contacts.widget.FrameLayoutWithOverlay;
79 private FrameLayoutWithOverlay mAboutFragment;
80 private FrameLayoutWithOverlay mUpdatesFragment;
149 public void setFragmentViews(FrameLayoutWithOverlay about, FrameLayoutWithOverlay updates) { in setFragmentViews()
DCarouselTab.java26 import com.android.contacts.widget.FrameLayoutWithOverlay;
31 public class CarouselTab extends FrameLayoutWithOverlay {
DContactDetailLayoutController.java43 import com.android.contacts.widget.FrameLayoutWithOverlay;
255 (FrameLayoutWithOverlay) mDetailFragmentView, in initialize()
256 (FrameLayoutWithOverlay) mUpdatesFragmentView); in initialize()
/packages/apps/Contacts/src/com/android/contacts/widget/
DFrameLayoutWithOverlay.java29 public class FrameLayoutWithOverlay extends FrameLayout { class
32 public FrameLayoutWithOverlay(Context context, AttributeSet attrs) { in FrameLayoutWithOverlay() method in FrameLayoutWithOverlay