Searched refs:mTaskLeash (Results 1 – 2 of 2) sorted by relevance
80 private SurfaceControl mTaskLeash; field in TaskView233 mTaskLeash = null; in resetTaskInfo()254 mTaskLeash = leash; in onTaskAppeared()258 mTransaction.reparent(mTaskLeash, getSurfaceControl()) in onTaskAppeared()259 .show(mTaskLeash) in onTaskAppeared()295 mTransaction.reparent(mTaskLeash, null).apply(); in onTaskVanished()322 b.setParent(mTaskLeash); in attachChildSurfaceToTask()352 mTransaction.reparent(mTaskLeash, getSurfaceControl()) in surfaceCreated()353 .show(mTaskLeash) in surfaceCreated()377 mTransaction.reparent(mTaskLeash, null).apply(); in surfaceDestroyed()
97 private SurfaceControl mTaskLeash; field in PipDismissTargetHandler224 mTaskLeash = taskLeash; in setTaskLeash()228 if (!mHasDismissTargetSurface || mTaskLeash == null) { in updateDismissTargetLayer()236 mTaskLeash, -1); in updateDismissTargetLayer() local