Searched defs:topPanel (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java398 LinearLayout topPanel = (LinearLayout) mWindow.findViewById(R.id.topPanel);
401 boolean hasTitle = setupTitle(topPanel);
441 setBackground(topPanel, contentPanel, customPanel, hasButtons, a, hasTitle, buttonPanel);
445 private boolean setupTitle(LinearLayout topPanel) { argument
449 // Add the custom title view directly to the topPanel layout
453 topPanel.addView(mCustomTitleView, 0, lp);
493 topPanel.setVisibility(View.GONE);
599 private void setBackground(LinearLayout topPanel, LinearLayout contentPanel, argument
639 views[pos] = topPanel;
[all...]

Completed in 78 milliseconds