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

  /packages/apps/Launcher2/src/com/android/launcher2/
FastBitmapDrawable.java 25 class FastBitmapDrawable extends Drawable {
30 FastBitmapDrawable(Bitmap b) {
ShortcutsAdapter.java 54 new FastBitmapDrawable(info.getIcon(mIconCache)), null, null);
LiveFolderIcon.java 49 icon.setCompoundDrawablesWithIntrinsicBounds(null, new FastBitmapDrawable(b), null, null);
LiveFolderAdapter.java 151 icon = new FastBitmapDrawable(resampled);
164 icon = new FastBitmapDrawable(
Workspace.java     [all...]
LauncherModel.java     [all...]
Launcher.java 846 new FastBitmapDrawable(info.getIcon(mIconCache)),
    [all...]
  /frameworks/base/core/java/android/app/
WallpaperManager.java 88 static class FastBitmapDrawable extends Drawable {
95 private FastBitmapDrawable(Bitmap bitmap) {
398 Drawable dr = new FastBitmapDrawable(bm);
414 Drawable dr = new FastBitmapDrawable(bm);
  /frameworks/base/policy/src/com/android/internal/policy/impl/
LockPatternKeyguardView.java 740 static private class FastBitmapDrawable extends Drawable {
744 private FastBitmapDrawable(Bitmap bitmap) {
  /packages/apps/Music/src/com/android/music/
MusicUtils.java 839 private static class FastBitmapDrawable extends Drawable {
841 public FastBitmapDrawable(Bitmap b) {
    [all...]

Completed in 317 milliseconds