diff options
author | 2012-03-15 21:05:17 +0900 | |
---|---|---|
committer | 2012-03-16 10:08:48 +0900 | |
commit | b9720a55b47684589e3176434cd2b1a08942d112 (patch) | |
tree | 2aba0f5df2ded833b76f02183ac3d93edcf7cd71 /java/src/com/android/inputmethod/latin/suggestions/MoreSuggestionsView.java | |
parent | 2be7a37acfd498bfc83347597bfb8cb216a310eb (diff) | |
download | latinime-b9720a55b47684589e3176434cd2b1a08942d112.tar.gz latinime-b9720a55b47684589e3176434cd2b1a08942d112.tar.xz latinime-b9720a55b47684589e3176434cd2b1a08942d112.zip |
Don't reset animation alpha value when keyboard is set
The keys' blinking that mentioned in the bug is caused by switching
keyboard layout resets the animation's alpha value to opaque but the
animation is still running and changing the alpha value
asynchronously.
I think that switching keyboard layout between alphabet and symbols
doesn't imply that the user stops typing. So the keyboard view should
continue typing state timer to keep animations' alpha values changing
and never reset the value.
Bug: 6174273
Change-Id: Id795feaf44750358f30c1b3dc8e783a7e62aefe8
Diffstat (limited to 'java/src/com/android/inputmethod/latin/suggestions/MoreSuggestionsView.java')
0 files changed, 0 insertions, 0 deletions