Searched refs:mLastChipsCount (Results 1 – 1 of 1) sorted by relevance
71 private int mLastChipsCount = 0; field in ContactRecipientAutoCompleteView.ContactChipsWatcher90 if (currentChipsCount != mLastChipsCount) { in afterTextChanged()94 mChipsChangeListener.onContactChipsChanged(mLastChipsCount, currentChipsCount); in afterTextChanged()96 mLastChipsCount = currentChipsCount; in afterTextChanged()