Home
last modified time | relevance | path

Searched refs:contentView (Results 1 – 3 of 3) sorted by relevance

/appcompat/appcompat/src/androidTest/java/androidx/appcompat/testutils/
DBaseTestActivity.java66 final int contentView = getContentViewLayoutResId(); in onCreate() local
67 if (contentView > 0) { in onCreate()
68 setContentView(contentView); in onCreate()
/appcompat/appcompat/src/main/java/androidx/appcompat/app/
DAlertController.java232 final int contentView = selectContentView(); in installContent() local
233 mDialog.setContentView(contentView); in installContent()
DAppCompatDelegateImpl.java1036 final ContentFrameLayout contentView = (ContentFrameLayout) subDecor.findViewById(
1046 contentView.addView(child);
1052 contentView.setId(android.R.id.content);
1064 contentView.setAttachListener(new ContentFrameLayout.OnAttachListener() {