Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DAlertController.java577 final boolean hasCustomView = customView != null; in setupCustomContent()
578 if (!hasCustomView || !canTextInput(customView)) { in setupCustomContent()
583 if (hasCustomView) { in setupCustomContent()
759 View buttonPanel, boolean hasTitle, boolean hasCustomView, boolean hasButtons) { in setBackground() argument
820 if (hasCustomView) { in setBackground()
/frameworks/support/v7/appcompat/src/android/support/v7/app/
DAlertController.java436 final boolean hasCustomView = customView != null; in setupView()
437 if (!hasCustomView || !canTextInput(customView)) { in setupView()
442 if (hasCustomView) { in setupView()