Home
last modified time | relevance | path

Searched refs:ContentFrameLayout (Results 1 – 4 of 4) sorted by relevance

/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DContentFrameLayout.java40 public class ContentFrameLayout extends FrameLayout { class
58 public ContentFrameLayout(Context context) { in ContentFrameLayout() method in ContentFrameLayout
62 public ContentFrameLayout(Context context, AttributeSet attrs) { in ContentFrameLayout() method in ContentFrameLayout
66 public ContentFrameLayout(Context context, AttributeSet attrs, int defStyleAttr) { in ContentFrameLayout() method in ContentFrameLayout
DActionBarOverlayLayout.java64 private ContentFrameLayout mContent;
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
DAppCompatDelegateImpl.java89 import androidx.appcompat.widget.ContentFrameLayout;
678 final ContentFrameLayout contentView = (ContentFrameLayout) subDecor.findViewById(
706 contentView.setAttachListener(new ContentFrameLayout.OnAttachListener() {
722 ContentFrameLayout cfl = (ContentFrameLayout) mSubDecor.findViewById(android.R.id.content);
2470 private class ListMenuDecorView extends ContentFrameLayout {
/frameworks/support/jetifier/jetifier/core/src/main/resources/
Ddefault.generated.config3888 … "android/support/v7/widget/ContentFrameLayout": "androidx/appcompat/widget/ContentFrameLayout",