Searched refs:container (Results 1 – 3 of 3) sorted by relevance
54 public @Nullable View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, in onCreateView() argument56 if (container == null) throw new IllegalStateException(); in onCreateView()57 FrameLayout layout = new FrameLayout(container.getContext()); in onCreateView()
34 public @Nullable View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() argument
79 container: ViewGroup?, in onCreateView()