HomeSort by relevance Sort by last modified time
    Searched defs:ui_node (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiElementDetail.java 108 UiElementNode ui_node = (UiElementNode) first; local
109 createUiAttributeControls(mManagedForm, ui_node);
217 final UiElementNode ui_node) {
219 final ElementDescriptor elem_desc = ui_node.getDescriptor();
220 mMasterSection.setText(String.format("Attributes for %1$s", ui_node.getShortDescription()));
222 if (mCurrentUiElementNode != ui_node) {
235 AttributeDescriptor[] attr_desc_list = ui_node.getAttributeDescriptors();
254 mCurrentUiElementNode = ui_node;
280 ui_node.getDescriptor().getXmlName(),
310 UiAttributeNode ui_attr = ui_node.findUiAttribute(attr_desc)
    [all...]
UiTreeBlock.java 275 public void uiElementNodeUpdated(UiElementNode ui_node, UiUpdateState state) {
281 public void uiElementNodeUpdated(UiElementNode ui_node, UiUpdateState state) {
289 boolean exists = mAutoCreateRoot || (ui_node.getXmlNode() != null);
496 doCreateMenuAction(manager, null /* ui_node */);
616 for (UiElementNode ui_node = uiNodeToSelect; ui_node != mUiRootNode;
617 ui_node = ui_node.getUiParent()) {
618 segments.add(0, ui_node);
662 UiElementNode ui_node = mUiRootNode local
    [all...]

Completed in 69 milliseconds