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

/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java349 boolean hasButtons = setupButtons();
357 if (!hasButtons) {
385 setBackground(topPanel, contentPanel, customPanel, hasButtons, a, hasTitle, buttonPanel);
537 View customPanel, boolean hasButtons, TypedArray a, boolean hasTitle,
595 if (hasButtons) {
625 lastLight ? (hasButtons ? bottomMedium : bottomBright) : bottomDark);
635 // if (hasButtons && (mListView != null)) {
536 setBackground(LinearLayout topPanel, LinearLayout contentPanel, View customPanel, boolean hasButtons, TypedArray a, boolean hasTitle, View buttonPanel) argument

Completed in 30 milliseconds