HomeSort by relevance Sort by last modified time
    Searched defs:FastBitmapDrawable (Results 1 - 7 of 7) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
FastBitmapDrawable.java 27 class FastBitmapDrawable extends Drawable {
34 FastBitmapDrawable(Bitmap b) {
  /packages/apps/Launcher3/src/com/android/launcher3/
FastBitmapDrawable.java 36 public class FastBitmapDrawable extends Drawable {
39 * The possible states that a FastBitmapDrawable can be in.
52 * Used specifically by the view drawing this FastBitmapDrawable.
110 public FastBitmapDrawable(Bitmap b) {
  /frameworks/base/core/java/android/app/
WallpaperManager.java 191 static class FastBitmapDrawable extends Drawable {
199 private FastBitmapDrawable(Bitmap bitmap) {
675 return new FastBitmapDrawable(bm);
690 return new FastBitmapDrawable(bm);
    [all...]
  /packages/apps/Music/src/com/android/music/
MusicUtils.java 839 private static class FastBitmapDrawable extends Drawable {
841 public FastBitmapDrawable(Bitmap b) {
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 256 milliseconds