Home
last modified time | relevance | path

Searched defs:screenshotTask (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/tasksurfacehelper/
H A DTaskSurfaceHelperController.java60 public void screenshotTask(RunningTaskInfo taskInfo, Rect crop, in screenshotTask() method in TaskSurfaceHelperController
74 public void screenshotTask(RunningTaskInfo taskInfo, Rect crop, Executor executor, in screenshotTask() method in TaskSurfaceHelperController.TaskSurfaceHelperImpl
H A DTaskSurfaceHelper.java35 default void screenshotTask(RunningTaskInfo taskInfo, Rect crop, Executor executor, in screenshotTask() method
/aosp12/frameworks/base/core/java/android/view/
H A DIRecentsAnimationController.aidl39 TaskSnapshot screenshotTask(int taskId); in screenshotTask() method
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DRecentsAnimationControllerCompat.java40 public ThumbnailData screenshotTask(int taskId) { in screenshotTask() method in RecentsAnimationControllerCompat
H A DRemoteTransitionCompat.java285 @Override public ThumbnailData screenshotTask(int taskId) { in screenshotTask() method in RemoteTransitionCompat.RecentsControllerWrap
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DRecentsAnimationController.java65 public ThumbnailData screenshotTask(int taskId) { in screenshotTask() method in RecentsAnimationController
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/
H A DShellTaskOrganizer.java437 public void screenshotTask(RunningTaskInfo taskInfo, Rect crop, in screenshotTask() method in ShellTaskOrganizer