Home
last modified time | relevance | path

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

/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DCacheProcessing.java94 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 DMockContactPhotoManager.java66 public void cacheBitmap(Uri photoUri, Bitmap bitmap, byte[] photoBytes) { in cacheBitmap() method in MockContactPhotoManager
/aosp12/packages/apps/Contacts/src/com/android/contacts/
H A DContactPhotoManager.java559 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 DContactPhotoManagerImpl.java696 private void cacheBitmap(Object key, byte[] bytes, boolean preloading, int requestedExtent) { in cacheBitmap() method in ContactPhotoManagerImpl
/aosp12/frameworks/rs/
H A DrsFont.cpp415 bool FontState::cacheBitmap(FT_Bitmap *bitmap, uint32_t *retOriginX, uint32_t *retOriginY) { in cacheBitmap() function in android::renderscript::FontState