Searched defs:mPendingChipsCount (Results 1 - 1 of 1) sorted by relevance

/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java171 private int mPendingChipsCount = 0; field in class:RecipientEditTextView
404 mPendingChipsCount++;
410 if (mPendingChipsCount > 0) {
491 if (mPendingChipsCount > 0) {
817 if (mPendingChipsCount > 0) {
864 if (mPendingChipsCount <= 0) {
871 if (mPendingChipsCount <= MAX_CHIPS_PARSED) {
887 mPendingChipsCount--;
919 mPendingChipsCount = 0;
935 if (mPendingChipsCount >
[all...]

Completed in 68 milliseconds