aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/accessibility/AccessibilityUtils.java
diff options
context:
space:
mode:
authorJean Chalard <jchalard@google.com>2011-12-13 22:20:20 +0900
committerJean Chalard <jchalard@google.com>2011-12-15 19:58:04 +0900
commit27dff63833bf1c8a36eed826746de3c6725d8423 (patch)
tree8c5f72c6e88fcc2766f7aaf7c2139b1be253776b /java/src/com/android/inputmethod/accessibility/AccessibilityUtils.java
parent5a39e527dde07cc4360234553c9bb75694ece1ef (diff)
downloadlatinime-27dff63833bf1c8a36eed826746de3c6725d8423.tar.gz
latinime-27dff63833bf1c8a36eed826746de3c6725d8423.tar.xz
latinime-27dff63833bf1c8a36eed826746de3c6725d8423.zip
Group all input-related info into an inner class.
Currently, these variables hold the info about the composing word, or maybe some outdated info, and it's not very clear which it is. LatinIME is maintaining the freshness info in a separate boolean, and uses it throughout the code for many, many things, leading to much confusion. The idea in grouping this info is, it can be saved in another instance and restored later. It can be tested against to know whether there is actually outdated but kept info or not, and it should allow to straighten out what is actually currently being typed. Ultimately, it will eliminate the need for LatinIME to keep track of the status of the info in the word composer. Change-Id: I00e2c690f303f8320c9be35590a6df4583e9e456
Diffstat (limited to 'java/src/com/android/inputmethod/accessibility/AccessibilityUtils.java')
0 files changed, 0 insertions, 0 deletions