Searched refs:ToFloatMethodWrapper (Results 1 – 1 of 1) sorted by relevance
157 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 CompatUtils198 public ToFloatMethodWrapper(final Method method, final float defaultValue) { in ToFloatMethodWrapper() method in CompatUtils.ToFloatMethodWrapper