Searched refs:asyncMethod (Results 1 – 1 of 1) sorted by relevance
878 Method asyncMethod = null; in getAsyncMethod() local881 asyncMethod = method.getDeclaringClass() in getAsyncMethod()883 if (!asyncMethod.getReturnType().equals(Runnable.class)) { in getAsyncMethod()892 sAsyncMethods.put(method, asyncMethod); in getAsyncMethod()893 return asyncMethod; in getAsyncMethod()1430 Method asyncMethod = getAsyncMethod(method); in initActionAsync() local1432 if (asyncMethod != null) { in initActionAsync()1433 Runnable endAction = (Runnable) asyncMethod.invoke(view, wrapArg(this.value)); in initActionAsync()