Searched refs:FastBitmapDrawable (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
H A DWallpaperManager.java122 static class FastBitmapDrawable extends Drawable { class in class:WallpaperManager
130 private FastBitmapDrawable(Bitmap bitmap) { method in class:WallpaperManager.FastBitmapDrawable
408 return new FastBitmapDrawable(bm);
423 return new FastBitmapDrawable(bm);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DLockPatternKeyguardView.java1156 static private class FastBitmapDrawable extends Drawable { class in class:LockPatternKeyguardView
1160 private FastBitmapDrawable(Bitmap bitmap) { method in class:LockPatternKeyguardView.FastBitmapDrawable

Completed in 69 milliseconds