Loading iconloaderlib/src/com/android/launcher3/icons/BaseIconFactory.java +4 −0 Original line number Diff line number Diff line Loading @@ -148,6 +148,10 @@ public class BaseIconFactory implements AutoCloseable { return mFullResIconDpi; } public int getIconBitmapSize() { return mIconBitmapSize; } @SuppressWarnings("deprecation") public BitmapInfo createIconBitmap(Intent.ShortcutIconResource iconRes) { try { Loading Loading
iconloaderlib/src/com/android/launcher3/icons/BaseIconFactory.java +4 −0 Original line number Diff line number Diff line Loading @@ -148,6 +148,10 @@ public class BaseIconFactory implements AutoCloseable { return mFullResIconDpi; } public int getIconBitmapSize() { return mIconBitmapSize; } @SuppressWarnings("deprecation") public BitmapInfo createIconBitmap(Intent.ShortcutIconResource iconRes) { try { Loading