LatinIME/java/src/com/android/inputmethod/keyboard/internal
Tadashi G. Takaoka d773bf38a3 Cleanup key drawing code
This change also modifies 9-patch drawables to fix the following
issues.  In order to draw key background drawable just on the
coordinates we want, we have to know where an actual "visible" part is
in the drawable.  The only clue we can use is "padding" of the
drawable.  To achieve this, the 9-patch drawable must have its
"visible" part marked as "content".  Please refer the Bug: 4948171 for
more detailed explanation.

This change also reverts the following "black" drawables back from
Gingerbread because recent change broke these (I70019a91).
  * drawable-hdpi/sym_bkeyboard_*.png
  * drawable-hdpi/btn_keyboard_key_*_stone.9.png

Bug: 4948171
Change-Id: I6e4d03b3144caa95c793aac97af22df34c5f454f
2011-06-29 18:34:57 +09:00
..
KeyboardIconsSet.java Draw phone/number keyboard layout witout icon 2011-06-27 20:04:34 +09:00
KeyboardParser.java Cleanup key drawing code 2011-06-29 18:34:57 +09:00
KeyboardShiftState.java Move keyboard related internal class to separate package 2011-06-22 11:54:00 +09:00
KeyStyles.java Draw phone/number keyboard layout witout icon 2011-06-27 20:04:34 +09:00
MiniKeyboardBuilder.java Draw phone/number keyboard layout witout icon 2011-06-27 20:04:34 +09:00
ModifierKeyState.java Move keyboard related internal class to separate package 2011-06-22 11:54:00 +09:00
PointerTrackerKeyState.java Move keyboard related internal class to separate package 2011-06-22 11:54:00 +09:00
PointerTrackerQueue.java Move keyboard related internal class to separate package 2011-06-22 11:54:00 +09:00
PopupCharactersParser.java Move icon declaration to Keyboard theme 2011-06-22 17:44:49 +09:00
Row.java Move icon declaration to Keyboard theme 2011-06-22 17:44:49 +09:00
ShiftKeyState.java Move keyboard related internal class to separate package 2011-06-22 11:54:00 +09:00
SlidingLocaleDrawable.java Render sliding spacebar language switch arrows by text 2011-06-28 15:58:45 +09:00
SwipeTracker.java Move keyboard related internal class to separate package 2011-06-22 11:54:00 +09:00