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

/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java384 boolean hasButtons = setupButtons();
392 if (!hasButtons) {
429 setBackground(topPanel, contentPanel, customPanel, hasButtons, a, hasTitle, buttonPanel);
588 View customPanel, boolean hasButtons, TypedArray a, boolean hasTitle,
646 if (hasButtons) {
676 lastLight ? (hasButtons ? bottomMedium : bottomBright) : bottomDark);
686 // if (hasButtons && (mListView != null)) {
587 setBackground(LinearLayout topPanel, LinearLayout contentPanel, View customPanel, boolean hasButtons, TypedArray a, boolean hasTitle, View buttonPanel) argument

Completed in 24 milliseconds