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.java635 final boolean hasCustomView = customView != null; in setupCustomContent()
636 if (!hasCustomView || !canTextInput(customView)) { in setupCustomContent()
641 if (hasCustomView) { in setupCustomContent()
823 View buttonPanel, boolean hasTitle, boolean hasCustomView, boolean hasButtons) { in setBackground() argument
884 if (hasCustomView) { in setBackground()