Searched refs:mAddedCount (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityRecord.java91 int mAddedCount= UNDEFINED; field in class:AccessibilityRecord
484 return mAddedCount;
496 mAddedCount = addedCount;
777 mAddedCount = record.mAddedCount;
803 mAddedCount = UNDEFINED;
835 builder.append("; AddedCount: " + mAddedCount);
H A DAccessibilityEvent.java1065 record.mAddedCount = parcel.readInt();
1117 parcel.writeInt(record.mAddedCount);
1170 builder.append("; AddedCount: " + record.mAddedCount);

Completed in 143 milliseconds