Searched refs:addedCount (Results 1 – 5 of 5) sorted by relevance
67 public void setAddedCount(Object record, int addedCount); in setAddedCount() argument209 public void setAddedCount(Object record, int addedCount) { in setAddedCount() argument432 public void setAddedCount(Object record, int addedCount) { in setAddedCount() argument433 AccessibilityRecordCompatIcs.setAddedCount(record, addedCount); in setAddedCount()938 public void setAddedCount(int addedCount) { in setAddedCount() argument939 IMPL.setAddedCount(mRecord, addedCount); in setAddedCount()
122 public static void setAddedCount(Object record, int addedCount) { in setAddedCount() argument123 ((AccessibilityRecord) record).setAddedCount(addedCount); in setAddedCount()
500 public void setAddedCount(int addedCount) { in setAddedCount() argument502 mAddedCount = addedCount; in setAddedCount()
306 int removedCount, int addedCount) { in sendAccessibilityEventTypeViewTextChanged() argument316 event.setAddedCount(addedCount); in sendAccessibilityEventTypeViewTextChanged()
9307 int fromIndex, int removedCount, int addedCount) { in sendAccessibilityEventTypeViewTextChanged() argument9312 event.setAddedCount(addedCount); in sendAccessibilityEventTypeViewTextChanged()