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

/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java753 final boolean hasButtons = whichButtons != 0;
754 if (!hasButtons) {
775 View buttonPanel, boolean hasTitle, boolean hasCustomView, boolean hasButtons) {
842 if (hasButtons) {
876 lastLight ? (hasButtons ? bottomMedium : bottomBright) : bottomDark);
917 public void setHasDecor(boolean hasTitle, boolean hasButtons) { argument
918 if (!hasButtons || !hasTitle) {
922 final int paddingBottom = hasButtons ? getPaddingBottom() : mPaddingBottomNoButtons;
774 setBackground(TypedArray a, View topPanel, View contentPanel, View customPanel, View buttonPanel, boolean hasTitle, boolean hasCustomView, boolean hasButtons) argument

Completed in 64 milliseconds