Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
DCompatUtils.java157 public ToFloatMethodWrapper getPrimitiveMethod(final String name, final float defaultValue, in getPrimitiveMethod()
159 return new ToFloatMethodWrapper(CompatUtils.getMethod(mClass, name, parameterTypes), in getPrimitiveMethod()
195 public static final class ToFloatMethodWrapper { class in CompatUtils
198 public ToFloatMethodWrapper(final Method method, final float defaultValue) { in ToFloatMethodWrapper() method in CompatUtils.ToFloatMethodWrapper