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

  /packages/apps/Launcher2/src/com/android/launcher2/
FastBitmapDrawable.java 27 class FastBitmapDrawable extends Drawable {
34 FastBitmapDrawable(Bitmap b) {
HolographicViewHelper.java 46 FastBitmapDrawable d = new FastBitmapDrawable(outline);
PagedViewWidget.java 102 FastBitmapDrawable preview = (FastBitmapDrawable) image.getDrawable();
151 void applyPreview(FastBitmapDrawable preview, int index) {
PagedViewIcon.java 94 setCompoundDrawablesWithIntrinsicBounds(null, new FastBitmapDrawable(mIcon), null, null);
BubbleTextView.java 102 new FastBitmapDrawable(b),
Folder.java 535 new FastBitmapDrawable(item.getIcon(mIconCache)), null, null);
    [all...]
AppsCustomizePagedView.java     [all...]
LauncherModel.java     [all...]
Workspace.java     [all...]
  /frameworks/base/core/java/android/app/
WallpaperManager.java 104 static class FastBitmapDrawable extends Drawable {
112 private FastBitmapDrawable(Bitmap bitmap) {
394 return new FastBitmapDrawable(bm);
409 return new FastBitmapDrawable(bm);
  /frameworks/base/policy/src/com/android/internal/policy/impl/
LockPatternKeyguardView.java     [all...]
  /packages/apps/Music/src/com/android/music/
MusicUtils.java 839 private static class FastBitmapDrawable extends Drawable {
841 public FastBitmapDrawable(Bitmap b) {
    [all...]

Completed in 313 milliseconds