Home
last modified time | relevance | path

Searched refs:taskPositionInParent (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/stagesplit/
H A DStageTaskListener.java265 final Point taskPositionInParent = taskInfo.positionInParent; in updateChildTaskSurface() local
268 t.setPosition(leash, taskPositionInParent.x, taskPositionInParent.y); in updateChildTaskSurface()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/legacysplitscreen/
H A DLegacySplitScreenTaskListener.java244 final Point taskPositionInParent = taskInfo.positionInParent; in updateChildTaskSurface() local
247 t.setPosition(leash, taskPositionInParent.x, taskPositionInParent.y); in updateChildTaskSurface()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
H A DStageTaskListener.java347 final Point taskPositionInParent = taskInfo.positionInParent; in updateChildTaskSurface() local
350 t.setPosition(leash, taskPositionInParent.x, taskPositionInParent.y); in updateChildTaskSurface()