Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
DUiAbstractTextAttributeNode.java39 private boolean mInternalTextModification; field in UiAbstractTextAttributeNode
87 mInternalTextModification = true; in updateValue()
91 mInternalTextModification = false; in updateValue()
113 return mInternalTextModification; in isInInternalTextModification()
117 mInternalTextModification = internalTextModification; in setInInternalTextModification()