Home
last modified time | relevance | path

Searched refs:sRequestCursorUpdatesMethod (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
DInputConnectionCompatUtils.java24 private static final CompatUtils.ToBooleanMethodWrapper sRequestCursorUpdatesMethod; field in InputConnectionCompatUtils
27 sRequestCursorUpdatesMethod = sInputConnectionType.getPrimitiveMethod(
32 return sRequestCursorUpdatesMethod != null; in isRequestCursorUpdatesAvailable()
46 return sRequestCursorUpdatesMethod.invoke(inputConnection, cursorUpdateMode); in requestCursorUpdatesImpl()