Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
DCursorAnchorInfoCompatWrapper.java44 private static final CompatUtils.ToIntMethodWrapper sGetSelectionStartMethod;
45 private static final CompatUtils.ToIntMethodWrapper sGetSelectionEndMethod;
47 private static final CompatUtils.ToIntMethodWrapper sGetCharacterBoundsFlagsMethod;
49 private static final CompatUtils.ToIntMethodWrapper sGetComposingTextStartMethod;
55 private static final CompatUtils.ToIntMethodWrapper sGetInsertionMarkerFlagsMethod;
DCompatUtils.java151 public ToIntMethodWrapper getPrimitiveMethod(final String name, final int defaultValue, in getPrimitiveMethod()
153 return new ToIntMethodWrapper(CompatUtils.getMethod(mClass, name, parameterTypes), in getPrimitiveMethod()
183 public static final class ToIntMethodWrapper { class in CompatUtils
186 public ToIntMethodWrapper(final Method method, final int defaultValue) { in ToIntMethodWrapper() method in CompatUtils.ToIntMethodWrapper