Searched refs:mLeashByTaskId (Results 1 – 1 of 1) sorted by relevance
54 private final SparseArray<SurfaceControl> mLeashByTaskId = new SparseArray<>(); field in LegacySplitScreenTaskListener166 mLeashByTaskId.remove(taskInfo.taskId); in onTaskVanished()230 mLeashByTaskId.put(taskInfo.taskId, leash); in handleChildTaskAppeared()238 final SurfaceControl leash = mLeashByTaskId.get(taskInfo.taskId); in handleChildTaskChanged()329 final SurfaceControl leash = mLeashByTaskId.get(taskInfo.taskId); in handleTaskInfoChanged()346 if (!mLeashByTaskId.contains(taskId)) { in attachChildSurfaceToTask()349 b.setParent(mLeashByTaskId.get(taskId)); in attachChildSurfaceToTask()