Searched refs:mTaskLeash (Results 1 – 2 of 2) sorted by relevance
77 private SurfaceControl mTaskLeash; field in TaskViewTaskController267 mTaskLeash = null; in resetTaskInfo()310 mTaskLeash = leash; in onTaskAppeared()315 .show(mTaskLeash) in onTaskAppeared()342 final SurfaceControl taskLeash = mTaskLeash; in onTaskVanished()381 return mTaskLeash; in findTaskSurface()417 .show(mTaskLeash) in surfaceCreated()578 finishTransaction.reparent(mTaskLeash, null); in prepareHideAnimation()603 mTaskLeash = leash; in prepareOpenAnimation()607 .show(mTaskLeash); in prepareOpenAnimation()[all …]
81 private SurfaceControl mTaskLeash; field in PipDismissTargetHandler216 mTaskLeash = taskLeash; in setTaskLeash()220 if (!mHasDismissTargetSurface || mTaskLeash == null) { in updateDismissTargetLayer()234 t.setRelativeLayer(targetViewLeash, mTaskLeash, -1); in updateDismissTargetLayer()