/frameworks/base/libs/hwui/renderthread/ |
D | RenderThread.cpp | 62 void TaskQueue::queue(RenderTask* task) { in queue() 96 void TaskQueue::queueAtFront(RenderTask* task) { in queueAtFront() 105 void TaskQueue::remove(RenderTask* task) { in remove() 286 while (RenderTask* task = nextTask(&nextWakeup)) { in threadLoop() local 320 void RenderThread::queue(RenderTask* task) { in queue() 329 void RenderThread::queueAndWait(RenderTask* task) { in queueAndWait() 342 void RenderThread::queueAtFront(RenderTask* task) { in queueAtFront() 348 void RenderThread::queueAt(RenderTask* task, nsecs_t runAtNs) { in queueAt() 353 void RenderThread::remove(RenderTask* task) { in remove()
|
/frameworks/base/libs/hwui/thread/ |
D | TaskProcessor.h | 42 void add(const sp<Task<T> >& task) { in add() 54 virtual void process(const sp<TaskBase>& task) override { in process() 65 bool TaskProcessor<T>::addImpl(const sp<Task<T> >& task) { in addImpl()
|
D | TaskManager.cpp | 62 bool TaskManager::addTaskBase(const sp<TaskBase>& task, const sp<TaskProcessorBase>& processor) { in addTaskBase() 99 const TaskWrapper& task = tasks[i]; in threadLoop() local 106 bool TaskManager::WorkerThread::addTask(const TaskWrapper& task) { in addTask()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | LockPatternChecker.java | 55 AsyncTask<Void, Void, byte[]> task = new AsyncTask<Void, Void, byte[]>() { in verifyPattern() local 89 AsyncTask<Void, Void, Boolean> task = new AsyncTask<Void, Void, Boolean>() { in checkPattern() local 125 AsyncTask<Void, Void, byte[]> task = new AsyncTask<Void, Void, byte[]>() { in verifyPassword() local 162 AsyncTask<Void, Void, byte[]> task = new AsyncTask<Void, Void, byte[]>() { in verifyTiedProfileChallenge() local 196 AsyncTask<Void, Void, Boolean> task = new AsyncTask<Void, Void, Boolean>() { in checkPassword() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/ui/ |
D | ShowApplicationInfoEvent.java | 27 public final Task task; field in ShowApplicationInfoEvent 29 public ShowApplicationInfoEvent(Task task) { in ShowApplicationInfoEvent()
|
D | DeleteTaskDataEvent.java | 28 public final Task task; field in DeleteTaskDataEvent 30 public DeleteTaskDataEvent(Task task) { in DeleteTaskDataEvent()
|
D | TaskViewDismissedEvent.java | 29 public final Task task; field in TaskViewDismissedEvent 33 public TaskViewDismissedEvent(Task task, TaskView taskView, AnimationProps animation) { in TaskViewDismissedEvent()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | LaunchingTaskPositioner.java | 115 void updateDefaultBounds(TaskRecord task, ArrayList<TaskRecord> tasks, in updateDefaultBounds() 171 private void positionBottomLeft(TaskRecord task, ArrayList<TaskRecord> tasks, int width, in positionBottomLeft() 178 private void positionBottomRight(TaskRecord task, ArrayList<TaskRecord> tasks, int width, in positionBottomRight() 185 private void positionTopLeft(TaskRecord task, ArrayList<TaskRecord> tasks, int width, in positionTopLeft() 192 private void positionTopRight(TaskRecord task, ArrayList<TaskRecord> tasks, int width, in positionTopRight() 199 private void positionCenter(TaskRecord task, ArrayList<TaskRecord> tasks, int width, in positionCenter() 206 private void position(TaskRecord task, ArrayList<TaskRecord> tasks, Rect proposal, in position() 267 TaskRecord task = tasks.get(i); in boundsConflict() local
|
D | ActivityStack.java | 563 final TaskRecord task = mTaskHistory.get(taskNdx); in topRunningNonDelayedActivityLocked() local 586 TaskRecord task = mTaskHistory.get(taskNdx); in topRunningActivityLocked() local 625 final TaskRecord task = mTaskHistory.get(taskNdx); in taskForIdLocked() local 642 final TaskRecord task = r.task; in isInStackLocked() local 683 void moveToFront(String reason, TaskRecord task) { in moveToFront() 747 final TaskRecord task = mTaskHistory.get(taskNdx); in findTaskLocked() local 837 final TaskRecord task = mTaskHistory.get(taskNdx); in findActivityLocked() local 876 final TaskRecord task = mTaskHistory.get(i); in switchUserLocked() local 1451 TaskRecord task = r.task; in findNextTranslucentActivity() local 1517 final TaskRecord task = mTaskHistory.get(i); in hasFullscreenTask() local [all …]
|
D | RecentTasks.java | 131 void notifyTaskPersisterLocked(TaskRecord task, boolean flush) { in notifyTaskPersisterLocked() 150 TaskRecord task = get(i); in syncPersistentTaskIdsLocked() local 289 final TaskRecord task = get(i); in cleanupLocked() local 382 private final boolean moveAffiliatedTasksToFront(TaskRecord task, int taskIndex) { in moveAffiliatedTasksToFront() 484 final void addLocked(TaskRecord task) { in addLocked() 616 int trimForTaskLocked(TaskRecord task, boolean doTrim) { in trimForTaskLocked() 724 final TaskRecord task = get(i); in processNextAffiliateChainLocked() local
|
D | TaskPersister.java | 107 TaskWriteQueueItem(TaskRecord task) { in TaskWriteQueueItem() 163 private void removeThumbnails(TaskRecord task) { in removeThumbnails() 250 void wakeup(TaskRecord task, boolean flush) { in wakeup() 355 private StringWriter saveToXml(TaskRecord task) throws IOException, XmlPullParserException { in saveToXml() 399 final TaskRecord task = tasks.get(taskNdx); in taskIdToTask() local 440 final TaskRecord task = TaskRecord.restoreFromXml(in, mStackSupervisor); in restoreTasksForUserLocked() local 495 final TaskRecord task = tasks.get(taskNdx); in restoreTasksForUserLocked() local 630 final TaskRecord task = mRecentTasks.get(taskNdx); in run() local 709 TaskRecord task = ((TaskWriteQueueItem) item).mTask; in run() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/ui/dragndrop/ |
D | DragDropTargetChangedEvent.java | 29 public final Task task; field in DragDropTargetChangedEvent 32 public DragDropTargetChangedEvent(Task task, DropTarget dropTarget) { in DragDropTargetChangedEvent()
|
D | DragEndCancelledEvent.java | 31 public final Task task; field in DragEndCancelledEvent 34 public DragEndCancelledEvent(TaskStack stack, Task task, TaskView taskView) { in DragEndCancelledEvent()
|
D | DragStartInitializeDropTargetsEvent.java | 30 public final Task task; field in DragStartInitializeDropTargetsEvent 34 public DragStartInitializeDropTargetsEvent(Task task, TaskView taskView, in DragStartInitializeDropTargetsEvent()
|
D | DragEndEvent.java | 29 public final Task task; field in DragEndEvent 33 public DragEndEvent(Task task, TaskView taskView, DropTarget dropTarget) { in DragEndEvent()
|
D | DragStartEvent.java | 30 public final Task task; field in DragStartEvent 34 public DragStartEvent(Task task, TaskView taskView, Point tlOffset) { in DragStartEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
D | FreeformWorkspaceLayoutAlgorithm.java | 70 Task task = freeformTasks.get(i); in update() local 124 Task task = freeformTasks.get(i); in update() local 142 public boolean isTransformAvailable(Task task, TaskStackLayoutAlgorithm stackLayout) { in isTransformAvailable() 153 public TaskViewTransform getTransform(Task task, TaskViewTransform transformOut, in getTransform()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/activity/ |
D | LaunchTvTaskEvent.java | 27 public final Task task; field in LaunchTvTaskEvent 31 public LaunchTvTaskEvent(TaskCardView taskView, Task task, Rect targetTaskBounds, in LaunchTvTaskEvent()
|
D | LaunchTaskEvent.java | 31 public final Task task; field in LaunchTaskEvent 36 public LaunchTaskEvent(TaskView taskView, Task task, Rect targetTaskBounds, int targetTaskStack, in LaunchTaskEvent()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | TaskStack.java | 181 final Task task = mTasks.get(taskNdx); in setBounds() local 209 final Task task = mTasks.get(taskNdx); in prepareFreezingTaskBounds() local 255 final Task task = mTasks.get(taskNdx); in alignTasksToAdjustedBounds() local 512 void addTask(Task task, boolean toTop) { in addTask() 522 void addTask(Task task, boolean toTop, boolean showForAllUsers) { in addTask() 526 void positionTask(Task task, int position, boolean showForAllUsers) { in positionTask() 607 void moveTaskToTop(Task task) { in moveTaskToTop() 614 void moveTaskToBottom(Task task) { in moveTaskToBottom() 625 void removeTask(Task task) { in removeTask() 838 Task task = mTasks.get(taskNdx); in switchUser() local [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/views/ |
D | TaskStackHorizontalViewAdapter.java | 55 public void init(Task task) { in init() 79 final Task task) { in getRemoveAtListener()
|
/frameworks/opt/bitmap/src/com/android/bitmap/ |
D | ContiguousFIFOAggregator.java | 165 public void execute(final T key, final Runnable task) { in execute() 301 Runnable task; field in ContiguousFIFOAggregator.Value 303 Value(final Callback<T> callback, final Runnable task) { in Value()
|
/frameworks/support/v4/java/android/support/v4/content/ |
D | AsyncTaskLoader.java | 223 void dispatchOnCancelled(LoadTask task, D data) { in dispatchOnCancelled() 236 void dispatchOnLoadComplete(LoadTask task, D data) { in dispatchOnLoadComplete() 335 LoadTask task = mTask; in waitForLoader() local
|
/frameworks/base/core/java/android/content/ |
D | AsyncTaskLoader.java | 239 void dispatchOnCancelled(LoadTask task, D data) { in dispatchOnCancelled() 252 void dispatchOnLoadComplete(LoadTask task, D data) { in dispatchOnLoadComplete() 351 LoadTask task = mTask; in waitForLoader() local
|
/frameworks/base/core/java/android/hardware/camera2/utils/ |
D | TaskDrainer.java | 111 public void taskStarted(T task) { in taskStarted() 142 public void taskFinished(T task) { in taskFinished()
|