Searched refs:FrameLayoutWithOverlay (Results 1 – 4 of 4) sorted by relevance
29 import com.android.contacts.widget.FrameLayoutWithOverlay;79 private FrameLayoutWithOverlay mAboutFragment;80 private FrameLayoutWithOverlay mUpdatesFragment;149 public void setFragmentViews(FrameLayoutWithOverlay about, FrameLayoutWithOverlay updates) { in setFragmentViews()
26 import com.android.contacts.widget.FrameLayoutWithOverlay;31 public class CarouselTab extends FrameLayoutWithOverlay {
43 import com.android.contacts.widget.FrameLayoutWithOverlay;255 (FrameLayoutWithOverlay) mDetailFragmentView, in initialize()256 (FrameLayoutWithOverlay) mUpdatesFragmentView); in initialize()
29 public class FrameLayoutWithOverlay extends FrameLayout { class32 public FrameLayoutWithOverlay(Context context, AttributeSet attrs) { in FrameLayoutWithOverlay() method in FrameLayoutWithOverlay