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
88 mInternalTextModification = true; in updateValue()
92 mInternalTextModification = false; in updateValue()
114 return mInternalTextModification; in isInInternalTextModification()
118 mInternalTextModification = internalTextModification; in setInInternalTextModification()