Home
last modified time | relevance | path

Searched refs:currentChipsCount (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/contact/
DContactRecipientAutoCompleteView.java88 final int currentChipsCount = s.getSpans(0, s.length(), in afterTextChanged() local
90 if (currentChipsCount != mLastChipsCount) { in afterTextChanged()
94 mChipsChangeListener.onContactChipsChanged(mLastChipsCount, currentChipsCount); in afterTextChanged()
96 mLastChipsCount = currentChipsCount; in afterTextChanged()