commit | 7516ff90015ce71e5b95c889a2211153be30c39c | [log] [tgz] |
---|---|---|
author | Craig Mautner <cmautner@google.com> | Thu Aug 07 12:05:32 2014 -0700 |
committer | Craig Mautner <cmautner@google.com> | Fri Aug 08 01:45:06 2014 +0000 |
tree | f648171890e6f8bf0a69e1b6dab2330367f0376d | |
parent | 414222c28a18e6acac946659b1c2e341ca5eb4fc [diff] |
Keep app focus and input focus current Change ag/422870 mistakenly set app focus to null in the InputDispatcher. This change restores setting app focus correctly. In addition, there were a few places where window focus (i.e. mCurrentFocus) could be modified without notifying the InputDispatcher. This change fixes those locations. Should fix 14564396. Change-Id: Ie24f3410fdd1f5f1eefbce02759fef4149e59620