summaryrefslogtreecommitdiffstats
path: root/res/drawable-hdpi
diff options
context:
space:
mode:
authorDan Sandler <dsandler@android.com>2014-11-14 10:02:13 -0500
committerAlan Newberger <alann@google.com>2014-11-14 20:32:36 +0000
commit3384c81415b7671fae9a5da806ac103d03d8195a (patch)
treebc5cd5d7f893bb754dfea607c09cafe8cc8456ba /res/drawable-hdpi
parent9ae303df246577ee1293ef8e731e18ae63f4d3c9 (diff)
downloadandroid_packages_apps_Camera2-3384c81415b7671fae9a5da806ac103d03d8195a.tar.gz
android_packages_apps_Camera2-3384c81415b7671fae9a5da806ac103d03d8195a.tar.bz2
android_packages_apps_Camera2-3384c81415b7671fae9a5da806ac103d03d8195a.zip
Trim transparent pixels off camera preview bitmaps.
Since SysUI holds these bitmaps in memory for jank-free drawing, these pixels are just wasted RAM. Since the transition code assumes uniform square bitmaps, these are all 64x64dp, which is still a teensy bit wasteful but much better than before (144x144dp). Bug: 18369196 Change-Id: Idf10b2048190ac44eff3e5da467149c460067347
Diffstat (limited to 'res/drawable-hdpi')
-rw-r--r--res/drawable-hdpi/ic_camera_blanket.pngbin1548 -> 1150 bytes
-rw-r--r--res/drawable-hdpi/ic_video_blanket.pngbin570 -> 458 bytes
2 files changed, 0 insertions, 0 deletions
diff --git a/res/drawable-hdpi/ic_camera_blanket.png b/res/drawable-hdpi/ic_camera_blanket.png
index 26307015a..c4e60e5a0 100644
--- a/res/drawable-hdpi/ic_camera_blanket.png
+++ b/res/drawable-hdpi/ic_camera_blanket.png
Binary files differ
diff --git a/res/drawable-hdpi/ic_video_blanket.png b/res/drawable-hdpi/ic_video_blanket.png
index 6ec9d1249..d6f2e4638 100644
--- a/res/drawable-hdpi/ic_video_blanket.png
+++ b/res/drawable-hdpi/ic_video_blanket.png
Binary files differ