Searched refs:mErrorWasChanged (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DEditor.java147 boolean mErrorWasChanged; field in class:Editor
295 mErrorWasChanged = true;
H A DTextView.java5421 * Resets the mErrorWasChanged flag, so that future calls to {@link #setError(CharSequence)}
5432 if (mEditor != null) mEditor.mErrorWasChanged = false;
5439 if (mEditor != null && mEditor.mError != null && !mEditor.mErrorWasChanged) {

Completed in 230 milliseconds