Searched defs:cacheBitmap (Results 1 – 5 of 5) sorted by relevance
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ |
H A D | CacheProcessing.java | 94 public Bitmap apply(FilterEnvironment environment, Bitmap cacheBitmap) { in apply() 177 Bitmap cacheBitmap = null; in process() local
|
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/test/mocks/ |
H A D | MockContactPhotoManager.java | 66 public void cacheBitmap(Uri photoUri, Bitmap bitmap, byte[] photoBytes) { in cacheBitmap() method in MockContactPhotoManager
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/ |
H A D | ContactPhotoManager.java | 559 public abstract void cacheBitmap(Uri photoUri, Bitmap bitmap, byte[] photoBytes); in cacheBitmap() method in ContactPhotoManager 1184 private void cacheBitmap(Object key, byte[] bytes, boolean preloading, int requestedExtent) { in cacheBitmap() method in ContactPhotoManagerImpl 1221 public void cacheBitmap(Uri photoUri, Bitmap bitmap, byte[] photoBytes) { in cacheBitmap() method in ContactPhotoManagerImpl
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/contactphoto/ |
H A D | ContactPhotoManagerImpl.java | 696 private void cacheBitmap(Object key, byte[] bytes, boolean preloading, int requestedExtent) { in cacheBitmap() method in ContactPhotoManagerImpl
|
/aosp12/frameworks/rs/ |
H A D | rsFont.cpp | 415 bool FontState::cacheBitmap(FT_Bitmap *bitmap, uint32_t *retOriginX, uint32_t *retOriginY) { in cacheBitmap() function in android::renderscript::FontState
|