Searched refs:foregroundDrawable (Results 1 – 4 of 4) 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()
169 boolean applyTime(Calendar time, LayerDrawable foregroundDrawable) { in applyTime() argument179 final Drawable hour = foregroundDrawable.getDrawable(hourLayerIndex); in applyTime()186 final Drawable minute = foregroundDrawable.getDrawable(minuteLayerIndex); in applyTime()193 final Drawable second = foregroundDrawable.getDrawable(secondLayerIndex); in applyTime()
117 public void setForegroundDrawable(@Nullable Drawable foregroundDrawable) { in setForegroundDrawable() argument118 mForegroundDrawable = foregroundDrawable; in setForegroundDrawable()
141 Drawable foregroundDrawable, Path iconMask) { in DynamicAdaptiveIconDrawable() argument146 if (foregroundDrawable != null) { in DynamicAdaptiveIconDrawable()147 addLayer(FOREGROUND_ID, createChildDrawable(foregroundDrawable)); in DynamicAdaptiveIconDrawable()