Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DImportancePreference.java48 ArrayMap<ImageButton, Integer> mImageButtons = new ArrayMap<>(); field in ImportancePreference
107 mImageButtons.put(blockButton, mContext.getColor(R.color.notification_block_color)); in onBindViewHolder()
108 mImageButtons.put(silenceButton, mContext.getColor(R.color.notification_silence_color)); in onBindViewHolder()
109 mImageButtons.put(alertButton, mContext.getColor(R.color.notification_alert_color)); in onBindViewHolder()
152 if (mImageButtons != null) { in colorizeImageButton()
153 for (int i = 0; i < mImageButtons.size(); i++) { in colorizeImageButton()
154 final ImageButton imageButton = mImageButtons.keyAt(i); in colorizeImageButton()
155 final int color = mImageButtons.valueAt(i); in colorizeImageButton()