Searched refs:oldParent (Results 1 – 1 of 1) sorted by relevance
767 CanvasViewInfo oldParent = old.getParent(); in findCorresponding() local768 if (oldParent != null) { in findCorresponding()769 CanvasViewInfo newParent = findCorresponding(oldParent, newRoot); in findCorresponding()774 List<CanvasViewInfo> oldSiblings = oldParent.getChildren(); in findCorresponding()