OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bitmapCache
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/widget/
RemoteViews.java
107
private
BitmapCache
mBitmapCache;
258
public void setBitmapCache(
BitmapCache
bitmapCache
) {
320
mBitmapCache = new
BitmapCache
();
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GeometryMathUtils.java
27
import com.android.gallery3d.filtershow.cache.
BitmapCache
;
319
BitmapCache
bitmapCache
= MasterImage.getImage().getBitmapCache();
320
Bitmap temp =
bitmapCache
.getBitmap(frame.width(),
321
frame.height(),
BitmapCache
.UTIL_GEOMETRY);
394
BitmapCache
cache = MasterImage.getImage().getBitmapCache();
Completed in 31 milliseconds