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.java194 private int mPendingChipsCount = 0; field in RecipientEditTextView
598 mPendingChipsCount++; in append()
604 if (mPendingChipsCount > 0) { in append()
753 if (mPendingChipsCount > 0) { in shrink()
1302 if (mPendingChipsCount > 0) { in onSizeChanged()
1350 if (mPendingChipsCount <= 0) { in handlePendingChips()
1357 if (mPendingChipsCount <= MAX_CHIPS_PARSED) { in handlePendingChips()
1373 mPendingChipsCount--; in handlePendingChips()
1405 mPendingChipsCount = 0; in handlePendingChips()
1421 if (mPendingChipsCount > 0) { in sanitizeEnd()
[all …]