summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/keyboard/internal/GestureFloatingPreviewText.java
Commit message (Collapse)AuthorAgeFilesLines
* Rename classes related to AbstractDrawingPreviewTadashi G. Takaoka2013-12-241-174/+0
| | | | Change-Id: Ife2e2c08b2b6fbf9ec33cf259f276878816b291c
* Clean up PointerTracker a bitTadashi G. Takaoka2013-07-311-3/+1
| | | | Change-Id: If4ff87348fbc40f271c68dad255dbc42f9b26eb6
* Move util classes to the latin/utils directoryKen Wakasa2013-06-241-1/+1
| | | | Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa
* Clean up GestureFloatingPreviewTextTadashi G. Takaoka2013-02-011-45/+31
| | | | Change-Id: Ie64dd06a99e54b2f432725f69dc4f38c81359ce6
* Fix dismissing gesture floating previewTadashi G. Takaoka2013-01-241-0/+1
| | | | | Bug: 8063926 Change-Id: I3b5b29ea0d5e4833e10e830dbdb086c868cd4884
* Fix Apache license commentTadashi G. Takaoka2013-01-211-8/+8
| | | | Change-Id: Ic56167f952a7f4449da366e1e81610e72c966086
* Add surrounding drawing view to AbstractDrawingPreview constructorTadashi G. Takaoka2013-01-211-7/+16
| | | | Change-Id: If57e59f25fc3e29c0e7f46e8218d04fb233c27c6
* Rename AbstractDrawingPreview.onDraw to drawPreviewTadashi G. Takaoka2013-01-211-1/+1
| | | | | | | This is because the android lint warns calling a method onDraw(Canvas) from View.onDraw(Canvas). Change-Id: I4f54996da5454d9a8c4ef43fbbcaec37724fb20e
* Move gesture related XML attribute to MainKeyboardViewTadashi G. Takaoka2013-01-211-16/+15
| | | | Change-Id: Ia12f73a3d7d26596ee14a0aff23244ef72753d68
* Move PointerTracker.DrawingProxy to MainKeyboardView (step 2)Tadashi G. Takaoka2013-01-211-0/+9
| | | | Change-Id: If15d5ee683b8026d1871a3fe438dba498944faa7
* Show final suggested word when batch input is finishedTadashi G. Takaoka2013-01-101-5/+1
| | | | | | | | This change moves dismiss timer of gesture floating preview text from PreviewPlacerView to KeyboardView. Bug: 7967461 Change-Id: I0ca5beddc93cb4bc4a405f914d217d37b997402b
* Remove unused variableTadashi G. Takaoka2013-01-101-3/+0
| | | | Change-Id: I7001d8b6200a5cefcf84630d663da8316422026f
* [mdfp] Refactoring Gesture Floating Preview Text CodeXiaojun Bi2013-01-071-0/+179
This change moves gesture preview text code from PreviewPlacerView.java to separate classes. Change-Id: Id8d17eff38e714c3b06aafd0b24985a9bd2d2f52