Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/accessibility/
DAccessibilityEvent.java784 int mContentChangeTypes; field in AccessibilityEvent
838 mContentChangeTypes = event.mContentChangeTypes; in init()
939 return mContentChangeTypes; in getContentChangeTypes()
973 mContentChangeTypes = changeTypes; in setContentChangeTypes()
1216 mContentChangeTypes = 0; in clear()
1239 mContentChangeTypes = parcel.readInt(); in initFromParcel()
1309 parcel.writeInt(mContentChangeTypes); in writeToParcel()
1386 if (!DEBUG_CONCISE_TOSTRING || mContentChangeTypes != 0) { in toString()
1388 contentChangeTypesToString(mContentChangeTypes)); in toString()