Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java5158 contentView.setViewVisibility(p.mTextViewId, View.VISIBLE); in applyStandardTemplate()
5159 contentView.setTextViewText(p.mTextViewId, processTextSpans(p.text)); in applyStandardTemplate()
5160 setTextViewColorSecondary(contentView, p.mTextViewId, p); in applyStandardTemplate()
5162 } else if (p.mTextViewId != R.id.text) { in applyStandardTemplate()
5164 contentView.setViewVisibility(p.mTextViewId, View.GONE); in applyStandardTemplate()
5165 contentView.setTextViewText(p.mTextViewId, null); in applyStandardTemplate()
5272 result.mTitleMarginSet.applyToView(contentView, p.mTextViewId); in bindLargeIconAndApplyMargin()
5273 contentView.setInt(p.mTextViewId, "setNumIndentLines", p.hasTitle() ? 0 : 1); in bindLargeIconAndApplyMargin()
12110 int mTextViewId; field in Notification.Builder.StandardTemplateParams
12135 mTextViewId = R.id.text; in reset()
[all …]