Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dd176c5c authored by Leon Scroggins III's avatar Leon Scroggins III
Browse files

Remove UnsupportedAppUsage from BitmapDrawable#mTargetDensity

Bug: 154628299
Test: view the dashboard

Although its usage is listed as LOW, it only shows up in static
analysis. All of the callers are within BitmapDrawable.

Change-Id: I43fc83339336bcddd244990555e7f2dd8eae787f
parent c8d49eff
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -92,7 +92,6 @@ public class BitmapDrawable extends Drawable {
    private BitmapState mBitmapState;
    private BlendModeColorFilter mBlendModeFilter;

    @UnsupportedAppUsage
    private int mTargetDensity = DisplayMetrics.DENSITY_DEFAULT;

    private boolean mDstRectAndInsetsDirty = true;