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

/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java439 * @param customPanel the custom panel
444 private ViewGroup resolvePanel(@Nullable View customPanel, @Nullable View defaultPanel) { argument
445 if (customPanel == null) {
463 if (customPanel instanceof ViewStub) {
464 customPanel = ((ViewStub) customPanel).inflate();
467 return (ViewGroup) customPanel;
478 final ViewGroup customPanel = (ViewGroup) parentPanel.findViewById(R.id.customPanel);
479 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...]
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAlertController.java412 * @param customPanel the custom panel
417 private ViewGroup resolvePanel(@Nullable View customPanel, @Nullable View defaultPanel) { argument
418 if (customPanel == null) {
436 if (customPanel instanceof ViewStub) {
437 customPanel = ((ViewStub) customPanel).inflate();
440 return (ViewGroup) customPanel;
451 final ViewGroup customPanel = (ViewGroup) parentPanel.findViewById(R.id.customPanel);
452 setupCustomContent(customPanel);
594 setupCustomContent(ViewGroup customPanel) argument
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DAlertDialogLayout.java39 * <li>contentPanel OR customPanel: at most fill_parent, first priority for
94 case R.id.customPanel:
/frameworks/base/services/core/java/com/android/server/am/
H A DAppErrorDialog.java140 findViewById(com.android.internal.R.id.customPanel).setVisibility(View.VISIBLE);
H A DAppNotRespondingDialog.java121 findViewById(com.android.internal.R.id.customPanel).setVisibility(View.VISIBLE);

Completed in 145 milliseconds