Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java5166 contentView.setViewVisibility(p.mTextViewId, View.VISIBLE); in applyStandardTemplate()
5167 contentView.setTextViewText(p.mTextViewId, processTextSpans(p.text)); in applyStandardTemplate()
5168 setTextViewColorSecondary(contentView, p.mTextViewId, p); in applyStandardTemplate()
5170 } else if (p.mTextViewId != R.id.text) { in applyStandardTemplate()
5172 contentView.setViewVisibility(p.mTextViewId, View.GONE); in applyStandardTemplate()
5173 contentView.setTextViewText(p.mTextViewId, null); in applyStandardTemplate()
5280 result.mTitleMarginSet.applyToView(contentView, p.mTextViewId); in bindLargeIconAndApplyMargin()
5281 contentView.setInt(p.mTextViewId, "setNumIndentLines", p.hasTitle() ? 0 : 1); in bindLargeIconAndApplyMargin()
12179 int mTextViewId; field in Notification.Builder.StandardTemplateParams
12204 mTextViewId = R.id.text; in reset()
[all …]