Home
last modified time | relevance | path

Searched defs:CacheKey (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
H A DBitmapCachingAsset.java40 private static class CacheKey { class in BitmapCachingAsset
47 CacheKey(Asset asset, int width, int height) { in CacheKey() method in BitmapCachingAsset.CacheKey
51 CacheKey(Asset asset, int width, int height, boolean rtl, Rect rect) { in CacheKey() method in BitmapCachingAsset.CacheKey
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DThumbnailCache.java359 private static class CacheKey { class in ThumbnailCache
364 CacheKey(Uri uri, UserId userId, Point point) { in CacheKey() method in ThumbnailCache.CacheKey
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DMediaViewController.kt536 private data class CacheKey( dataClass
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarContentInsetsProvider.kt279 private data class CacheKey( dataClass
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsStorage.java966 private static final class CacheKey { class in LockSettingsStorage.Cache