commit | 3d01006fd6698cc52760527d25611b3c25193330 | [log] [tgz] |
---|---|---|
author | Gilles Debunne <debunne@google.com> | Fri Feb 18 14:16:41 2011 -0800 |
committer | Gilles Debunne <debunne@google.com> | Fri Feb 18 14:50:52 2011 -0800 |
tree | 961dc5d6329e8b946f3fca0352c50299c46ca6ee | |
parent | 3ca6d6bbfe614312ad936bce9ab5805615103267 [diff] |
Fixes around cursor blink. Bug 3394800 A previous fix called cancel when the window was detached. The cancel/uncancel mechanism does not actually removes the Blink runnable. It is indeed more a suspend, which is used when the window loses focus. The problem here was that uncancel was never called. Removing the runnable callback instead. Also rationalized the use of makeBlink and the setting of mShowCursor Change-Id: I92aac43a891991b7cc98738de0f12332ab16907a