Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/template/
DCarNotificationActionsView.java74 private final int mCallButtonTextColor; field in CarNotificationActionsView
137 mCallButtonTextColor = mContext.getColor(R.color.call_accept_button_text); in CarNotificationActionsView()
236 mActionButtons.get(0).setTextColor(mCallButtonTextColor); in bind()