diff options
author | Jorim Jaggi <jjaggi@google.com> | 2017-05-08 23:42:02 +0200 |
---|---|---|
committer | Jorim Jaggi <jjaggi@google.com> | 2017-05-09 16:24:33 +0200 |
commit | c6ae42a58841402e5b2a9e8dfe114b35fdfe25ee (patch) | |
tree | 6c5afc5f42e096bc180d27e26a9f13a6f869a140 /rs/java/android/renderscript/ProgramFragmentFixedFunction.java | |
parent | d2915725d9b8bed5daa6c8410597ce3671829218 (diff) |
Fix IME Keyguard exit animation
Keyguard exit animation was always applied no matter whether the
current window is shown or not. Because Keyguard exit starts with
alpha=0, this lead to a flicker with the IME window as a frame
later IME was applied its dismissal animation, which reverts it to
alpha=1 at the beginning.
Fix this by only applying exit animation if window is currently
hidden only by policy. Requires readding the old visibility method
*cough cough cough*
Ideally we would apply non-app window policy visibility/animation
at the same place...but today is not the day! (to minimize risk)
Test: Set password, unlock phone
Test: Don't set password, unlock to activity with IME up
Change-Id: I46110c80da4438223282903fd4defeba2c3f0550
Fixes: 36200726
Diffstat (limited to 'rs/java/android/renderscript/ProgramFragmentFixedFunction.java')
0 files changed, 0 insertions, 0 deletions