Skip to content
Snippets Groups Projects
  1. Jul 04, 2011
    • Tadashi G. Takaoka's avatar
      Move keyboard event handling code to separate LatinKeyboardBaseView class · 5f6816fa
      Tadashi G. Takaoka authored
      To sort out the issue, main keyboard and mini keyboard have to share
      the pointer trackers.
      
      In order to prepare for that, KeyboardView needs to be refactored as
      two separate classes. KeyboardView is responsible for drawing keyboard
      visual. And LatinKeyboardBaseView is responsible for handling key
      event and mini keyboard as well.
      
      Bug: 4768084
      
      Change-Id: I5643e333b9bdfde0c939a0693cea76bd22f38897
      5f6816fa
  2. Jun 30, 2011
  3. Jun 29, 2011
  4. Jun 27, 2011
    • Tadashi G. Takaoka's avatar
      Draw phone/number keyboard layout witout icon · 520a297a
      Tadashi G. Takaoka authored
      This change introduces:
      
      * New KeyboardView attribute
        * keyLargeLetterRatio to specify large letter text size.
        * keyHintLabelRatio to specify hint label text size.
        * keyHintLabelColor to specify hint label text color.
        * keyPreviewTextRatio to specify key preview text size.
      * New Key.keyLabelOption flags
        * alignLeftOfCenter, align the key label slightly left of the key center.
        * largeLetter, use keyLargeLetterRatio to draw key letter.
        * hasHintLabel, draw keyHintLabel at the right of key letter.
        * followKeyHintLabelRatio, draw the key label following keyHintLabelRatio size.
      * Renames
        * Key.keyHintLetter to keyHintLabel.
        * Key.keylLabelOption fontFixedWidth to fontMonoSpace.
        * Key.keylLabelOption popupHint to hasPopupHint.
      * Removes
        * number icon releted attributes and declarations.
      
      Change-Id: I2f456737e3a46209e5f48b5155951b2b21a33859
      520a297a
  5. Jun 25, 2011
  6. Jun 23, 2011
  7. Jun 22, 2011
Loading