Searched defs:FrameLayout (Results 1 – 2 of 2) sorted by relevance
60 public class FrameLayout extends ViewGroup { class83 public FrameLayout(Context context) { in FrameLayout() method in FrameLayout87 public FrameLayout(Context context, @Nullable AttributeSet attrs) { in FrameLayout() method in FrameLayout91 public FrameLayout(Context context, @Nullable AttributeSet attrs, int defStyleAttr) { in FrameLayout() method in FrameLayout95 public FrameLayout( in FrameLayout() method in FrameLayout
59 assert contentView instanceof FrameLayout; in AppCompatActionBar() local