History log of /frameworks/base/core/tests/coretests/src/android/transition/TransitionTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bdbde55592792efe350acd6a46733f439f6a3f3d 19-Dec-2017 Aurimas Liutikas <aurimas@google.com> Annotate an assortment of coretest with @LargeTest

Non-annotated tests do not run, thus adding @LargeTest to an assortment
of tests that were missing annotations.

Found these classes with:
fn "*Test.java" | xargs grep -L "@LargeTest" | xargs grep -L "@MediumTest" | \
xargs grep -L "@SmallTest" | sort

Bug: 70846562
Test: make -j80 FrameworksCoreTests
Change-Id: Ifd466251b92728f9bbfa3cbd8fd21d34490f4eb1
/frameworks/base/core/tests/coretests/src/android/transition/TransitionTest.java
3f81c33a35e69fcfcb6e1f3d486bc1f01015615b 22-Aug-2017 George Mount <mount@google.com> Use hardware bitmap for shared element snapshots.

Bug: 64851247

Drawing to software bitmaps does not support many
features, most especially hardware bitmaps. This
changes the implementation to using hardware bitmaps
for View snapshots.

Also fixed broken TransitionTest discovered while
testing.

Test: I4ede02db67e578ea4a25069b683f1989c611e06c
Change-Id: I185bbfe1f789055c9efdba5297a74e481607afaf
/frameworks/base/core/tests/coretests/src/android/transition/TransitionTest.java
bf7c3b4fa6d971201ab3fce162611639b857b810 08-Mar-2016 George Mount <mount@google.com> Add test for Transition clone.

Change-Id: Ib95fa88a0951c680079bda5be19496be70ce75b1
/frameworks/base/core/tests/coretests/src/android/transition/TransitionTest.java