OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PurgeableBitmapView
(Results
1 - 2
of
2
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
PurgeableBitmap.java
39
private
PurgeableBitmapView
mView;
66
mView = new
PurgeableBitmapView
(this, detectIfPurgeableRequest());
PurgeableBitmapView.java
31
*
PurgeableBitmapView
works with PurgeableBitmap to demonstrate the effects of setting
34
*
PurgeableBitmapView
decodes an encoded bitstream to a Bitmap each time update()
38
public class
PurgeableBitmapView
extends View {
53
public
PurgeableBitmapView
(Context context, boolean isPurgeable) {
Completed in 89 milliseconds