summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/keyboard/internal/DrawingPreviewPlacerView.java
Commit message (Collapse)AuthorAgeFilesLines
* Refactor drawing preview classesTadashi G. Takaoka2014-06-181-1/+3
| | | | Change-Id: I0779caa720e3013f055ab48900bed223747b3952
* Use Java 7 diamond operatorTadashi G. Takaoka2014-05-241-2/+1
| | | | Change-Id: If16ef50ae73147594615d0f49d6a22621eaf1aef
* Remove workaround code of placing DrawingPreviewPlacerViewTadashi G. Takaoka2014-04-071-1/+1
| | | | | | | | | | 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-4/+8
| | | | Change-Id: I4673543c96eb342c3c977e00d44772a0d719a23e
* Rename classes related to AbstractDrawingPreviewTadashi G. Takaoka2013-12-241-0/+83
Change-Id: Ife2e2c08b2b6fbf9ec33cf259f276878816b291c