Lines Matching refs:AppsCustomizeAsyncTask
69 void run(AppsCustomizeAsyncTask task, AsyncTaskPageData data); in run()
116 class AppsCustomizeAsyncTask extends AsyncTask<AsyncTaskPageData, Void, AsyncTaskPageData> { class
117 AppsCustomizeAsyncTask(int p, AsyncTaskPageData.Type ty) { in AppsCustomizeAsyncTask() method in AppsCustomizeAsyncTask
208 ArrayList<AppsCustomizeAsyncTask> mRunningTasks;
257 mRunningTasks = new ArrayList<AppsCustomizeAsyncTask>(); in AppsCustomizePagedView()
931 Iterator<AppsCustomizeAsyncTask> iter = mRunningTasks.iterator(); in cancelAllTasks()
933 AppsCustomizeAsyncTask task = (AppsCustomizeAsyncTask) iter.next(); in cancelAllTasks()
961 Iterator<AppsCustomizeAsyncTask> iter = mRunningTasks.iterator(); in snapToPage()
963 AppsCustomizeAsyncTask task = (AppsCustomizeAsyncTask) iter.next(); in snapToPage()
1066 Iterator<AppsCustomizeAsyncTask> iter = mRunningTasks.iterator(); in getWidgetPageLoadPriority()
1069 AppsCustomizeAsyncTask task = (AppsCustomizeAsyncTask) iter.next(); in getWidgetPageLoadPriority()
1102 Iterator<AppsCustomizeAsyncTask> iter = mRunningTasks.iterator(); in prepareLoadWidgetPreviewsTask()
1104 AppsCustomizeAsyncTask task = (AppsCustomizeAsyncTask) iter.next(); in prepareLoadWidgetPreviewsTask()
1120 public void run(AppsCustomizeAsyncTask task, AsyncTaskPageData data) { in prepareLoadWidgetPreviewsTask()
1135 public void run(AppsCustomizeAsyncTask task, AsyncTaskPageData data) { in prepareLoadWidgetPreviewsTask()
1144 AppsCustomizeAsyncTask t = new AppsCustomizeAsyncTask(page, in prepareLoadWidgetPreviewsTask()
1271 private void loadWidgetPreviewsInBackground(AppsCustomizeAsyncTask task, in loadWidgetPreviewsInBackground()
1319 Iterator<AppsCustomizeAsyncTask> iter = mRunningTasks.iterator(); in onSyncWidgetPageItems()
1321 AppsCustomizeAsyncTask task = (AppsCustomizeAsyncTask) iter.next(); in onSyncWidgetPageItems()