Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/template/
DMessageNotificationViewHolder.java65 private final float mDisabledCountTextButtonAlpha; field in MessageNotificationViewHolder
92 mDisabledCountTextButtonAlpha = getContext().getResources().getFloat( in MessageNotificationViewHolder()
154 mBodyView.setCountTextAlpha(isRestricted ? mDisabledCountTextButtonAlpha : /* alpha= */ 1); in bindBody()
422 mBodyView.setCountTextAlpha(mDisabledCountTextButtonAlpha); in getCountViewOnClickListener()