aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/dictionarypack/DictionaryListInterfaceState.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* [PB8] Add an animation upon status change.•••Bug: 7600384 Change-Id: If5efb9357075193d10255187008e870e2933bdb8 Jean Chalard2013-04-251-0/+6
* [PB5] Store state in a more convenient manner•••This is more readable and will help with animations going forward. Bug: 7600384 Change-Id: I255598d860d1e451fef106b00da63c282fe95f95 Jean Chalard2013-04-241-1/+38
* [PB4] Make a memory non-static•••The life span of this object is actually the life span of the interface. It should not be static. Also, we'll have a few other things to store in there soon. Bug: 7600384 Change-Id: I708019e9ee53653e83a1e52c8e76326c3e39bcf3 Jean Chalard2013-04-241-0/+24