Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_hub.cpp1154 … auto centerToWindow = Offset((rect.Left() + rect.Right()) / 2, (rect.Top() + rect.Bottom()) / 2); in OnClick() local
1156 info.SetGlobalLocation(centerToWindow); in OnClick()
1164 … auto windowOffset = pipelineContext->GetCurrentWindowRect().GetOffset() + centerToWindow; in OnClick()