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

/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java456 * @param customPanel the custom panel
461 private ViewGroup resolvePanel(@Nullable View customPanel, @Nullable View defaultPanel) { argument
462 if (customPanel == null) {
480 if (customPanel instanceof ViewStub) {
481 customPanel = ((ViewStub) customPanel).inflate();
484 return (ViewGroup) customPanel;
495 final ViewGroup customPanel = (ViewGroup) parentPanel.findViewById(R.id.customPanel);
496 setupCustomContent(customPanel);
566 setupCustomContent(ViewGroup customPanel) argument
758 setBackground(TypedArray a, View topPanel, View contentPanel, View customPanel, View buttonPanel, boolean hasTitle, boolean hasCustomView, boolean hasButtons) argument
[all...]

Completed in 82 milliseconds