LatinIME/java/src/com/android/inputmethod/keyboard/internal
Tadashi G. Takaoka 0c01fc6f1c Remove workaround code of placing DrawingPreviewPlacerView
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
2014-04-07 17:36:53 +09:00
..
AbstractDrawingPreview.java Remove workaround code of placing DrawingPreviewPlacerView 2014-04-07 17:36:53 +09:00
AlphabetShiftState.java Fix Apache license comment 2013-01-21 22:23:37 +09:00
BatchInputArbiter.java Add BatchInputArbiter 2013-12-26 14:09:57 +09:00
BogusMoveEventDetector.java Use config_screen_metrics resource in BogusMoveEventDetector 2013-12-20 17:35:19 +09:00
CodesArrayParser.java Move some methods to MoreKeySpec class 2014-01-31 20:19:48 +09:00
DrawingHandler.java Reset to 9bd6dac470 2013-12-13 17:13:32 +09:00
DrawingPreviewPlacerView.java Remove workaround code of placing DrawingPreviewPlacerView 2014-04-07 17:36:53 +09:00
DynamicGridKeyboard.java Reset to 9bd6dac470 2013-12-13 17:13:32 +09:00
EmojiLayoutParams.java Remove hack from EmojiPalettesView.startEmojiPalettes 2014-02-24 19:45:50 +09:00
EmojiPageKeyboardView.java Fix null KeyDetector reference 2014-02-14 11:42:09 +09:00
GestureEnabler.java Separate logic of enabling gesture typing 2013-12-20 16:37:17 +09:00
GestureFloatingTextDrawingPreview.java Comprehensive memory deallocation 2013-12-24 18:26:55 +09:00
GestureStrokeDrawingParams.java Rename gesture related classes 2013-12-25 11:52:54 +09:00
GestureStrokeDrawingPoints.java Rename InputPointers.addPointer and ResizableIntArray.add 2014-01-08 14:30:21 +09:00
GestureStrokeRecognitionParams.java Rename gesture related classes 2013-12-25 11:52:54 +09:00
GestureStrokeRecognitionPoints.java Add BatchInputArbiter 2013-12-26 14:09:57 +09:00
GestureTrailDrawingParams.java Rename gesture related classes 2013-12-25 11:52:54 +09:00
GestureTrailDrawingPoints.java Rename gesture related classes 2013-12-25 11:52:54 +09:00
GestureTrailsDrawingPreview.java Remove workaround code of placing DrawingPreviewPlacerView 2014-04-07 17:36:53 +09:00
HermiteInterpolator.java Remove unnecessary @UsedForTesting annotation 2013-05-21 10:45:59 +09:00
KeyDrawParams.java Revert "Prepare for changing text color for functional keys" 2014-02-24 17:42:28 +09:00
KeyPreviewChoreographer.java Fix bug in KeyPreviewChoreographer.dismissKeyPreview 2014-02-12 14:50:56 +09:00
KeyPreviewDrawParams.java Add debug settings for keypress popup animations 2014-02-07 18:09:41 +09:00
KeySpecParser.java Remove RTL aware !code and add corresponding !text 2014-02-13 17:32:09 +09:00
KeyStyle.java Move some methods to MoreKeySpec class 2014-01-31 20:19:48 +09:00
KeyStylesSet.java Rename Key.keyLabel attribute to KeySpec 2014-02-07 18:47:45 +09:00
KeyVisualAttributes.java Revert "Prepare for changing text color for functional keys" 2014-02-24 17:42:28 +09:00
KeyboardBuilder.java Consolidate KeyboardTextsSet.setLocale and loadStringResoucres 2014-03-20 18:55:03 +09:00
KeyboardCodesSet.java Remove RTL aware !code and add corresponding !text 2014-02-13 17:32:09 +09:00
KeyboardIconsSet.java Refactor keyboard layout test more customizable 2014-03-13 20:55:22 +09:00
KeyboardParams.java Remove RTL aware !code and add corresponding !text 2014-02-13 17:32:09 +09:00
KeyboardRow.java Save and restore Row attributes using stack 2013-08-19 18:36:49 +09:00
KeyboardState.java Fix inconsistent behavior with the back-to-the-main-keyboard key 2014-01-28 19:30:27 +09:00
KeyboardTextsSet.java Fix crash while entering emoticons 2014-03-27 11:08:11 +09:00
KeyboardTextsTable.java Rename text resources consistently 2014-03-25 13:02:09 +09:00
KeysCache.java Move util classes to the latin/utils directory 2013-06-24 17:04:40 +09:00
LanguageOnSpacebarHelper.java Remove country name from space bar text when appropriate 2014-04-02 12:50:52 +09:00
MatrixUtils.java Fix some warnings 2013-07-31 16:17:01 +09:00
ModifierKeyState.java Fix Apache license comment 2013-01-21 22:23:37 +09:00
MoreKeySpec.java Remove RTL aware !code and add corresponding !text 2014-02-13 17:32:09 +09:00
NonDistinctMultitouchHelper.java Remove unnecessary default KeyDetector from PointerTracker 2013-12-20 15:34:54 +09:00
PointerTrackerQueue.java Reset to 9bd6dac470 2013-12-13 17:13:32 +09:00
RoundedLine.java Retun an empty Path instead of null 2013-06-12 17:35:02 +09:00
ShiftKeyState.java Fix Apache license comment 2013-01-21 22:23:37 +09:00
SlidingKeyInputDrawingPreview.java Comprehensive memory deallocation 2013-12-24 18:26:55 +09:00
SmoothingUtils.java Fix some warnings 2013-07-31 16:17:01 +09:00
TimerHandler.java Fix a bug where changing auto-shift would cancel autorepeat. 2014-01-09 12:57:10 +09:00
TouchPositionCorrection.java Fix Apache license comment 2013-01-21 22:23:37 +09:00
TypingTimeRecorder.java Separate TypingTimeRecorder class 2013-12-20 16:14:26 +09:00