Searched defs:sGetSelectionEndMethod (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
H A DCursorAnchorInfoCompatWrapper.java45 private static final CompatUtils.ToIntMethodWrapper sGetSelectionEndMethod; field in class:CursorAnchorInfoCompatWrapper
63 sGetSelectionEndMethod = sCursorAnchorInfoClass.getPrimitiveMethod(
119 return sGetSelectionEndMethod.invoke(mInstance);

Completed in 77 milliseconds