Searched refs:addedCount (Results 1 – 5 of 5) sorted by relevance
67 public void setAddedCount(Object record, int addedCount); in setAddedCount() argument183 public void setAddedCount(Object record, int addedCount) { in setAddedCount() argument386 public void setAddedCount(Object record, int addedCount) { in setAddedCount() argument387 AccessibilityRecordCompatIcs.setAddedCount(record, addedCount); in setAddedCount()890 public void setAddedCount(int addedCount) { in setAddedCount() argument891 IMPL.setAddedCount(mRecord, addedCount); in setAddedCount()
122 public static void setAddedCount(Object record, int addedCount) { in setAddedCount() argument123 ((AccessibilityRecord) record).setAddedCount(addedCount); in setAddedCount()
494 public void setAddedCount(int addedCount) { in setAddedCount() argument496 mAddedCount = addedCount; in setAddedCount()
274 int removedCount, int addedCount) { in sendAccessibilityEventTypeViewTextChanged() argument284 event.setAddedCount(addedCount); in sendAccessibilityEventTypeViewTextChanged()
8608 int fromIndex, int removedCount, int addedCount) { in sendAccessibilityEventTypeViewTextChanged() argument8613 event.setAddedCount(addedCount); in sendAccessibilityEventTypeViewTextChanged()