Searched refs:foregroundDrawable (Results 1 – 2 of 2) sorted by relevance
227 final Drawable foregroundDrawable = getResources().getDrawable(R.drawable.ic_mp_audio_mic); in updateRecordButtonAppearance() local231 foregroundDrawable.setColorFilter(Color.WHITE, PorterDuff.Mode.SRC_ATOP); in updateRecordButtonAppearance()234 foregroundDrawable.setColorFilter(mThemeColor, PorterDuff.Mode.SRC_ATOP); in updateRecordButtonAppearance()237 mRecordButtonVisual.setImageDrawable(foregroundDrawable); in updateRecordButtonAppearance()
138 Drawable foregroundDrawable, Path iconMask) { in DynamicAdaptiveIconDrawable() argument143 if (foregroundDrawable != null) { in DynamicAdaptiveIconDrawable()144 addLayer(FOREGROUND_ID, createChildDrawable(foregroundDrawable)); in DynamicAdaptiveIconDrawable()