summaryrefslogtreecommitdiff
path: root/tests/DynamicCodeLoggerIntegrationTests/src/cpp/test_executable.cpp
diff options
context:
space:
mode:
authorYohei Yukawa <yukawa@google.com>2019-01-22 21:47:57 -0800
committerYohei Yukawa <yukawa@google.com>2019-01-22 21:47:57 -0800
commit0eb8d16d904cb484097f20cf3aa24b0eda223dc1 (patch)
treee7d6179e3f253de0682829d392a91e4579a272fd /tests/DynamicCodeLoggerIntegrationTests/src/cpp/test_executable.cpp
parent83a15de06913016ded59216919899b1f63bc0490 (diff)
Deprecate InputMethodService#onViewClicked()
This CL marks InputMethodService#onViewClicked() deprecated. There is no actual implementation change at this moment, but developers should avoid relying on this callback in general not only on futuer versions of Android but also on existing devices. Since this API was implemented in Android 4.0 ICS [1] it never worked well for WebView and any other UI libraries that expose themselves as a giant "Canvas", which can host their own UI hierarchy and sub focus state. If IME developers want consistent and reliable user interaction across devices and applicactions, implementing IMEs' own UI on top of CursorAnchorInfo API would be a good choice. If IME developers just want to be notified an existing input connection is interrupted, they can just monitor InputMethodService#onFinishInput(). [1]: Ia71ad325e50a20e9e1001def662ef992bb50a9d0 863fcd62171e55bc9f2105d9fb5877df982454d8 Fix: 123245358 Test: make -j checkbuild Change-Id: I37a6c6d82d4a424f0df84633b09bca4881efbf02
Diffstat (limited to 'tests/DynamicCodeLoggerIntegrationTests/src/cpp/test_executable.cpp')
0 files changed, 0 insertions, 0 deletions