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

/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java401 boolean hasTitle = setupTitle(topPanel);
428 if (hasTitle) {
441 setBackground(topPanel, contentPanel, customPanel, hasButtons, a, hasTitle, buttonPanel);
446 boolean hasTitle = true;
494 hasTitle = false;
497 return hasTitle;
600 View customPanel, boolean hasButtons, TypedArray a, boolean hasTitle,
638 if (hasTitle) {
599 setBackground(LinearLayout topPanel, LinearLayout contentPanel, View customPanel, boolean hasButtons, TypedArray a, boolean hasTitle, View buttonPanel) argument

Completed in 64 milliseconds