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

/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java593 final boolean hasCustomView = customView != null;
594 if (!hasCustomView || !canTextInput(customView)) {
599 if (hasCustomView) {
775 View buttonPanel, boolean hasTitle, boolean hasCustomView, boolean hasButtons) {
836 if (hasCustomView) {
774 setBackground(TypedArray a, View topPanel, View contentPanel, View customPanel, View buttonPanel, boolean hasTitle, boolean hasCustomView, boolean hasButtons) argument

Completed in 62 milliseconds