Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java5819 contentView.setViewVisibility(p.mTitleViewId, View.VISIBLE); in applyStandardTemplate()
5820 contentView.setTextViewText(p.mTitleViewId, in applyStandardTemplate()
5822 setTextViewColorPrimary(contentView, p.mTitleViewId, p); in applyStandardTemplate()
5823 } else if (p.mTitleViewId != R.id.title) { in applyStandardTemplate()
5825 contentView.setViewVisibility(p.mTitleViewId, View.GONE); in applyStandardTemplate()
5826 contentView.setTextViewText(p.mTitleViewId, null); in applyStandardTemplate()
13454 int mTitleViewId; field in Notification.Builder.StandardTemplateParams
13479 mTitleViewId = R.id.title; in reset()
13556 mTitleViewId = titleViewId; in titleViewId()