Home
last modified time | relevance | path

Searched refs:oldSibling (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DSelectionManager.java779 CanvasViewInfo oldSibling = oldIterator.next(); in findCorresponding() local
782 if (oldSibling.getName().equals(newSibling.getName())) { in findCorresponding()
787 if (oldSibling == old) { in findCorresponding()