Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
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