Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/accessibility/
DAccessibilityRecord.java573 public void setAddedCount(int addedCount) { in setAddedCount() argument
575 mAddedCount = addedCount; in setAddedCount()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DPasswordTextView.java329 int removedCount, int addedCount) { in sendAccessibilityEventTypeViewTextChanged() argument
336 event.setAddedCount(addedCount); in sendAccessibilityEventTypeViewTextChanged()
/frameworks/base/core/java/android/app/
DFragmentManager.java2988 final int addedCount = mAdded.size(); in noteStateNotSaved() local
2989 for (int i = 0; i < addedCount; i++) { in noteStateNotSaved()
/frameworks/base/core/java/android/widget/
DTextView.java12096 int fromIndex, int removedCount, int addedCount) { in sendAccessibilityEventTypeViewTextChanged() argument
12101 event.setAddedCount(addedCount); in sendAccessibilityEventTypeViewTextChanged()