History log of /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/PropertyAnimatorTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
60661a6dd8ad7728b87a36da005acaec0272dd5a 12-Apr-2018 Lucas Dupin <dupin@google.com> Clock padding and motion adjustments

Fixes: 73830624
Test: manual
Test: atest packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/PropertyAnimatorTest.java
Change-Id: I9b7785cfbc610db9e4b920eef518ab24b97a6bbc
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/PropertyAnimatorTest.java
0228a255d6713a255dc3d68c0858be7d75fb0f97 11-Nov-2017 Selim Cinek <cinek@google.com> Refactored PropertyAnimator for easier usability

This allows us to use a PropertyAnimator much easier, by
just passing a few values, without having to write that
much boilerplate anymore.

Bug: 69168591
Test: runtest -x packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/PropertyAnimatorTest.java
Change-Id: I3783fa928bdc9d3fe7a92b2c0d04a369950fa5bd
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/PropertyAnimatorTest.java
a7679b6f3f0fc3e7c40102b732cfa51a9830a891 11-May-2017 Selim Cinek <cinek@google.com> Fixing the colorization of legacy media notifications

Previously the colorization wouldn't work if the notification
was not targeting N and above, since for those the
remoteviews would be built into the notification and we couldn't
colorize it.

Test: runtest -x packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/MediaNotificationProcessorTest.java
Fixes: 38147364
Fixes: 37743600
Change-Id: Iabad02a4515c42676c0660293e58cf62d5d8ff88
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/PropertyAnimatorTest.java