/development/samples/IntentPlayground/src/com/example/android/intentplayground/ |
D | Tracking.java | 66 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 …]
|
D | InlineAdapter.java | 60 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()
|
D | IntentDialogFragment.java | 129 task -> task.getTaskInfo().persistentId == taskId) in removeTask()
|
/development/tools/winscope/src/viewers/common/ |
D | wm_ime_utils.ts | 134 tasks.reverse().filter((task: HierarchyTreeNode) => { 135 if (task.getEagerPropertyByName('createdByOrganiser')?.getValue()) { 136 rootOrganizedTasks.push(task); 166 task: HierarchyTreeNode, 169 const children = task.getAllChildren().slice().reverse(); 178 for (const task of children.filter((child) => constant 181 activity = this.getActivity(task, predicate);
|
/development/tools/winscope/src/parsers/window_manager/ |
D | properties_provider_factory.ts | 175 } else if (child.task) { 177 child.task.taskFragment?.windowContainer ?? child.task.windowContainer; 231 } else if (child.task) { 329 if (child.task) { 331 child.task.taskFragment?.windowContainer?.identifier ?? 332 child.task.windowContainer?.identifier ?? 404 if (containerChild.task) { 405 return containerChild.task;
|
D | custom_query_utils.ts | 94 WmCustomQueryUtils.parseTaskProto(windowContainerChildProto.task, result);
|
/development/tools/repo_diff/service/repodiff/interactors/ |
D | runner.go | 49 for _, task := range tasks { 50 go task()
|
/development/samples/browseable/DocumentCentricRelinquishIdentity/ |
D | _index.jd | 8 This sample shows how to relinquish identity to activities above it in the task stack.
|
/development/samples/BusinessCard/src/com/example/android/businesscard/ |
D | BusinessCardActivity.java | 113 AsyncTask<Uri, Void, ContactInfo> task = new AsyncTask<Uri, Void, ContactInfo>() { in loadContactInfo() local 126 task.execute(contactUri); in loadContactInfo()
|
/development/samples/NsdManagerSample/ |
D | build.gradle | 8 task clean(type: Delete) {
|
/development/samples/browseable/DocumentCentricApps/ |
D | _index.jd | 10 state through reboots. If \"Task per document\" is checked a new task will be
|
/development/samples/training/ContactsList/src/com/example/android/contactslist/util/ |
D | ImageLoader.java | 88 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/ |
D | ImageDownloader.java | 141 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/ |
D | ImageWorker.java | 95 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()
|
D | AsyncTask.java | 688 AsyncTaskResult(AsyncTask task, Data... data) { in AsyncTaskResult() argument 689 mTask = task; in AsyncTaskResult()
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | LoaderThrottle.java | 464 AsyncTask<Void, Void, Void> task = new AsyncTask<Void, Void, Void>() { in onOptionsItemSelected() local 470 task.execute((Void[])null); in onOptionsItemSelected()
|
/development/tools/repo_pull/ |
D | repo_pull.py | 304 def _do_pull_change_lists_for_project(task, ignore_unknown_changes): argument 306 changes, task_opts = task
|
/development/tools/mkstubs/ |
D | README.txt | 63 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/ |
D | PackageSummary.java | 79 mTask = (TextView)findViewById(R.id.task); in onCreate()
|
/development/tools/cargo_embargo/testdata/async-trait/ |
D | cargo.metadata | 573 "name": "futures-task", 663 "futures-task/alloc", 699 "futures-task/std", 712 "futures-task/unstable", 1853 "name": "futures-task", 1899 "futures-task/std", 2189 "id": "registry+https://github.com/rust-lang/crates.io-index#futures-task@0.3.30", 2194 …home/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.30/Cargo.toml", 2202 "name": "futures-task", 2219 "name": "futures-task", [all …]
|
/development/tools/logblame/ |
D | sample.txt | 1548 [WorkManager]Ongoing task not found: PlacesProducer_receive
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 246 designate - v. give an assignment to (a person) to a post, or assign a task to (a person)
|