OSDN Git Service

Read tiny thumbnail resolution from resources.
authorPaul Rohde <codelogic@google.com>
Thu, 5 Mar 2015 21:05:55 +0000 (13:05 -0800)
committerPaul Rohde <codelogic@google.com>
Thu, 5 Mar 2015 22:22:01 +0000 (14:22 -0800)
commit2c0832daaeca1bf9a0568ab1bfb7492303caaacf
treea8d65456f7964152f9899646c7f2af81d9d51d4c
parent04aab100674dfdd11bffabc46e6a199f5e9a5267
Read tiny thumbnail resolution from resources.

Previous implemenation used a hardcoded pixel value. This makes the
tiny thumbnail generation work better across all devices and
ensures the resolution matches the displayed circle size.

Bug: 19621182

Change-Id: Ibfcf76bdddd476a1ad107a6541278ffedf0104d8
src/com/android/camera/processing/ProcessingServiceManager.java
src/com/android/camera/processing/imagebackend/ImageBackend.java