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 111 UiElementNode ui_node = (UiElementNode) first; local
112 createUiAttributeControls(mManagedForm, ui_node);
228 final UiElementNode ui_node) {
230 final ElementDescriptor elem_desc = ui_node.getDescriptor();
231 mMasterSection.setText(String.format("Attributes for %1$s", ui_node.getShortDescription()));
233 if (mCurrentUiElementNode != ui_node) {
246 AttributeDescriptor[] attr_desc_list = ui_node.getAttributeDescriptors();
265 mCurrentUiElementNode = ui_node;
291 ui_node.getDescriptor().getXmlName(),
321 UiAttributeNode ui_attr = ui_node.findUiAttribute(attr_desc)
    [all...]
UiTreeBlock.java 277 public void uiElementNodeUpdated(UiElementNode ui_node, UiUpdateState state) {
284 public void uiElementNodeUpdated(UiElementNode ui_node, UiUpdateState state) {
292 boolean exists = mAutoCreateRoot || (ui_node.getXmlNode() != null);
501 doCreateMenuAction(manager, null /* ui_node */);
621 for (UiElementNode ui_node = uiNodeToSelect; ui_node != mUiRootNode;
622 ui_node = ui_node.getUiParent()) {
623 segments.add(0, ui_node);
666 UiElementNode ui_node = mUiRootNode local
    [all...]

Completed in 32 milliseconds