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

/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java351 LinearLayout topPanel = (LinearLayout) mWindow.findViewById(R.id.topPanel);
354 boolean hasTitle = setupTitle(topPanel);
385 setBackground(topPanel, contentPanel, customPanel, hasButtons, a, hasTitle, buttonPanel);
389 private boolean setupTitle(LinearLayout topPanel) { argument
393 // Add the custom title view directly to the topPanel layout
397 topPanel.addView(mCustomTitleView, lp);
536 private void setBackground(LinearLayout topPanel, LinearLayout contentPanel, argument
576 views[pos] = topPanel;

Completed in 91 milliseconds