/packages/apps/Car/Notification/src/com/android/car/notification/template/ |
D | MessageNotificationViewHolder.java | 53 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 …]
|
D | EmergencyNotificationViewHolder.java | 36 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()
|
D | NavigationNotificationViewHolder.java | 30 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()
|
D | InboxNotificationViewHolder.java | 32 private final CarNotificationBodyView mBodyView; field in InboxNotificationViewHolder 40 mBodyView = view.findViewById(R.id.notification_body); in InboxNotificationViewHolder() 66 mBodyView.bind(title, text, in bindBody()
|
D | CallNotificationViewHolder.java | 31 private final CarNotificationBodyView mBodyView; field in CallNotificationViewHolder 39 mBodyView = view.findViewById(R.id.notification_body); in CallNotificationViewHolder() 64 mBodyView.bind(title, text, in bindBody()
|
D | BasicNotificationViewHolder.java | 31 private final CarNotificationBodyView mBodyView; field in BasicNotificationViewHolder 39 mBodyView = view.findViewById(R.id.notification_body); in BasicNotificationViewHolder() 64 mBodyView.bind(title, text, in bindBody()
|
D | ProgressNotificationViewHolder.java | 36 private final CarNotificationBodyView mBodyView; field in ProgressNotificationViewHolder 51 mBodyView = view.findViewById(R.id.notification_body); in ProgressNotificationViewHolder() 82 mBodyView.bind(title, text, in bindBody()
|
D | CarNotificationBaseViewHolder.java | 51 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()
|