Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
DCompatUtils.java145 public <T> ToObjectMethodWrapper<T> getMethod(final String name, in getMethod()
147 return new ToObjectMethodWrapper<T>(CompatUtils.getMethod(mClass, name, parameterTypes), in getMethod()
170 public static final class ToObjectMethodWrapper<T> { class in CompatUtils
173 public ToObjectMethodWrapper(final Method method, final T defaultValue) { in ToObjectMethodWrapper() method in CompatUtils.ToObjectMethodWrapper
DCursorAnchorInfoCompatWrapper.java46 private static final CompatUtils.ToObjectMethodWrapper<RectF> sGetCharacterBoundsMethod;
48 private static final CompatUtils.ToObjectMethodWrapper<CharSequence> sGetComposingTextMethod;
54 private static final CompatUtils.ToObjectMethodWrapper<Matrix> sGetMatrixMethod;