Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
DUiActions.java280 ElementDescriptor nodeDesc = uiNode.getDescriptor(); in doUpInternal() local
281 if (xmlNode == null || nodeDesc == null) { in doUpInternal()
302 if (uiPrev.getDescriptor().acceptChild(nodeDesc)) { in doUpInternal()
330 grandDesc.acceptChild(nodeDesc)) { in doUpInternal()
462 ElementDescriptor nodeDesc = uiNode.getDescriptor(); in doDownInternal() local
463 if (xmlNode == null || nodeDesc == null) { in doDownInternal()
486 if (uiNext.getDescriptor().acceptChild(nodeDesc)) { in doDownInternal()
518 grandDesc.acceptChild(nodeDesc)) { in doDownInternal()