Home
last modified time | relevance | path

Searched refs:globalRect (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/accessibility/
H A Daccessibility_node_manager.cpp577 auto globalRect = accessibilityNode->GetGlobalRect() - marginSize; in TriggerVisibleChangeEvent() local
580 pipeline->GetBoundingRectData(visibleNodeId, globalRect); in TriggerVisibleChangeEvent()
581 globalRect = globalRect * pipeline->GetViewScale() - marginSize; in TriggerVisibleChangeEvent()
585 if (!globalRect.IsValid() || !accessibilityNode->GetVisible()) { in TriggerVisibleChangeEvent()
594 …visibleRatio = visibleRect.Width() * visibleRect.Height() / (globalRect.Width() * globalRect.Heigh… in TriggerVisibleChangeEvent()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp5178 auto globalRect = GetSessionGlobalRect(); in NotifyServerToUpdateRect() local
5179 if (globalRect != uiParam.rect_) { in NotifyServerToUpdateRect()
5187 globalRect.ToString().c_str()); in NotifyServerToUpdateRect()
5194 GetPersistentId(), rect.ToString().c_str(), globalRect.ToString().c_str()); in NotifyServerToUpdateRect()
5199 GetPersistentId(), rect.ToString().c_str(), globalRect.ToString().c_str()); in NotifyServerToUpdateRect()
5204 winRect_.ToString().c_str(), globalRect.ToString().c_str()); in NotifyServerToUpdateRect()
5407 void SceneSession::UpdateAllModalUIExtensions(const WSRect& globalRect) in UpdateAllModalUIExtensions() argument
5410 PostTask([weakThis = wptr(this), where, globalRect] { in UpdateAllModalUIExtensions()
5416 auto parentTransX = globalRect.posX_ - session->GetSessionRect().posX_; in UpdateAllModalUIExtensions()
5417 auto parentTransY = globalRect.posY_ - session->GetSessionRect().posY_; in UpdateAllModalUIExtensions()
[all …]
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test4.cpp747 WSRect globalRect = { 100, 100, 100, 100 }; variable
748 session->SetSessionGlobalRect(globalRect);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp2650 RectF globalRect = frameRect.GetRect(); in PaintAccessibilityFocus() local
2659globalRect.SetRect(globalRect.GetX() + localRect.GetX(), globalRect.GetY() + localRect.GetY(), in PaintAccessibilityFocus()
2661 globalRect = globalRect.Constrain(frameRect.GetRect()); in PaintAccessibilityFocus()
2662 if (globalRect.IsEmpty()) { in PaintAccessibilityFocus()
2666 frameRect.SetRect(globalRect); in PaintAccessibilityFocus()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_pattern.cpp1172 auto globalRect = host->GetTransformRectRelativeToWindow(); in BetweenSelectedPosition() local
1173 return globalRect.IsInRegion(PointF { globalOffset.GetX(), globalOffset.GetY() }); in BetweenSelectedPosition()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h671 void UpdateAllModalUIExtensions(const WSRect& globalRect);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp10098 …Rect globalRect = { rect.posX_ + parentTransX, rect.posY_ + parentTransY, rect.width_, rect.height… in UpdateModalExtensionRect() local
10099 ExtensionWindowEventInfo extensionInfo { persistentId, pid, globalRect, rect, true }; in UpdateModalExtensionRect()
10102 pid, persistentId, parentId, rect.ToString().c_str(), globalRect.ToString().c_str(), in UpdateModalExtensionRect()