Skip to content
Snippets Groups Projects
  1. Jun 13, 2014
    • Tadashi G. Takaoka's avatar
      Clear PointerTracker state when more keys keyboard is dismissed · 08199ec8
      Tadashi G. Takaoka authored
      With accessibility mode on, hover events for a more keys keyboard are
      handled among MoreKeysKeyboardAccessibilityDelegate and
      MoreKeysKeyboardView. But the more keys keyboard is shown by
      MainKeyboardAccessibilityDelegate that uses PointerTracker to handle
      hover events. Thus we need to clear PointerTracker state when the more
      keys keyboard is dismissed.
      
      This is a workaround to resolve the issue. We should reconsider the
      structure of those views and accessibility delegates in the future.
      
      Bug: 15583751
      Change-Id: Ida8c3e55194c59bdaa5bc4ff06068e699b888ced
      08199ec8
    • Tadashi G. Takaoka's avatar
      Use MoreKeysDetector for accessibility · 1dbeb251
      Tadashi G. Takaoka authored
      A more keys keyboard may have a divider on it. The MoreKeysDetector
      should be used even with accessibility mode on to be able to handle a
      divider.
      
      Bug: 15583354
      Change-Id: Ife2cf8304496c4c330127fde8ca1f34c2f0838e2
      1dbeb251
  2. Jun 04, 2014
Loading