Home
last modified time | relevance | path

Searched refs:hasCustomView (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
DAlertController.java638 final boolean hasCustomView = customView != null; in setupCustomContent()
639 if (!hasCustomView || !canTextInput(customView)) { in setupCustomContent()
644 if (hasCustomView) { in setupCustomContent()
826 View buttonPanel, boolean hasTitle, boolean hasCustomView, boolean hasButtons) { in setBackground() argument
887 if (hasCustomView) { in setBackground()