Searched refs:mStopFormatting (Results 1 – 1 of 1) sorted by relevance
51 private boolean mStopFormatting; field in PhoneNumberFormattingTextWatcher77 if (mSelfChange || mStopFormatting) { in beforeTextChanged()88 if (mSelfChange || mStopFormatting) { in onTextChanged()99 if (mStopFormatting) { in afterTextChanged()101 mStopFormatting = !(s.length() == 0); in afterTextChanged()161 mStopFormatting = true; in stopFormatting()