• zijiehe's avatar
    [Chromoting] Decouple DesktopView and TouchInputHandler · 96f227fa
    zijiehe authored
    This change decouples DesktopView(Interface) and TouchInputHandler(Interface) by
    removing routing functions
    DesktopViewInterface.onSoftInputMethodVisibilityChanged and
    DesktopViewInterface.setInputStrategy. After this change, TouchInputHandler
    takes responsibility to listen to onInputModeChanged and
    onSoftInputMethodVisibilityChanged events of Desktop activity directly.
    
    This is part remoting desktop Android client refactor work, a design doc is @
    https://goo.gl/MA6zjx.
    
    BUG=615277
    
    Review-Url: https://codereview.chromium.org/2035303002
    Cr-Commit-Position: refs/heads/master@{#398192}
    96f227fa
client_java_tmpl.gni 3.13 KB