Searched refs:mWindowChangeTypes (Results 1 – 2 of 2) sorted by relevance
1059 int mWindowChangeTypes; field in AccessibilityEvent1115 mWindowChangeTypes = event.mWindowChangeTypes; in init()1391 return mWindowChangeTypes; in getWindowChanges()1396 mWindowChangeTypes = changes; in setWindowChanges()1631 mWindowChangeTypes = 0; in clear()1654 mWindowChangeTypes = parcel.readInt(); in initFromParcel()1726 parcel.writeInt(mWindowChangeTypes); in writeToParcel()1808 if (!DEBUG_CONCISE_TOSTRING || mWindowChangeTypes != 0) { in toString()1810 windowChangeTypesToString(mWindowChangeTypes)); in toString()
57818 Landroid/view/accessibility/AccessibilityEvent;->mWindowChangeTypes:I