Searched refs:addedCount (Results 1 – 4 of 4) sorted by relevance
66 public void setAddedCount(Object record, int addedCount); in setAddedCount() argument182 public void setAddedCount(Object record, int addedCount) { in setAddedCount() argument385 public void setAddedCount(Object record, int addedCount) { in setAddedCount() argument386 AccessibilityRecordCompatIcs.setAddedCount(record, addedCount); in setAddedCount()882 public void setAddedCount(int addedCount) { in setAddedCount() argument883 IMPL.setAddedCount(mRecord, addedCount); in setAddedCount()
122 public static void setAddedCount(Object record, int addedCount) { in setAddedCount() argument123 ((AccessibilityRecord) record).setAddedCount(addedCount); in setAddedCount()
483 public void setAddedCount(int addedCount) { in setAddedCount() argument485 mAddedCount = addedCount; in setAddedCount()
7799 int fromIndex, int removedCount, int addedCount) { in sendAccessibilityEventTypeViewTextChanged() argument7804 event.setAddedCount(addedCount); in sendAccessibilityEventTypeViewTextChanged()