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

/packages/apps/Messaging/src/com/android/messaging/ui/contact/
H A DContactRecipientAutoCompleteView.java71 private int mLastChipsCount = 0; field in class:ContactRecipientAutoCompleteView.ContactChipsWatcher
81 // We don't take mLastChipsCount from here but from the last afterTextChanged() run.
90 if (currentChipsCount != mLastChipsCount) {
94 mChipsChangeListener.onContactChipsChanged(mLastChipsCount, currentChipsCount);
96 mLastChipsCount = currentChipsCount;

Completed in 108 milliseconds