Fix empty apps thumbnails on 8.1
to manage the new hardware bitmaps in the right way, we now use the ImageView canvas to set the resized app screenshot instead of creating a new canvas. Doing this let's also do the bitmap resizing in the ImageView onDraw (so when we really show the image in the recents panel) and not as soon as we load the hardware screenshot for all recents task, with a nice benefit for panel loading performances. For now let's skip also the thumbnail cache and see how the panel behaves without it. [AICPfy] - Adapt to our code (expanded_mode_never -> disabled, add logic for old expanded_mode_never) - Fix a wrong default value that we had Change-Id: I15cced817b3980c2661086d8c7ba42efe3d8bc52
Loading
Please sign in to comment