Home
last modified time | relevance | path

Searched refs:mCurrentUiElementNode (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.java67 private UiElementNode mCurrentUiElementNode; field in UiElementDetail
127 if (mCurrentUiElementNode != null) { in commit()
128 mCurrentUiElementNode.commit(); in commit()
152 if (mCurrentUiElementNode != null && mCurrentUiElementNode.isDirty()) { in isDirty()
174 mCurrentUiElementNode = null; in refresh()
233 if (mCurrentUiElementNode != ui_node) { in createUiAttributeControls()
265 mCurrentUiElementNode = ui_node; in createUiAttributeControls()