Searched refs:oldLeash (Results 1 – 1 of 1) sorted by relevance
165 final SurfaceControl oldLeash = lastControl != null ? lastControl.getLeash() : null; in setControl() local167 if (newLeash != null && (oldLeash == null || !newLeash.isSameSurface(oldLeash)) in setControl()