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.java746 int mContentChangeTypes; field in AccessibilityEvent
766 mContentChangeTypes = event.mContentChangeTypes; in init()
851 return mContentChangeTypes; in getContentChangeTypes()
864 mContentChangeTypes = changeTypes; in setContentChangeTypes()
1047 mContentChangeTypes = 0; in clear()
1068 mContentChangeTypes = parcel.readInt(); in initFromParcel()
1124 parcel.writeInt(mContentChangeTypes); in writeToParcel()
1186 builder.append("; ContentChangeTypes: ").append(mContentChangeTypes); in toString()