Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java5440 result.mTitleMarginSet.applyToView(contentView, R.id.title); in bindLargeIconAndApplyMargin()
5442 result.mTitleMarginSet.applyToView(contentView, p.mTextViewId); in bindLargeIconAndApplyMargin()
7151 result.mTitleMarginSet.applyToView(template, R.id.notification_main_column, in buildCustomContentIntoTemplate()
12410 public final MarginSet mTitleMarginSet = new MarginSet(); field in Notification.Builder.TemplateBindResult
12419 mTitleMarginSet.setValues(0, marginEndDpIfVisible + expanderSizeDp); in setRightIconState()