History log of /frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/KeyguardSliceViewTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3978e6e6ee0852aad0dc62d6abee27568ac9c0d2 23-May-2018 Lucas Dupin <dupin@google.com> Only animate when the slice is actually animating

It's not correct to always animate if there is a layout transition.
The transition might not be triggered when the view is invisible
for example. It's necessary to check if we have pending/running
animations.

Change-Id: I75dbc9f8a152a162a3c77c9b316f653e665b8842
Fixes: 79773596
Test: manual
Test: atest packages/SystemUI/tests/src/com/android/keyguard/KeyguardSliceViewTest.java
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/KeyguardSliceViewTest.java
9fedb89f66c6fe5a3019529e68beb495b45d03ab 05-May-2018 Lucas Dupin <dupin@google.com> Update date during time tick event

Remove extra broadcast action and use existing doze_time_tick alarm to
update slice.

Change-Id: If167c8d81e5f5a67050d7904ce2497c1bdb70e9a
Fixes: 77988364
Test: atest packages/SystemUI/tests/src/com/android/keyguard/KeyguardSliceViewTest.java
Test: atest packages/SystemUI/tests/src/com/android/keyguard/KeyguardStatusViewTest.java
Test: atest packages/SystemUI/tests/src/com/android/systemui/keyguard/KeyguardSliceProviderTest.java
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/KeyguardSliceViewTest.java
f39ce10e2a6c18e54701c72ce3ac514b0325e259 02-May-2018 Lucas Dupin <dupin@google.com> Update views when next slice is null

Otherwise invalid content would be presented after switching users

Test: manual, switch users, look at smart clock
Test: atest tests/src/com/android/keyguard/KeyguardSliceViewTest.java
Change-Id: Id3bd5e9cfedd17870d00f7a55386661f5b22ff59
Fixes: 78891765
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/KeyguardSliceViewTest.java
3d7ccaf8b5e81378770cb3e18ff66d19418b8135 03-Apr-2018 Lucas Dupin <dupin@google.com> AOD clock and notification animation

Better transitions for pulsing notifications and other keyguard
messages.

Fixes: 77601057
Fixes: 67641732
Test: visual
Test: atest packages/SystemUI/tests/src/com/android/keyguard/KeyguardSliceViewTest.java
Test: atest packages/SystemUI/tests/src/com/android/systemui/util/wakelock/KeepAwakeAnimationListenerTest.java
Merged-In: I3e3ec844834bf7f5d9ab341f308e78a002248a87
Change-Id: I1e6d95c62dc7463e8084a64f04c6dee3173967a6
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/KeyguardSliceViewTest.java
f8e274c422a26fe04eae42f48f6a22da3435d64a 23-Feb-2018 Lucas Dupin <dupin@google.com> Ensure keyguard slice use correct colors

Change-Id: I0406f8092583174e60ee5c89a71047288cbe480a
Fixes: 73538050
Test: atest packages/SystemUI/tests/src/com/android/keyguard/KeyguardSliceViewTest.java
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/KeyguardSliceViewTest.java