Searched refs:windowChangeTypes (Results 1 – 5 of 5) sorted by relevance
41 int windowId, WindowUpdateType windowChangeTypes) in AccessibilityEventInfo() argument44 windowChangeTypes_ = windowChangeTypes; in AccessibilityEventInfo()
41 AccessibilityEventInfo::AccessibilityEventInfo(int windowId, WindowUpdateType windowChangeTypes) in AccessibilityEventInfo() argument
286 AccessibilityEventInfo::AccessibilityEventInfo(int windowId, WindowUpdateType windowChangeTypes) in AccessibilityEventInfo() argument289 (void)windowChangeTypes; in AccessibilityEventInfo()
255 int windowChangeTypes = WINDOW_UPDATE_INVALID; in ReadFromParcel() local269 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, windowChangeTypes); in ReadFromParcel()270 windowChangeTypes_ = static_cast<WindowUpdateType>(windowChangeTypes); in ReadFromParcel()502 AccessibilityEventInfo::AccessibilityEventInfo(int windowId, WindowUpdateType windowChangeTypes) in AccessibilityEventInfo() argument503 : eventType_(TYPE_WINDOW_UPDATE), windowChangeTypes_(windowChangeTypes) in AccessibilityEventInfo()
460 AccessibilityEventInfo(int windowId, WindowUpdateType windowChangeTypes);