commit | 2edd68260f26cbd6eddd0df16404bb6bcb22b3b6 | [log] [tgz] |
---|---|---|
author | Leon Scroggins <scroggo@google.com> | Tue Jan 12 11:36:13 2010 -0500 |
committer | Leon Scroggins <scroggo@google.com> | Tue Jan 12 17:29:25 2010 -0500 |
tree | 8a1dba568f64145301d6c61052ca312f301241d4 | |
parent | fef4874afddeeba8eaac6da49cc3203e9ce2d009 [diff] |
Create a new ImeOption that disables fullscreen in landscape, and use it. EditorInfo: Add a flag to tell the InputMethodService to never go into fullscreen mode. InputMethodService: When the new flag is set, onEvaluateFullscreenMode always returns false. WebTextView: Use the new flag, along with IME_FLAG_NO_EXTRACT_UI. Fixes http://b/issue?id=2358360