Searched defs:AsyncApplyTask (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DRemoteViews.java1680 final AsyncApplyTask task = mNestedViews.getAsyncApplyTask(
3550 private CancellationSignal startTaskOnExecutor(AsyncApplyTask task, Executor executor) {
3564 private AsyncApplyTask getAsyncApplyTask(Context context, ViewGroup parent,
3566 return new AsyncApplyTask(getRemoteViewsToApply(context), parent, context, listener,
3570 private class AsyncApplyTask extends AsyncTask<Void, Void, ViewTree> class in class:RemoteViews
3583 private AsyncApplyTask( method in class:RemoteViews.AsyncApplyTask
3720 return startTaskOnExecutor(new AsyncApplyTask(rvToApply, (ViewGroup) v.getParent(),

Completed in 52 milliseconds