Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/template/
DGroupNotificationViewHolder.java75 private final boolean mUseLauncherIcon; field in GroupNotificationViewHolder
146 mUseLauncherIcon = getContext().getResources().getBoolean(R.bool.config_useLauncherIcon); in GroupNotificationViewHolder()
219 if (mUseLauncherIcon) { in bind()
228 if (mUseLauncherIcon) { in bind()
244 if (mUseLauncherIcon) { in expandGroup()
275 if (mUseLauncherIcon) { in collapseGroup()
305 if (mUseLauncherIcon) { in updateExpansionIcon()
358 if (!itemView.isInTouchMode() && mUseLauncherIcon) { in updateOnClickListener()
DCarNotificationHeaderView.java53 private final boolean mUseLauncherIcon; field in CarNotificationHeaderView
86 mUseLauncherIcon = getResources().getBoolean(R.bool.config_useLauncherIcon);
118 if (mUseLauncherIcon || isInGroup) { in bind()
DCarNotificationBaseViewHolder.java73 private boolean mUseLauncherIcon; field in CarNotificationBaseViewHolder
133 mUseLauncherIcon = mContext.getResources().getBoolean(R.bool.config_useLauncherIcon); in CarNotificationBaseViewHolder()
/packages/apps/Car/Notification/src/com/android/car/notification/
DPreprocessingManager.java72 private final boolean mUseLauncherIcon; field in PreprocessingManager
108 mUseLauncherIcon = resources.getBoolean(R.bool.config_useLauncherIcon); in PreprocessingManager()
470 if (mUseLauncherIcon) { in group()
512 if (mUseLauncherIcon) { in group()