Searched refs:GetWindowChangeTypes (Results 1 – 7 of 7) sorted by relevance
56 AccessibilityHelper::GetInstance().SetTestWindowChangeTypes(eventInfo.GetWindowChangeTypes()); in OnAccessibilityEvent()
67 EXPECT_EQ(eventInfo_->GetWindowChangeTypes(), WindowUpdateType::WINDOW_UPDATE_ACTIVE);532 EXPECT_EQ(eventInfo->GetWindowChangeTypes(), WINDOW_UPDATE_FOCUSED);
303 WindowUpdateType GetWindowChangeTypes() const;
180 WindowUpdateType AccessibilityEventInfo::GetWindowChangeTypes() const in GetWindowChangeTypes() function in OHOS::Accessibility::AccessibilityEventInfo
141 eventInfo.GetWindowId(), eventInfo.GetEventType(), eventInfo.GetWindowChangeTypes(), in OnAccessibilityEvent()
90 …AccessibilityAbilityHelper::GetInstance().SetEventWindowChangeType(uiEvent.GetWindowChangeTypes()); in SendEvent()
625 WindowUpdateType windowUpdateType = eventInfo.GetWindowChangeTypes(); in ConvertEventTypeToString()