Home
last modified time | relevance | path

Searched refs:contentPanel (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
DAlertController.java490 final View defaultContentPanel = parentPanel.findViewById(R.id.contentPanel); in setupView()
499 final View customContentPanel = customPanel.findViewById(R.id.contentPanel); in setupView()
504 final ViewGroup contentPanel = resolvePanel(customContentPanel, defaultContentPanel); in setupView() local
507 setupContent(contentPanel); in setupView()
520 if (contentPanel != null) { in setupView()
521 final View spacer = contentPanel.findViewById(R.id.textSpacerNoButtons); in setupView()
561 setBackground(a, topPanel, contentPanel, customPanel, buttonPanel, in setupView()
646 private void setupContent(ViewGroup contentPanel) { in setupContent() argument
647 mScrollView = (ScrollView) contentPanel.findViewById(R.id.scrollView); in setupContent()
651 mMessageView = (TextView) contentPanel.findViewById(R.id.message); in setupContent()
[all …]
DResolverActivity.java243 final ResolverDrawerLayout rdl = (ResolverDrawerLayout) findViewById(R.id.contentPanel); in onCreate()
/frameworks/support/v7/appcompat/src/android/support/v7/app/
DAlertController.java407 final ViewGroup contentPanel = (ViewGroup) mWindow.findViewById(R.id.contentPanel); in setupView() local
408 setupContent(contentPanel); in setupView()
521 private void setupContent(ViewGroup contentPanel) { in setupContent() argument
544 contentPanel.setVisibility(View.GONE); in setupContent()
/frameworks/support/v7/appcompat/api/
D22.2.0.txt742 field public static int contentPanel;
D22.2.1.txt768 field public static int contentPanel;
Dcurrent.txt792 field public static int contentPanel;
D23.txt792 field public static int contentPanel;