Home | History | Annotate | Download | only in app

Lines Matching defs:contentPanel

394         LinearLayout contentPanel = (LinearLayout) mWindow.findViewById(R.id.contentPanel);
395 setupContent(contentPanel);
441 setBackground(topPanel, contentPanel, customPanel, hasButtons, a, hasTitle, buttonPanel);
500 private void setupContent(LinearLayout contentPanel) {
517 contentPanel.removeView(mWindow.findViewById(R.id.scrollView));
518 contentPanel.addView(mListView,
520 contentPanel.setLayoutParams(new LinearLayout.LayoutParams(MATCH_PARENT, 0, 1.0f));
522 contentPanel.setVisibility(View.GONE);
599 private void setBackground(LinearLayout topPanel, LinearLayout contentPanel,
644 /* The contentPanel displays either a custom text message or
647 * are there the contentPanel will be hidden so set it as null.
649 views[pos] = (contentPanel.getVisibility() == View.GONE)
650 ? null : contentPanel;
707 contentPanel.setBackgroundResource(bottomBright);