Searched refs:mWindowChangeTypes (Results 1 – 2 of 2) sorted by relevance
768 int mWindowChangeTypes; field in AccessibilityEvent800 mWindowChangeTypes = event.mWindowChangeTypes; in init()933 return mWindowChangeTypes; in getWindowChanges()938 mWindowChangeTypes = changes; in setWindowChanges()1166 mWindowChangeTypes = 0; in clear()1189 mWindowChangeTypes = parcel.readInt(); in initFromParcel()1259 parcel.writeInt(mWindowChangeTypes); in writeToParcel()1339 if (!DEBUG_CONCISE_TOSTRING || mWindowChangeTypes != 0) { in toString()1341 windowChangeTypesToString(mWindowChangeTypes)); in toString()
72890 Landroid/view/accessibility/AccessibilityEvent;->mWindowChangeTypes:I