Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java5325 contentView.setViewVisibility(p.mTitleViewId, View.VISIBLE); in applyStandardTemplate()
5326 contentView.setTextViewText(p.mTitleViewId, ensureColorSpanContrast(p.mTitle, p)); in applyStandardTemplate()
5327 setTextViewColorPrimary(contentView, p.mTitleViewId, p); in applyStandardTemplate()
5328 } else if (p.mTitleViewId != R.id.title) { in applyStandardTemplate()
5330 contentView.setViewVisibility(p.mTitleViewId, View.GONE); in applyStandardTemplate()
5331 contentView.setTextViewText(p.mTitleViewId, null); in applyStandardTemplate()
12520 int mTitleViewId; field in Notification.Builder.StandardTemplateParams
12545 mTitleViewId = R.id.title; in reset()
12622 mTitleViewId = titleViewId; in titleViewId()