LatinIME/java/src/com/android/inputmethod
Keisuke Kuroyanagi 48adccf349 Start full screen mode on first tap when HW keyborad is connected.
LatinIME checks hardware keyboard presence and software keyboard
visibility to decide whether to start full screen mode.
This doesn't work well with the recent update on "Show input method"
(Bug: 22517687, Id4d332e3909590c68345e).

On the first tap, software keyboard is not shown and hardware keyboard
is connected; so full screen mode is not started. However,
onEvaluateInputViewShown may return true ant software keyboard may be
brought up.
In this care, on the second tap, software keyboard is visible so full
screen mode will be started regardless of hardware keyboard presence.

This CL checks onEvaluateInputViewShown to decide whether to start
full screen mode.

Bug: 27234709
Change-Id: I587262cc36e5fccc59620b4bd2d2c3c05c72232f
2016-03-15 18:42:46 +09:00
..
accessibility Suppress redundant TYPE_WINDOWS_STATE_CHANGED. 2016-02-02 13:50:57 -08:00
compat Follow API removal of LocaleList#getPrimary(). 2016-02-09 01:03:52 -08:00
dictionarypack Revert "Close FileChannels in UpdateHandler#copyFile." 2016-03-03 21:11:14 +00:00
event Disable the Burmese keyboard. 2015-01-29 10:17:33 -08:00
keyboard Merge "Hide settings-key until the device is unlocked." 2016-01-07 19:03:40 +00:00
latin Start full screen mode on first tap when HW keyborad is connected. 2016-03-15 18:42:46 +09:00