summaryrefslogtreecommitdiff
path: root/rs/java/android/renderscript/RenderScript.java
diff options
context:
space:
mode:
authorMikael Gullstrand <mikael.gullstrand@sonymobile.com>2014-11-25 12:41:53 +0100
committerZoran Jovanovic <zoran.jovanovic@sonymobile.com>2015-01-26 10:03:21 +0000
commit82ae3ff4cf268f577e19c410b120314cdc11a191 (patch)
tree8541e8feceeaea0541c7bf4ae911b0f286a1d8ed /rs/java/android/renderscript/RenderScript.java
parentfc54573373ff965aa40cccdc1ab11c1c880c8930 (diff)
Call startInput on return from sleep mode
One manifestation of the problem was that input string disappeared when returning from sleep mode. When editing a TextView with an IME in landscape orientation, the text would disappear when returning from sleep mode. The InputMethodManager would be deactivated when the screen was put into sleep mode as well as the input connection. However when returning from sleep mode the InputMethodManager was activated, but the input connection would not be activated again. The solution is to check focus of the InputMethodManager which will create a new active input connection to use. The change is however not specific to this one problem but fundamentally addresses the issue of lack of startInput on return from sleep mode. Change-Id: I95d05110bc1cf310fad23ea1bcbc5890f642d1fc
Diffstat (limited to 'rs/java/android/renderscript/RenderScript.java')
0 files changed, 0 insertions, 0 deletions