Home
last modified time | relevance | path

Searched refs:foregroundDrawable (Results 1 – 4 of 4) 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/apps/Launcher3/src/com/android/launcher3/icons/
DClockDrawableWrapper.java169 boolean applyTime(Calendar time, LayerDrawable foregroundDrawable) { in applyTime() argument
179 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()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DLiveTileOverlay.java117 public void setForegroundDrawable(@Nullable Drawable foregroundDrawable) { in setForegroundDrawable() argument
118 mForegroundDrawable = foregroundDrawable; in setForegroundDrawable()
/packages/apps/ThemePicker/src/com/android/customization/widget/
DDynamicAdaptiveIconDrawable.java141 Drawable foregroundDrawable, Path iconMask) { in DynamicAdaptiveIconDrawable() argument
146 if (foregroundDrawable != null) { in DynamicAdaptiveIconDrawable()
147 addLayer(FOREGROUND_ID, createChildDrawable(foregroundDrawable)); in DynamicAdaptiveIconDrawable()