aboutsummaryrefslogtreecommitdiffstats
path: root/native/jni/src/gesture/incremental_decoder_interface.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Step 30-A Constize gestureSatoshi Kataoka2012-08-151-1/+1
| | | | Change-Id: I6c0b89d96532dc1c8ca71bb730ba22de5592ec67
* Step 24-A remove setdictSatoshi Kataoka2012-08-131-2/+0
| | | | Change-Id: Iab28bf0fd785b9e81fc86837e64a1ef2e315a229
* Clean up constructorsKen Wakasa2012-08-131-1/+2
| | | | | | | | | | | And, use C++ style casts and use float math functions rather than double ones to save memory space. Also, stop using FloatMath and NativeUtils as standard Math methods are faster now. See http://code.google.com/p/android/issues/detail?id=36199 and https://android-review.googlesource.com/40700 multi-project commit with I4259fb5ab8a15ac5760a7f04fc8f4c860529f04a Change-Id: I0b81cff8c91769f7559a59b9528c75a5aabb4211
* step 23-A remove unused methodSatoshi Kataoka2012-08-101-1/+0
| | | | Change-Id: I382c654fd30aca1a3277a186ee25fc946449c639
* Add arguments for dic traverse sessionSatoshi Kataoka2012-08-101-1/+2
| | | | Change-Id: I8776ad528eeea9a5fc4dcf394ca13bb80c04fb6d
* Pass traverse sessionSatoshi Kataoka2012-08-081-3/+4
| | | | Change-Id: I84bfaaa406e3f51421c08a7ee8f9576ebdba54d4
* Pass an array to output suggestion types (A119a)Jean Chalard2012-07-121-1/+1
| | | | | | | | This needs the matching A119b change to not break the build. The array is passed, but not used yet. Bug: 6166228 Change-Id: Ia91d658461d989ee8c94e9b31bb06f4a36f4c5b6
* Cleanup gesture code overlaySatoshi Kataoka2012-07-041-29/+0
| | | | Change-Id: I6ab1462f62b2d53a157494d27342a832ec1f15f7
* Makefile and source code structure update for LatinIME AOSP buildKen Wakasa2012-07-021-5/+34
| | | | Change-Id: Ia2ab54651ef96521fce01fe4755147909b818803
* Cleanup the dictionary type.Jean Chalard2012-06-271-1/+1
| | | | | | | Stop storing an int in each of the different class types, and just store a string in the top class. Change-Id: I2af1832743e6fe78e5c1364f6d9cc21252bf5831
* Change native functions' interface for gestureSatoshi Kataoka2012-06-271-1/+2
| | | | Change-Id: I106a858f0be7452dd89f425805a6f72aa88c3f65
* Add skeleton classes for gestureSatoshi Kataoka2012-06-261-0/+40
Change-Id: I6ada110a934b0dafc57d0dcd87723275fa733548