Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/template/
DCarNotificationFooterViewHolder.java41 private final boolean mShowFooter; field in CarNotificationFooterViewHolder
60 mShowFooter = context.getResources().getBoolean(R.bool.config_showFooterForNotifications); in CarNotificationFooterViewHolder()
72 if (mClearAllButton == null || !mShowFooter) { in bind()