Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DRemoteViews.java878 Method asyncMethod = null; in getAsyncMethod() local
881 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() local
1432 if (asyncMethod != null) { in initActionAsync()
1433 Runnable endAction = (Runnable) asyncMethod.invoke(view, wrapArg(this.value)); in initActionAsync()