Home
last modified time | relevance | path

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

/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
DNewItemSelectionDialog.java59 private UiElementNode mLocalRootNode; field in NewItemSelectionDialog
89 mLocalRootNode = root_node; in NewItemSelectionDialog()
93 if (ui_node != null && ui_node != mLocalRootNode) { in NewItemSelectionDialog()
98 if (parent != null && parent != mLocalRootNode) { in NewItemSelectionDialog()
331 mLocalRootNode.getShortDescription())); in createRadioControl()
347 chooseNode(mLocalRootNode); in createRadioControl()
360 mLocalRootNode.getShortDescription())); in createRadioControl()
363 mChosenRootNode = mLocalRootNode; in createRadioControl()
394 if (ui_node == mLocalRootNode && in getAllowedDescriptors()