summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/keyboard/internal/AbstractDrawingPreview.java
Commit message (Collapse)AuthorAgeFilesLines
* Refactor drawing preview classesTadashi G. Takaoka2014-06-181-4/+7
| | | | Change-Id: I0779caa720e3013f055ab48900bed223747b3952
* Remove workaround code of placing DrawingPreviewPlacerViewTadashi G. Takaoka2014-04-071-7/+19
| | | | | | | | | | This CL divides MainKeyboardView.locatePreviewPlacerView method into two methods. One is installing DrawingPreviewPlacerView to the window as Frontmost view. Another is telling the location of MainKeyboardView to DrawingPreviewPlacerView. Thus we can eliminate workaround code to deal with transient states in orientation change. Change-Id: Ia5d8f28dfb5213d27aa218c72d838a3c3be5a527
* Comprehensive memory deallocationTadashi G. Takaoka2013-12-241-3/+1
| | | | Change-Id: I4673543c96eb342c3c977e00d44772a0d719a23e
* Rename classes related to AbstractDrawingPreviewTadashi G. Takaoka2013-12-241-2/+3
| | | | Change-Id: Ife2e2c08b2b6fbf9ec33cf259f276878816b291c
* Fix Apache license commentTadashi G. Takaoka2013-01-211-8/+8
| | | | Change-Id: Ic56167f952a7f4449da366e1e81610e72c966086
* Add surrounding drawing view to AbstractDrawingPreview constructorTadashi G. Takaoka2013-01-211-3/+21
| | | | 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
* [mdfp] Refactoring Gesture Floating Preview Text CodeXiaojun Bi2013-01-071-0/+49
This change moves gesture preview text code from PreviewPlacerView.java to separate classes. Change-Id: Id8d17eff38e714c3b06aafd0b24985a9bd2d2f52