Searched refs:ContentFrameLayout (Results 1 – 3 of 3) sorted by relevance
34 public class ContentFrameLayout extends FrameLayout { class45 public ContentFrameLayout(Context context) { in ContentFrameLayout() method in ContentFrameLayout49 public ContentFrameLayout(Context context, AttributeSet attrs) { in ContentFrameLayout() method in ContentFrameLayout53 public ContentFrameLayout(Context context, AttributeSet attrs, int defStyleAttr) { in ContentFrameLayout() method in ContentFrameLayout
61 private ContentFrameLayout mContent;530 mContent = (ContentFrameLayout) findViewById(R.id.action_bar_activity_content); in pullChildren()
55 import android.support.v7.internal.widget.ContentFrameLayout;439 final ContentFrameLayout abcContent = (ContentFrameLayout) subDecor.findViewById( in createSubDecor()470 ContentFrameLayout cfl = (ContentFrameLayout) mSubDecor.findViewById(android.R.id.content); in applyFixedSizeWindow()