Searched refs:mWindowChangeTypes (Results 1 – 2 of 2) sorted by relevance
898 int mWindowChangeTypes; field in AccessibilityEvent954 mWindowChangeTypes = event.mWindowChangeTypes; in init()1151 return mWindowChangeTypes; in getWindowChanges()1156 mWindowChangeTypes = changes; in setWindowChanges()1374 mWindowChangeTypes = 0; in clear()1397 mWindowChangeTypes = parcel.readInt(); in initFromParcel()1469 parcel.writeInt(mWindowChangeTypes); in writeToParcel()1551 if (!DEBUG_CONCISE_TOSTRING || mWindowChangeTypes != 0) { in toString()1553 windowChangeTypesToString(mWindowChangeTypes)); in toString()
58461 Landroid/view/accessibility/AccessibilityEvent;->mWindowChangeTypes:I