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

  /packages/apps/Contacts/src/com/android/contacts/widget/
FrameLayoutWithOverlay.java 29 public class FrameLayoutWithOverlay extends FrameLayout {
32 public FrameLayoutWithOverlay(Context context, AttributeSet attrs) {
  /packages/apps/Contacts/src/com/android/contacts/detail/
CarouselTab.java 26 import com.android.contacts.widget.FrameLayoutWithOverlay;
31 public class CarouselTab extends FrameLayoutWithOverlay {
ContactDetailFragmentCarousel.java 29 import com.android.contacts.widget.FrameLayoutWithOverlay;
79 private FrameLayoutWithOverlay mAboutFragment;
80 private FrameLayoutWithOverlay mUpdatesFragment;
152 public void setFragmentViews(FrameLayoutWithOverlay about, FrameLayoutWithOverlay updates) {
ContactDetailLayoutController.java 43 import com.android.contacts.widget.FrameLayoutWithOverlay;
255 (FrameLayoutWithOverlay) mDetailFragmentView,
256 (FrameLayoutWithOverlay) mUpdatesFragmentView);

Completed in 150 milliseconds