Home
last modified time | relevance | path

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

/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java200 private int mPendingChipsCount = 0; field in RecipientEditTextView
485 mPendingChipsCount++; in append()
491 if (mPendingChipsCount > 0) { in append()
611 if (mPendingChipsCount > 0) { in shrink()
1053 if (mPendingChipsCount > 0) { in onSizeChanged()
1101 if (mPendingChipsCount <= 0) { in handlePendingChips()
1108 if (mPendingChipsCount <= MAX_CHIPS_PARSED) { in handlePendingChips()
1124 mPendingChipsCount--; in handlePendingChips()
1156 mPendingChipsCount = 0; in handlePendingChips()
1172 if (mPendingChipsCount > 0) { in sanitizeEnd()
[all …]