Searched refs:hasButtons (Results 1 - 2 of 2) 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);
918 public void setHasDecor(boolean hasTitle, boolean hasButtons) { argument
919 if (!hasButtons || !hasTitle) {
923 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
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAlertController.java754 final boolean hasButtons = whichButtons != 0;
755 if (!hasButtons) {

Completed in 98 milliseconds