Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DAudioRecordView.java227 final Drawable foregroundDrawable = getResources().getDrawable(R.drawable.ic_mp_audio_mic); in updateRecordButtonAppearance() local
231 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()
/packages/modules/Permission/PermissionController/iconloaderlib/src/com/android/launcher3/icons/
DClockDrawableWrapper.java242 boolean applyTime(Calendar time, LayerDrawable foregroundDrawable) { in applyTime() argument
252 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()
/packages/apps/ThemePicker/src/com/android/customization/widget/
DDynamicAdaptiveIconDrawable.java138 Drawable foregroundDrawable, Path iconMask) { in DynamicAdaptiveIconDrawable() argument
143 if (foregroundDrawable != null) { in DynamicAdaptiveIconDrawable()
144 addLayer(FOREGROUND_ID, createChildDrawable(foregroundDrawable)); in DynamicAdaptiveIconDrawable()