OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:writeBitmapToCache
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery3D/src/com/cooliris/media/
MediaItemTexture.java
191
data = CacheService.
writeBitmapToCache
(thumbnailCache, item.mId, item.mId, retVal, config.thumbnailWidth,
/packages/apps/Gallery3D/src/com/cooliris/cache/
CacheService.java
612
final byte[] retVal =
writeBitmapToCache
(thumbnailCache, thumbId, origId, bitmap, thumbnailWidth, thumbnailHeight,
620
public static final byte[]
writeBitmapToCache
(final DiskCache thumbnailCache, final long thumbId, final long origId,
[
all
...]
Completed in 18 milliseconds