Loading iconloaderlib/src/com/android/launcher3/icons/BaseIconFactory.java +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ public class BaseIconFactory implements AutoCloseable { private ShadowGenerator mShadowGenerator; private Drawable mWrapperIcon; private int mWrapperBackgroundColor; private int mWrapperBackgroundColor = DEFAULT_WRAPPER_BACKGROUND; protected BaseIconFactory(Context context, int fillResIconDpi, int iconBitmapSize) { mContext = context.getApplicationContext(); Loading Loading
iconloaderlib/src/com/android/launcher3/icons/BaseIconFactory.java +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ public class BaseIconFactory implements AutoCloseable { private ShadowGenerator mShadowGenerator; private Drawable mWrapperIcon; private int mWrapperBackgroundColor; private int mWrapperBackgroundColor = DEFAULT_WRAPPER_BACKGROUND; protected BaseIconFactory(Context context, int fillResIconDpi, int iconBitmapSize) { mContext = context.getApplicationContext(); Loading