[go: nahoru, domu]

History log of /frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/ScaleDrawableTests.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
35289f12d6cb0f0db67489876c805ad4a3cbd5f6 14-Jan-2015 ztenghui <ztenghui@google.com> Scaling (Animated)VectorDrawable inside ImageView

Before, the VectorDrawable is behaving like BitmapDrawable inside a ImageView,
and it can be blurry due to scaling.
Now apply the scaling information to the cached bitmap, then the size of bitmap
will match the ImageView's screen size. Therefore, no blurry any more.

b/18185626

Change-Id: I979cef3b5178a9bd37ee6cc776df3361ca47c803
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/ScaleDrawableTests.java
9d59a76dd0e850558e83ef1a48fefd865fac1336 18-Jul-2014 ztenghui <ztenghui@google.com> Fix FIT_XY scaleType issue on VectorDrawable

bug:16019658

Change-Id: I8b6ac23bf14de5427d3029436acf76bd1161f0ea
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/ScaleDrawableTests.java
0923be20e1e2abd9904219bf88f597d518422bd2 01-Jul-2014 ztenghui <ztenghui@google.com> Test scaleType for both bitmap and vector drawables.

Change-Id: I3c75963a624cd87a47a9eff68f9e113b8c147210
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/ScaleDrawableTests.java