Searched refs:contentRoot (Results 1 – 4 of 4) sorted by relevance
69 FrameLayout contentRoot = (FrameLayout) decorContent.findViewById(android.R.id.content); in FrameworkActionBar() local73 if (contentRoot == null) { in FrameworkActionBar()74 contentRoot = new FrameLayout(context); in FrameworkActionBar()75 setMatchParent(contentRoot); in FrameworkActionBar()77 mEnclosingLayout.addView(contentRoot); in FrameworkActionBar()79 setContentRoot(contentRoot); in FrameworkActionBar()81 setContentRoot(contentRoot); in FrameworkActionBar()
75 FrameLayout contentRoot = new FrameLayout(context); in AppCompatActionBar() local76 setMatchParent(contentRoot); in AppCompatActionBar()78 mEnclosingLayout.addView(contentRoot); in AppCompatActionBar()80 setContentRoot(contentRoot); in AppCompatActionBar()
97 protected void setContentRoot(@NonNull FrameLayout contentRoot) { in setContentRoot() argument98 mContentRoot = contentRoot; in setContentRoot()
209 FrameLayout contentRoot = new FrameLayout(getContext()); in createContentFrame() local226 contentRoot.setLayoutParams(params); in createContentFrame()227 return contentRoot; in createContentFrame()