Home
last modified time | relevance | path

Searched refs:hasTitle (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
DAlertController.java855 View buttonPanel, boolean hasTitle, boolean hasCustomView, boolean hasButtons) { in setBackground() argument
901 if (hasTitle) { in setBackground()
1000 public void setHasDecor(boolean hasTitle, boolean hasButtons) { in setHasDecor() argument
1001 if (!hasButtons || !hasTitle) { in setHasDecor()
1003 final int paddingTop = hasTitle ? getPaddingTop() : mPaddingTopNoTitle; in setHasDecor()
/frameworks/base/core/java/com/android/internal/widget/
DActionBarContextView.java194 final boolean hasTitle = !TextUtils.isEmpty(mTitle); in initTitle()
197 mTitleLayout.setVisibility(hasTitle || hasSubtitle ? VISIBLE : GONE); in initTitle()
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DAlertController.java590 View buttonPanel, boolean hasTitle, boolean hasCustomView, boolean hasButtons) { in setBackground() argument
620 if (hasTitle) { in setBackground()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/
DMediaControlPanel.java1482 boolean hasTitle = false;
1522 hasTitle |= !TextUtils.isEmpty(title);
1554 final boolean titlesVisible = hasTitle;
/frameworks/base/core/java/android/app/
DNotification.java5818 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