Searched refs:currentChipsCount (Results 1 – 1 of 1) sorted by relevance
88 final int currentChipsCount = s.getSpans(0, s.length(), in afterTextChanged() local90 if (currentChipsCount != mLastChipsCount) { in afterTextChanged()94 mChipsChangeListener.onContactChipsChanged(mLastChipsCount, currentChipsCount); in afterTextChanged()96 mLastChipsCount = currentChipsCount; in afterTextChanged()