Searched refs:hasTitle (Results 1 – 5 of 5) sorted by relevance
855 View buttonPanel, boolean hasTitle, boolean hasCustomView, boolean hasButtons) { in setBackground() argument901 if (hasTitle) { in setBackground()1000 public void setHasDecor(boolean hasTitle, boolean hasButtons) { in setHasDecor() argument1001 if (!hasButtons || !hasTitle) { in setHasDecor()1003 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()
590 View buttonPanel, boolean hasTitle, boolean hasCustomView, boolean hasButtons) { in setBackground() argument620 if (hasTitle) { in setBackground()
1482 boolean hasTitle = false;1522 hasTitle |= !TextUtils.isEmpty(title);1554 final boolean titlesVisible = hasTitle;
5818 if (p.hasTitle()) { in applyStandardTemplate()5948 contentView.setInt(p.mTextViewId, "setNumIndentLines", p.hasTitle() ? 0 : 1); in bindLargeIconAndApplyMargin()6175 if (p.mHeaderless && p.hasTitle()) { in bindHeaderAppName()6183 return p.hasTitle(); in bindHeaderAppName()13491 final boolean hasTitle() { in hasTitle() method in Notification.Builder.StandardTemplateParams