Searched refs:mPendingChipsCount (Results 1 – 1 of 1) sorted by relevance
194 private int mPendingChipsCount = 0; field in RecipientEditTextView601 mPendingChipsCount++; in append()607 if (mPendingChipsCount > 0) { in append()756 if (mPendingChipsCount > 0) { in shrink()1305 if (mPendingChipsCount > 0) { in onSizeChanged()1353 if (mPendingChipsCount <= 0) { in handlePendingChips()1360 if (mPendingChipsCount <= MAX_CHIPS_PARSED) { in handlePendingChips()1376 mPendingChipsCount--; in handlePendingChips()1408 mPendingChipsCount = 0; in handlePendingChips()1424 if (mPendingChipsCount > 0) { in sanitizeEnd()[all …]