Searched refs:contentView (Results 1 – 3 of 3) sorted by relevance
66 final int contentView = getContentViewLayoutResId(); in onCreate() local67 if (contentView > 0) { in onCreate()68 setContentView(contentView); in onCreate()
232 final int contentView = selectContentView(); in installContent() local233 mDialog.setContentView(contentView); in installContent()
1036 final ContentFrameLayout contentView = (ContentFrameLayout) subDecor.findViewById(1046 contentView.addView(child);1052 contentView.setId(android.R.id.content);1064 contentView.setAttachListener(new ContentFrameLayout.OnAttachListener() {