Searched refs:mWindowChangeTypes (Results 1 – 2 of 2) sorted by relevance
1013 int mWindowChangeTypes; field in AccessibilityEvent1069 mWindowChangeTypes = event.mWindowChangeTypes; in init()1328 return mWindowChangeTypes; in getWindowChanges()1333 mWindowChangeTypes = changes; in setWindowChanges()1568 mWindowChangeTypes = 0; in clear()1591 mWindowChangeTypes = parcel.readInt(); in initFromParcel()1663 parcel.writeInt(mWindowChangeTypes); in writeToParcel()1745 if (!DEBUG_CONCISE_TOSTRING || mWindowChangeTypes != 0) { in toString()1747 windowChangeTypesToString(mWindowChangeTypes)); in toString()
57818 Landroid/view/accessibility/AccessibilityEvent;->mWindowChangeTypes:I