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.java666 final boolean hasCustomView = customView != null; in setupCustomContent()
667 if (!hasCustomView || !canTextInput(customView)) { in setupCustomContent()
672 if (hasCustomView) { in setupCustomContent()
854 View buttonPanel, boolean hasTitle, boolean hasCustomView, boolean hasButtons) { in setBackground() argument
915 if (hasCustomView) { in setBackground()