Searched refs:ContentFrameLayout (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DContentFrameLayout.java27 public class ContentFrameLayout extends FrameLayout { class in inherits:FrameLayout
29 public ContentFrameLayout(Context context) { method in class:ContentFrameLayout
33 public ContentFrameLayout(Context context, AttributeSet attrs) { method in class:ContentFrameLayout
37 public ContentFrameLayout(Context context, AttributeSet attrs, int defStyleAttr) { method in class:ContentFrameLayout
H A DNativeActionModeAwareLayout.java30 public class NativeActionModeAwareLayout extends ContentFrameLayout {
H A DActionBarOverlayLayout.java58 private ContentFrameLayout mContent;
581 mContent = (ContentFrameLayout) findViewById(R.id.action_bar_activity_content);

Completed in 115 milliseconds