Searched refs:hasTitle (Results 1 – 2 of 2) sorted by relevance
854 View buttonPanel, boolean hasTitle, boolean hasCustomView, boolean hasButtons) { in setBackground() argument900 if (hasTitle) { in setBackground()999 public void setHasDecor(boolean hasTitle, boolean hasButtons) { in setHasDecor() argument1000 if (!hasButtons || !hasTitle) { in setHasDecor()1002 final int paddingTop = hasTitle ? getPaddingTop() : mPaddingTopNoTitle; in setHasDecor()
193 final boolean hasTitle = !TextUtils.isEmpty(mTitle); in initTitle()196 mTitleLayout.setVisibility(hasTitle || hasSubtitle ? VISIBLE : GONE); in initTitle()