Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/template/
DMessageNotificationViewHolder.java53 private final CarNotificationBodyView mBodyView; field in MessageNotificationViewHolder
76 mBodyView = view.findViewById(R.id.notification_body); in MessageNotificationViewHolder()
149 mBodyView.setCountTextColor(mCountTextColor); in bindBody()
151 mBodyView.setCountTextColor(getAccentColor()); in bindBody()
154 mBodyView.setCountTextAlpha(isRestricted ? mDisabledCountTextButtonAlpha : /* alpha= */ 1); in bindBody()
245 mBodyView.setCountOnClickListener(listener); in bindBody()
247 mBodyView.bind(conversationTitle, messageText, in bindBody()
341 mBodyView.reset(); in reset()
418 mBodyView.bind(title, finalMessage, sbn, avatar, groupIcon, in getCountViewOnClickListener()
420 mBodyView.setContentMaxLines(mMaxLineCount); in getCountViewOnClickListener()
[all …]
DEmergencyNotificationViewHolder.java36 private final CarNotificationBodyView mBodyView; field in EmergencyNotificationViewHolder
51 mBodyView = view.findViewById(R.id.notification_body); in EmergencyNotificationViewHolder()
83 mBodyView.bind(title, text, in bind()
87 mBodyView.setPrimaryTextColor(mEmergencyPrimaryColor); in bind()
88 mBodyView.setSecondaryTextColor(mEmergencySecondaryColor); in bind()
DNavigationNotificationViewHolder.java30 private final CarNotificationBodyView mBodyView; field in NavigationNotificationViewHolder
38 mBodyView = view.findViewById(R.id.notification_body); in NavigationNotificationViewHolder()
65 mBodyView.bind(title, text, alertEntry.getStatusBarNotification(), in bindBody()
DInboxNotificationViewHolder.java32 private final CarNotificationBodyView mBodyView; field in InboxNotificationViewHolder
40 mBodyView = view.findViewById(R.id.notification_body); in InboxNotificationViewHolder()
66 mBodyView.bind(title, text, in bindBody()
DCallNotificationViewHolder.java31 private final CarNotificationBodyView mBodyView; field in CallNotificationViewHolder
39 mBodyView = view.findViewById(R.id.notification_body); in CallNotificationViewHolder()
64 mBodyView.bind(title, text, in bindBody()
DBasicNotificationViewHolder.java31 private final CarNotificationBodyView mBodyView; field in BasicNotificationViewHolder
39 mBodyView = view.findViewById(R.id.notification_body); in BasicNotificationViewHolder()
64 mBodyView.bind(title, text, in bindBody()
DProgressNotificationViewHolder.java36 private final CarNotificationBodyView mBodyView; field in ProgressNotificationViewHolder
51 mBodyView = view.findViewById(R.id.notification_body); in ProgressNotificationViewHolder()
82 mBodyView.bind(title, text, in bindBody()
DCarNotificationBaseViewHolder.java51 private final CarNotificationBodyView mBodyView; field in CarNotificationBaseViewHolder
128 mBodyView = itemView.findViewById(R.id.notification_body); in CarNotificationBaseViewHolder()
192 bindBody(mBodyView, isInGroup); in bind()
347 if (mBodyView != null) { in reset()
348 mBodyView.reset(); in reset()