Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
DUiActions.java302 if (uiPrev.getDescriptor().acceptChild(nodeDesc)) { in doUpInternal()
330 grandDesc.acceptChild(nodeDesc)) { in doUpInternal()
486 if (uiNext.getDescriptor().acceptChild(nodeDesc)) { in doDownInternal()
518 grandDesc.acceptChild(nodeDesc)) { in doDownInternal()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DElementDescriptor.java324 public boolean acceptChild(ElementDescriptor target) { in acceptChild() method in ElementDescriptor