summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/keyboard/LatinKeyboardBaseView.java
Commit message (Expand)AuthorAgeFilesLines
* Rename LatinKeyboardBaseView to LatinKeyboardViewTadashi G. Takaoka2011-08-231-691/+0
* Refactor and rename popup mini keyoard related classesTadashi G. Takaoka2011-08-231-2/+1
* Extract sudden jumping touch event hack into separate classTadashi G. Takaoka2011-08-231-1/+12
* Move some methods from LatinKeyboardView up into LatinKeyboardBaseViewTadashi G. Takaoka2011-08-231-0/+83
* Remove hacks related to determine window widthTadashi G. Takaoka2011-08-221-6/+0
* Remove all key preview from placer when window gets hideTadashi G. Takaoka2011-08-051-3/+0
* Make Keyboard object immutable except shift stateTadashi G. Takaoka2011-08-011-2/+2
* Simplifying accessibility code in keyboard's dispatchTouchEvent()Alan Viverette2011-07-281-2/+2
* Merge "Fixed duplicate call to dispatchOnPopulateAccessibilityEvent()"Ken Wakasa2011-07-261-5/+12
|\
| * Fixed duplicate call to dispatchOnPopulateAccessibilityEvent()Alan Viverette2011-07-261-5/+12
* | Make PointerTracker aware of that popup panel is showingTadashi G. Takaoka2011-07-261-6/+6
|/
* Refactor Keyboard and KeyboardView resizing and drawing codeTadashi G. Takaoka2011-07-221-1/+1
* Remove sliding spacebar language switcherTadashi G. Takaoka2011-07-191-1/+0
* Trigger IME switcher by long-pressing space keyTadashi G. Takaoka2011-07-171-24/+4
* Move PointerTrackerQueue into PointerTrackerTadashi G. Takaoka2011-07-121-41/+7
* Merge "Fix mini keyboard behavior while chording input"Tadashi G. Takaoka2011-07-121-55/+40
|\
| * Fix mini keyboard behavior while chording inputTadashi G. Takaoka2011-07-121-55/+40
* | Fix event handling on non-distinct multi touch deviceTadashi G. Takaoka2011-07-111-0/+3
|/
* Add KeyEventHandler interfaceTadashi G. Takaoka2011-07-101-3/+9
* Pass KeyboardView to PointerTracker on down eventTadashi G. Takaoka2011-07-101-6/+17
* Move processing MotionEvent out from PointerTrackerTadashi G. Takaoka2011-07-081-15/+19
* Narrower key timer handler static inner class to TimerProxy interfaceTadashi G. Takaoka2011-07-081-1/+8
* Merge "Remove swipe gesture"Tadashi G. Takaoka2011-07-081-85/+49
|\
| * Remove swipe gestureTadashi G. Takaoka2011-07-081-85/+49
* | Let KeyDetector hold KeyboardTadashi G. Takaoka2011-07-071-9/+9
* | Remove stale TODO commentsTadashi G. Takaoka2011-07-071-3/+0
|/
* Merge "Override onSizeChanged only on main keyboard view"Tadashi G. Takaoka2011-07-071-0/+6
|\
| * Override onSizeChanged only on main keyboard viewTadashi G. Takaoka2011-07-071-0/+6
* | Holding PointerTrackerQueue inside PointerTrackerTadashi G. Takaoka2011-07-071-14/+15
|/
* Narrower KeyboardView referenceTadashi G. Takaoka2011-07-041-17/+19
* Move key hysteresis distance parameter to KeyDetector classTadashi G. Takaoka2011-07-041-6/+5
* Move keyboard event handling code to separate LatinKeyboardBaseView classTadashi G. Takaoka2011-07-041-0/+670