Home
last modified time | relevance | path

Searched refs:elem_desc (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/
DUiElementDetail.java230 final ElementDescriptor elem_desc = ui_node.getDescriptor(); in createUiAttributeControls() local
267 if (elem_desc.getTooltip() != null) { in createUiAttributeControls()
271 tooltip = DescriptorsUtils.formatFormText(elem_desc.getTooltip(), in createUiAttributeControls()
272 elem_desc, in createUiAttributeControls()
275 tooltip = elem_desc.getTooltip(); in createUiAttributeControls()
282 Image icon = elem_desc.getCustomizedIcon(); in createUiAttributeControls()
295 tooltip = DescriptorsUtils.formatTooltip(elem_desc.getTooltip()); in createUiAttributeControls()
312 title = String.format("Attributes from %1$s", elem_desc.getUiName()); in createUiAttributeControls()