Searched refs:mTaskLeash (Results 1 – 2 of 2) sorted by relevance
83 private SurfaceControl mTaskLeash; field in TaskView236 mTaskLeash = null; in resetTaskInfo()259 mTaskLeash = leash; in onTaskAppeared()263 mTransaction.reparent(mTaskLeash, getSurfaceControl()) in onTaskAppeared()264 .show(mTaskLeash) in onTaskAppeared()302 mTransaction.reparent(mTaskLeash, null).apply(); in onTaskVanished()329 b.setParent(mTaskLeash); in attachChildSurfaceToTask()359 mTransaction.reparent(mTaskLeash, getSurfaceControl()) in surfaceCreated()360 .show(mTaskLeash) in surfaceCreated()384 mTransaction.reparent(mTaskLeash, null).apply(); in surfaceDestroyed()
100 private SurfaceControl mTaskLeash; field in PipDismissTargetHandler245 mTaskLeash = taskLeash; in setTaskLeash()249 if (!mHasDismissTargetSurface || mTaskLeash == null) { in updateDismissTargetLayer()257 mTaskLeash, -1); in updateDismissTargetLayer() local