Searched refs:oldLeash (Results 1 – 1 of 1) sorted by relevance
131 SurfaceControl oldLeash = mSourceControl != null ? mSourceControl.getLeash() : null; in setControl() local184 if (oldLeash == null || newLeash == null || !oldLeash.isSameSurface(newLeash)) { in setControl()