Skip to content
Snippets Groups Projects
  1. Aug 14, 2023
  2. Sep 02, 2014
  3. Aug 07, 2014
  4. Nov 06, 2012
  5. Apr 12, 2012
  6. Mar 22, 2012
  7. Mar 14, 2012
  8. Feb 08, 2012
  9. Apr 13, 2011
    • Tadashi G. Takaoka's avatar
      Fast key preview · 7a3d3ae1
      Tadashi G. Takaoka authored
      Previously the key preview was implemented by PopupWindow.  The key
      preview popup window would be dismissed and shown each time the key
      was released and pressed.  It turned out that it was taking several
      milliseconds.
      
      This change implements the key preview by a simple TextView which will
      be layout-ed at absolute coordinates within the screen FrameLayout.
      And dismissing and showing the key preview is implemented by the
      TextView's visibility.
      
      This implementation needs careful coordination of candidates.xml
      layout and LatinIME.onComputeInsets to control suggestion strip
      visibility.
      
      Bug: 4179964
      Change-Id: Id6347cb35b91eb14ab20dd2f312e58b54b6625a7
      7a3d3ae1
  10. Sep 24, 2010
Loading