Searched refs:addedCount (Results 1 – 7 of 7) sorted by relevance
197 int addedCount = 0; in process() local203 while (currentOffset < end && addedCount < maxEmojiCount) { in process()227 addedCount++; in process()238 if (sm.isInFlushableState() && addedCount < maxEmojiCount) { in process()245 addedCount++; in process()
632 public void setAddedCount(int addedCount) { in setAddedCount() argument633 mRecord.setAddedCount(addedCount); in setAddedCount()
520 public void setAddedCount(int addedCount) { in setAddedCount() argument522 mAddedCount = addedCount; in setAddedCount()
305 int removedCount, int addedCount) { in sendAccessibilityEventTypeViewTextChanged() argument312 event.setAddedCount(addedCount); in sendAccessibilityEventTypeViewTextChanged()
2975 final int addedCount = mAdded == null ? 0 : mAdded.size(); in noteStateNotSaved() local2976 for (int i = 0; i < addedCount; i++) { in noteStateNotSaved()
3154 final int addedCount = mAdded.size(); in noteStateNotSaved() local3155 for (int i = 0; i < addedCount; i++) { in noteStateNotSaved()
10750 int fromIndex, int removedCount, int addedCount) { in sendAccessibilityEventTypeViewTextChanged() argument10755 event.setAddedCount(addedCount); in sendAccessibilityEventTypeViewTextChanged()