Home
last modified time | relevance | path

Searched refs:task (Results 1 – 25 of 31) sorted by relevance

12

/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DTracking.java66 Task task = getOrCreateTask(mTaskOverView, id); in onResume() local
67 task.activityResumed(activity); in onResume()
68 bringToFront(task); in onResume()
91 Task task = existingTask.get(); in onDestroy() local
92 task.activityDestroyed(activity); in onDestroy()
95 if (task.mActivities.isEmpty()) { in onDestroy()
96 mTaskOverView.remove(task.id); in onDestroy()
97 mTaskOrdering.remove(task); in onDestroy()
105 private void bringToFront(Task task) { in bringToFront() argument
106 if (mTaskOrdering.peekFirst() != task) { in bringToFront()
[all …]
DInlineAdapter.java60 Task task = mTasks.get(i); in indexOfRunningTask() local
61 if (task.id == currentTaskId) { in indexOfRunningTask()
74 View task = LayoutInflater.from(parent.getContext()) in onCreateViewHolder() local
76 return new TaskViewHolder(task); in onCreateViewHolder()
102 public void setTask(Task task, FragmentManager manager, boolean highLightRunningActivity) { in setTask() argument
103 mTaskIdTextView.setText(task.id == Node.NEW_TASK_ID in setTask()
105 : String.valueOf(task.id)); in setTask()
107 .getResources().getColor(ColorManager.getColorForTask(task.id), in setTask()
112 for (Activity activity : task.mActivities) { in setTask()
131 flags, task.id); in setTask()
DIntentDialogFragment.java129 task -> task.getTaskInfo().persistentId == taskId) in removeTask()
/development/tools/repo_diff/service/repodiff/interactors/
Drunner.go49 for _, task := range tasks {
50 go task()
/development/samples/BusinessCard/src/com/example/android/businesscard/
DBusinessCardActivity.java99 AsyncTask<Uri, Void, ContactInfo> task = new AsyncTask<Uri, Void, ContactInfo>() { in loadContactInfo() local
112 task.execute(contactUri); in loadContactInfo()
/development/samples/browseable/DocumentCentricRelinquishIdentity/
D_index.jd8 This sample shows how to relinquish identity to activities above it in the task stack.
/development/samples/browseable/DocumentCentricApps/
D_index.jd10 state through reboots. If \"Task per document\" is checked a new task will be
/development/samples/training/ContactsList/src/com/example/android/contactslist/util/
DImageLoader.java88 final BitmapWorkerTask task = new BitmapWorkerTask(imageView); in loadImage() local
90 new AsyncDrawable(mResources, mLoadingBitmap, task); in loadImage()
92 task.execute(data); in loadImage()
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
DImageDownloader.java141 BitmapDownloaderTask task = new BitmapDownloaderTask(imageView); in forceDownload() local
142 DownloadedDrawable downloadedDrawable = new DownloadedDrawable(task); in forceDownload()
144 task.execute(url, cookie); in forceDownload()
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DImageWorker.java95 final BitmapWorkerTask task = new BitmapWorkerTask(data, imageView, listener); in loadImage() local
97 new AsyncDrawable(mResources, mLoadingBitmap, task); in loadImage()
103 task.executeOnExecutor(AsyncTask.DUAL_THREAD_EXECUTOR); in loadImage()
DAsyncTask.java688 AsyncTaskResult(AsyncTask task, Data... data) { in AsyncTaskResult() argument
689 mTask = task; in AsyncTaskResult()
/development/tools/winscope/src/
Dtransform_wm.js141 if (entry.task != null) {return transform_task(entry.task)}
/development/samples/ApiDemos/src/com/example/android/apis/app/
DLoaderThrottle.java464 AsyncTask<Void, Void, Void> task = new AsyncTask<Void, Void, Void>() { in onOptionsItemSelected() local
470 task.execute((Void[])null); in onOptionsItemSelected()
/development/tools/repo_pull/
Drepo_pull.py324 def _do_pull_change_lists_for_project(task): argument
326 changes, task_opts = task
/development/tools/mkstubs/
DREADME.txt63 because the tool was designed to solve one task and not just to be super generic. That means
/development/apps/Development/src/com/android/development/
DPackageSummary.java79 mTask = (TextView)findViewById(R.id.task); in onCreate()
/development/samples/training/testingfun/gradle/wrapper/
Dgradle-wrapper.jar ... .File exclusiveFile java.util.concurrent.Callable task java.io.File lockFile java.io. ...
/development/samples/devbytes/telephony/SmsSampleProject/gradle/wrapper/
Dgradle-wrapper.jar ... .File exclusiveFile java.util.concurrent.Callable task java.io.File lockFile java.io. ...
/development/tools/checkcolor/gradle/wrapper/
Dgradle-wrapper.jar ... .File exclusiveFile java.util.concurrent.Callable task java.io.File lockFile java.io. ...
/development/samples/training/multiscreen/newsreader/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/basic/ActivityLifecycle/libs/
Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/basic/FragmentBasics/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/location-aware/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/AnimationsDemo/libs/
Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/InteractiveChart/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...

12