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

Commit 056c610c authored by Marco Nelissen's avatar Marco Nelissen Committed by Android Git Automerger
Browse files

am b6a2978a: Merge "Performance increase in thumbnail handling"

* commit 'b6a2978a':
  Performance increase in thumbnail handling
parents 6f2adcf9 b6a2978a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ public class ThumbnailUtils {

    /* Maximum pixels size for created bitmap. */
    private static final int MAX_NUM_PIXELS_THUMBNAIL = 512 * 384;
    private static final int MAX_NUM_PIXELS_MICRO_THUMBNAIL = 128 * 128;
    private static final int MAX_NUM_PIXELS_MICRO_THUMBNAIL = 160 * 120;
    private static final int UNCONSTRAINED = -1;

    /* Options used internally. */