Searched refs:hasTitle (Results 1 – 2 of 2) sorted by relevance
826 View buttonPanel, boolean hasTitle, boolean hasCustomView, boolean hasButtons) { in setBackground() argument872 if (hasTitle) { in setBackground()971 public void setHasDecor(boolean hasTitle, boolean hasButtons) { in setHasDecor() argument972 if (!hasButtons || !hasTitle) { in setHasDecor()974 final int paddingTop = hasTitle ? getPaddingTop() : mPaddingTopNoTitle; in setHasDecor()
194 final boolean hasTitle = !TextUtils.isEmpty(mTitle); in initTitle()197 mTitleLayout.setVisibility(hasTitle || hasSubtitle ? VISIBLE : GONE); in initTitle()