OSDN Git Service

Suppress warnings of redundant calls of #updateCursorAnchorInfo
authorYohei Yukawa <yukawa@google.com>
Wed, 13 Aug 2014 07:49:35 +0000 (16:49 +0900)
committerYohei Yukawa <yukawa@google.com>
Wed, 13 Aug 2014 08:17:09 +0000 (17:17 +0900)
commit7360591bbfc91594f96b3169509d1ea5f2ab5c44
tree0ce5d981535e9818aa107392ad5eb4542f391a9f
parent09015492e52299bdf810f95e6aa9262e69879827
Suppress warnings of redundant calls of #updateCursorAnchorInfo

Warnings of redundant calls of #updateCursorAnchorInfo should be
suppressed at least until such redundant calls from
android.widget.Editor are addressed.

BUG: 16996008
Change-Id: I62b6acdab06178520473bd53e56e2cfb62fb17be
core/java/android/view/inputmethod/InputMethodManager.java