/frameworks/base/services/core/java/com/android/server/wm/ |
D | TaskStack.java | 188 final Task task = mChildren.get(taskNdx); in setBounds() local 204 final Task task = mChildren.get(taskNdx); in prepareFreezingTaskBounds() local 245 final Task task = mChildren.get(taskNdx); in alignTasksToAdjustedBounds() local 540 void addTask(Task task, int position) { in addTask() 552 void addTask(Task task, int position, boolean showForAllUsers, boolean moveParents) { in addTask() 596 private int findPositionForTask(Task task, int targetPosition, boolean showForAllUsers, in findPositionForTask() 659 void removeChild(Task task) { in removeChild() 947 Task task = mChildren.get(taskNdx); in switchUser() local 1047 final Task task = mChildren.get(j); in beginImeAdjustAnimation() local 1214 void applyAdjustForImeIfNeeded(Task task) { in applyAdjustForImeIfNeeded() [all …]
|
D | WindowState.java | 721 final Task task = getTask(); in computeFrameLw() local 1091 final Task task = getTask(); in updateResizingWindowIfNeeded() local 1208 Task task = getTask(); in getStack() local 1225 final Task task = getTask(); in getVisibleBounds() local 1632 final Task task = getTask(); in handleWindowMovedIfNeeded() local 1669 Task task = getTask(); in isObscuringDisplay() local 2060 Task task = getTask(); in getDimLayerUser() local 2126 final Task task = getTask(); in inPinnedWorkspace() local 2131 final Task task = getTask(); in applyAdjustForImeIfNeeded() local 2672 final Task task = getTask(); in shouldSaveSurface() local [all …]
|
/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/base/services/tests/servicestests/src/com/android/server/wm/ |
D | StackWindowControllerTests.java | 50 final Task task = taskController.mContainer; in testRemoveContainer() local 70 final WindowTestUtils.TestTask task = (WindowTestUtils.TestTask) taskController.mContainer; in testRemoveContainer_deferRemoval() local
|
D | WindowFrameTests.java | 117 Task task = new TaskWithBounds(null); // fullscreen task doesn't use bounds for computeFrame in testLayoutInFullscreenTaskInsets() local 174 Task task = new TaskWithBounds(null); // fullscreen task doesn't use bounds for computeFrame in testLayoutInFullscreenTaskNoInsets() local 261 TaskWithBounds task = new TaskWithBounds(taskBounds); in testLayoutNonfullscreenTask() local 366 private WindowStateWithTask createWindow(Task task, int width, int height) { in createWindow()
|
D | AppWindowTokenTests.java | 107 final Task task = createTaskInStack(stack, 0 /* userId */); in testLandscapeSeascapeRotationByApp() local 143 final Task task = createTaskInStack(stack, 0 /* userId */); in testLandscapeSeascapeRotationByPolicy() local
|
/frameworks/support/core-utils/java/android/support/v4/content/ |
D | AsyncTaskLoader.java | 229 void dispatchOnCancelled(LoadTask task, D data) { in dispatchOnCancelled() 242 void dispatchOnLoadComplete(LoadTask task, D data) { in dispatchOnLoadComplete() 342 LoadTask task = mTask; in waitForLoader() local
|
/frameworks/base/core/java/android/content/ |
D | AsyncTaskLoader.java | 242 void dispatchOnCancelled(LoadTask task, D data) { in dispatchOnCancelled() 255 void dispatchOnLoadComplete(LoadTask task, D data) { in dispatchOnLoadComplete() 354 LoadTask task = mTask; in waitForLoader() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
D | TaskStackView.java | 434 Task task = tv.getTask(); in getFrontMostTaskView() local 478 void addIgnoreTask(Task task) { in addIgnoreTask() 485 void removeIgnoreTask(Task task) { in removeIgnoreTask() 492 boolean isIgnoredTask(Task task) { in isIgnoredTask() 534 Task task = tasks.get(i); in computeVisibleTaskTransforms() local 608 Task task = tv.getTask(); in bindVisibleTaskViews() local 637 Task task = tasks.get(i); in bindVisibleTaskViews() local 722 Task task = tv.getTask(); in relayoutTaskViews() local 769 Task task = tasks.get(i); in getCurrentTaskTransforms() local 791 Task task = tasks.get(i); in getLayoutTaskTransforms() local [all …]
|
D | TaskStackAnimationHelper.java | 151 Task task = tv.getTask(); in prepareForEnterAnimation() local 226 Task task = tv.getTask(); in startEnterAnimation() local 316 Task task = tv.getTask(); in startExitToHomeAnimation() local 362 Task task = tv.getTask(); in startLaunchTaskAnimation() local 478 Task task = tv.getTask(); in startScrollToFocusedTaskAnimation() local 579 Task task = tv.getTask(); in startNewStackScrollAnimation() local
|
D | TaskStackLayoutAlgorithm.java | 527 Task task = tasks.get(i); in update() local 544 Task task = stackTasks.get(i); in update() local 659 public void addUnfocusedTaskOverride(Task task, float stackScroll) { in addUnfocusedTaskOverride() 681 Task task = taskView.getTask(); in addUnfocusedTaskOverride() local 819 Task task = tasks.get(i); in computeStackVisibilityReport() local 867 public TaskViewTransform getStackTransform(Task task, float stackScroll, in getStackTransform() 873 public TaskViewTransform getStackTransform(Task task, float stackScroll, in getStackTransform() 880 public TaskViewTransform getStackTransform(Task task, float stackScroll, int focusState, in getStackTransform() 910 public TaskViewTransform getStackTransformScreenCoordinates(Task task, float stackScroll, in getStackTransformScreenCoordinates()
|
/frameworks/base/core/java/android/hardware/camera2/utils/ |
D | TaskDrainer.java | 117 public void taskStarted(T task) { in taskStarted() 151 public void taskFinished(T task) { in taskFinished()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/ |
D | TaskStack.java | 118 public void moveTaskToStack(Task task, int insertIndex, int newStackId) { in moveTaskToStack() 702 Task task = mRawTaskList.get(i); local 769 Task task = stackTasks.get(i); in getStackFrontMostTask() local 783 Task task = tasks.get(i); in getTaskKeys() local 804 Task task = tasks.get(i); in getFreeformTasks() local 836 Task task = tasks.get(i); in getStackTaskCount() local 852 Task task = tasks.get(i); in getFreeformTaskCount() local 867 Task task = tasks.get(i); in getLaunchTarget() local 928 Task task = tasks.get(i); in findTaskWithId() local 1124 Task task = tasks.get(i); in createTaskKeyMapFromList() local
|
/frameworks/base/libs/hwui/ |
D | TessellationCache.cpp | 142 virtual void onProcess(const sp<Task<VertexBuffer*> >& task) override { in onProcess() 152 explicit Buffer(const sp<Task<VertexBuffer*> >& task) in Buffer() 276 virtual void onProcess(const sp<Task<TessellationCache::vertexBuffer_pair_t> >& task) override { in onProcess() 361 sp<ShadowTask> task = new ShadowTask(drawTransform, localClip, opaque, in precacheShadows() local 377 ShadowTask* task = static_cast<ShadowTask*>(mShadowCache.get(key)); in getShadowTask() local 396 sp<TessellationTask> task = new TessellationTask(tessellator, entry); in getOrCreateBuffer() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | InflationTask.java | 31 default void supersedeTask(InflationTask task) {} in supersedeTask()
|
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/ |
D | PipeManager.java | 46 final Task task = new ImportFileTask(model, identifier); in readDocument() local 52 final Task task = new GetThumbnailTask(model, identifier); in readThumbnail() local
|
D | DocumentLoader.java | 74 LoaderTask task = mTaskList.findTask(parent); in queryChildDocuments() local 171 final LoaderTask task; in cancelTask() local 193 final LoaderTask task = getNextTaskOrReleaseBackgroundThread(); in run() local
|
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/ |
D | ActivityTestMain.java | 121 final ActivityManager.RecentTaskInfo task, in addThumbnail() 551 ActivityManager.AppTask task = tasks.get(i); in setExclude() local 563 ActivityManager.AppTask task = tasks.get(i); in findDocTask() local
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityStackSupervisor.java | 802 final TaskRecord task = stack.taskForIdLocked(id); in anyTaskForIdLocked() local 817 final TaskRecord task = mRecentTasks.taskForIdLocked(id); in anyTaskForIdLocked() local 866 private boolean taskTopActivityIsUser(TaskRecord task, @UserIdInt int userId) { in taskTopActivityIsUser() 888 final TaskRecord task = tasks.get(taskNdx); in lockAllProfileTasks() local 1393 final TaskRecord task = r.getTask(); in realStartActivityLocked() local 2111 void findTaskToMoveToFrontLocked(TaskRecord task, int flags, ActivityOptions options, in findTaskToMoveToFrontLocked() 2304 final TaskRecord task = tasks.get(taskNdx); in getHomeActivityForUser() local 2407 final TaskRecord task = in notifyAppTransitionDone() local 2462 final TaskRecord task = tasks.get(i); in moveTasksToFullscreenStackInSurfaceTransaction() local 2479 final TaskRecord task = tasks.get(i); in moveTasksToFullscreenStackInSurfaceTransaction() local [all …]
|
D | ActivityStarter.java | 1070 final TaskRecord task = reusedActivity.getTask(); in startActivityUnchecked() local 1321 final TaskRecord task = mSupervisor.anyTaskForIdLocked(mOptions.getLaunchTaskId()); in setInitialState() local 1514 final TaskRecord task = mSupervisor.anyTaskForIdLocked(mOptions.getLaunchTaskId()); in getReusableIntentActivity() local 1668 TaskRecord task, int launchFlags, ActivityStack focusedStack) { in updateTaskReturnToType() 1701 final TaskRecord task = intentActivity.getTask(); in setTaskFromIntentActivity() local 1725 final TaskRecord task = mSourceRecord.getTask(); in setTaskFromIntentActivity() local 1790 final TaskRecord task = mTargetStack.createTaskRecord( in setTaskFromReuseOrCreateNewTask() local 1887 final TaskRecord task = top.getTask(); in setTaskFromSourceRecord() local 1979 final TaskRecord task = (prev != null) ? prev.getTask() : mTargetStack.createTaskRecord( in setTaskToCurrentTopOrCreateNewTask() local 2039 final TaskRecord task = r.getTask(); in computeStackFocus() local [all …]
|
/frameworks/support/compat/java/android/support/v4/os/ |
D | AsyncTaskCompat.java | 44 AsyncTask<Params, Progress, Result> task, in executeParallel()
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/ |
D | MffTestCase.java | 43 FutureTask<MffContext> task = new FutureTask<MffContext>(new Callable<MffContext>() { in setUp() local
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
D | GapWorker.java | 238 final Task task; in buildTaskList() local 340 private void flushTaskWithDeadline(Task task, long deadlineNs) { in flushTaskWithDeadline() 354 final Task task = mTasks.get(i); in flushTasksWithDeadline() local
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | GapWorker.java | 227 final Task task; in buildTaskList() local 323 private void flushTaskWithDeadline(Task task, long deadlineNs) { in flushTaskWithDeadline() 334 final Task task = mTasks.get(i); in flushTasksWithDeadline() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | AppButtonData.java | 48 public void addTask(RecentTaskInfo task) { in addTask()
|