Searched refs:mWindowChangeTypes (Results 1 – 2 of 2) sorted by relevance
788 int mWindowChangeTypes; field in AccessibilityEvent842 mWindowChangeTypes = event.mWindowChangeTypes; in init()987 return mWindowChangeTypes; in getWindowChanges()992 mWindowChangeTypes = changes; in setWindowChanges()1220 mWindowChangeTypes = 0; in clear()1243 mWindowChangeTypes = parcel.readInt(); in initFromParcel()1313 parcel.writeInt(mWindowChangeTypes); in writeToParcel()1393 if (!DEBUG_CONCISE_TOSTRING || mWindowChangeTypes != 0) { in toString()1395 windowChangeTypesToString(mWindowChangeTypes)); in toString()
61784 Landroid/view/accessibility/AccessibilityEvent;->mWindowChangeTypes:I