Searched refs:foregroundDrawable (Results 1 – 3 of 3) 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()
242 boolean applyTime(Calendar time, LayerDrawable foregroundDrawable) { in applyTime() argument252 final Drawable hour = foregroundDrawable.getDrawable(hourLayerIndex); in applyTime()259 final Drawable minute = foregroundDrawable.getDrawable(minuteLayerIndex); in applyTime()266 final Drawable second = foregroundDrawable.getDrawable(secondLayerIndex); in applyTime()
138 Drawable foregroundDrawable, Path iconMask) { in DynamicAdaptiveIconDrawable() argument143 if (foregroundDrawable != null) { in DynamicAdaptiveIconDrawable()144 addLayer(FOREGROUND_ID, createChildDrawable(foregroundDrawable)); in DynamicAdaptiveIconDrawable()