Searched defs:mPendingChipsCount (Results 1 - 1 of 1) sorted by last modified time

/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java194 private int mPendingChipsCount = 0; field in class:RecipientEditTextView
598 mPendingChipsCount++;
604 if (mPendingChipsCount > 0) {
753 if (mPendingChipsCount > 0) {
1302 if (mPendingChipsCount > 0) {
1350 if (mPendingChipsCount <= 0) {
1357 if (mPendingChipsCount <= MAX_CHIPS_PARSED) {
1373 mPendingChipsCount--;
1405 mPendingChipsCount = 0;
1421 if (mPendingChipsCount >
[all...]

Completed in 29 milliseconds