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

/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityRecord.java91 int mAddedCount= UNDEFINED; field in class:AccessibilityRecord
473 return mAddedCount;
485 mAddedCount = addedCount;
766 mAddedCount = record.mAddedCount;
792 mAddedCount = UNDEFINED;
824 builder.append("; AddedCount: " + mAddedCount);

Completed in 49 milliseconds