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

/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
H A DAlertController.java822 final boolean hasButtons = whichButtons != 0;
823 if (!hasButtons) {
854 public void setHasDecor(boolean hasTitle, boolean hasButtons) { argument
855 if (!hasButtons || !hasTitle) {
859 final int paddingBottom = hasButtons ? getPaddingBottom() : mPaddingBottomNoButtons;
/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java785 final boolean hasButtons = whichButtons != 0;
786 if (!hasButtons) {
807 View buttonPanel, boolean hasTitle, boolean hasCustomView, boolean hasButtons) {
874 if (hasButtons) {
908 lastLight ? (hasButtons ? bottomMedium : bottomBright) : bottomDark);
950 public void setHasDecor(boolean hasTitle, boolean hasButtons) { argument
951 if (!hasButtons || !hasTitle) {
955 final int paddingBottom = hasButtons ? getPaddingBottom() : mPaddingBottomNoButtons;
806 setBackground(TypedArray a, View topPanel, View contentPanel, View customPanel, View buttonPanel, boolean hasTitle, boolean hasCustomView, boolean hasButtons) argument

Completed in 24 milliseconds