Home
last modified time | relevance | path

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

/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DBitmapInfo.java112 BaseIconCache iconCache, Context context) { in fromByteArray() argument
128 return ThemedBitmapInfo.decode(data, color, decodeOptions, user, iconCache, context); in fromByteArray()
DThemedIconDrawable.java179 BitmapFactory.Options decodeOptions, UserHandle user, BaseIconCache iconCache, in decode() argument
194 try (BaseIconFactory iconFactory = iconCache.getIconFactory()) { in decode()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DControlsUiControllerImpl.kt84 private val iconCache: CustomIconCache, in <lambda>() constant in com.android.systemui.controls.ui.ControlsUiControllerImpl
528 iconCache.store(componentName, c.controlId, c.customIcon) in <lambda>()