Home
last modified time | relevance | path

Searched refs:addedCount (Results 1 – 4 of 4) sorted by relevance

/frameworks/support/v4/java/android/support/v4/view/accessibility/
DAccessibilityRecordCompat.java66 public void setAddedCount(Object record, int addedCount); in setAddedCount() argument
182 public void setAddedCount(Object record, int addedCount) { in setAddedCount() argument
385 public void setAddedCount(Object record, int addedCount) { in setAddedCount() argument
386 AccessibilityRecordCompatIcs.setAddedCount(record, addedCount); in setAddedCount()
882 public void setAddedCount(int addedCount) { in setAddedCount() argument
883 IMPL.setAddedCount(mRecord, addedCount); in setAddedCount()
/frameworks/support/v4/ics/android/support/v4/view/accessibility/
DAccessibilityRecordCompatIcs.java122 public static void setAddedCount(Object record, int addedCount) { in setAddedCount() argument
123 ((AccessibilityRecord) record).setAddedCount(addedCount); in setAddedCount()
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityRecord.java483 public void setAddedCount(int addedCount) { in setAddedCount() argument
485 mAddedCount = addedCount; in setAddedCount()
/frameworks/base/core/java/android/widget/
DTextView.java7799 int fromIndex, int removedCount, int addedCount) { in sendAccessibilityEventTypeViewTextChanged() argument
7804 event.setAddedCount(addedCount); in sendAccessibilityEventTypeViewTextChanged()