Searched refs:contentPanel (Results 1 – 7 of 7) sorted by relevance
490 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() local507 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() argument647 mScrollView = (ScrollView) contentPanel.findViewById(R.id.scrollView); in setupContent()651 mMessageView = (TextView) contentPanel.findViewById(R.id.message); in setupContent()[all …]
243 final ResolverDrawerLayout rdl = (ResolverDrawerLayout) findViewById(R.id.contentPanel); in onCreate()
407 final ViewGroup contentPanel = (ViewGroup) mWindow.findViewById(R.id.contentPanel); in setupView() local408 setupContent(contentPanel); in setupView()521 private void setupContent(ViewGroup contentPanel) { in setupContent() argument544 contentPanel.setVisibility(View.GONE); in setupContent()
742 field public static int contentPanel;
768 field public static int contentPanel;
792 field public static int contentPanel;