D | CompatUtils.java | 94 final Method method, final Object... args) { in invoke() argument 95 if (method == null) { in invoke() 99 return method.invoke(receiver, args); in invoke() 173 public ToObjectMethodWrapper(final Method method, final T defaultValue) { in ToObjectMethodWrapper() argument 174 mMethod = method; in ToObjectMethodWrapper() 186 public ToIntMethodWrapper(final Method method, final int defaultValue) { in ToIntMethodWrapper() argument 187 mMethod = method; in ToIntMethodWrapper() 198 public ToFloatMethodWrapper(final Method method, final float defaultValue) { in ToFloatMethodWrapper() argument 199 mMethod = method; in ToFloatMethodWrapper() 210 public ToBooleanMethodWrapper(final Method method, final boolean defaultValue) { in ToBooleanMethodWrapper() argument [all …]
|