Searched refs:hasButtons (Results 1 – 2 of 2) sorted by relevance
583 final boolean hasButtons = whichButtons != 0; in setupButtons()584 if (!hasButtons) { in setupButtons()590 View buttonPanel, boolean hasTitle, boolean hasCustomView, boolean hasButtons) { in setBackground() argument642 if (hasButtons) { in setBackground()676 lastLight ? (hasButtons ? bottomMedium : bottomBright) : bottomDark); in setBackground()
833 final boolean hasButtons = whichButtons != 0; in setupButtons()834 if (!hasButtons) { in setupButtons()855 View buttonPanel, boolean hasTitle, boolean hasCustomView, boolean hasButtons) { in setBackground() argument922 if (hasButtons) { in setBackground()956 lastLight ? (hasButtons ? bottomMedium : bottomBright) : bottomDark); in setBackground()1000 public void setHasDecor(boolean hasTitle, boolean hasButtons) { in setHasDecor() argument1001 if (!hasButtons || !hasTitle) { in setHasDecor()1005 final int paddingBottom = hasButtons ? getPaddingBottom() : mPaddingBottomNoButtons; in setHasDecor()