OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BitmapView
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GradientsActivity.java
49
final
BitmapView
bitmapView
= new
BitmapView
(this);
64
bitmapView
.setRotationX((float) progress);
82
layout.addView(
bitmapView
, lp);
91
static class
BitmapView
extends View {
94
BitmapView
(Context c) {
/packages/apps/UnifiedEmail/src/com/android/bitmap/
DecodeTask.java
20
* A {@link
BitmapView
} client may be notified on decode begin and completion.
36
private final
BitmapView
mView;
62
public interface
BitmapView
{
76
public DecodeTask(Request key, int w, int h, int bufferW, int bufferH,
BitmapView
view,
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
AttachmentDrawable.java
44
public class AttachmentDrawable extends Drawable implements DecodeTask.
BitmapView
,
Completed in 34 milliseconds