Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_third_accessibility_hover_ng.cpp166 NG::OffsetF hostOffset) in HoverPathForThirdRecursive() argument
177 rect = rect - hostOffset; in HoverPathForThirdRecursive()
195 hostElementId, hoverPoint, childInfo, path, hostOffset)) { in HoverPathForThirdRecursive()
207 NG::OffsetF hostOffset) in HoverPathForThird() argument
211 hostElementId, point, rootInfo, path, hostOffset); in HoverPathForThird()
H A Djs_third_accessibility_hover_ng.h104 NG::OffsetF hostOffset);
110 NG::OffsetF hostOffset);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_picker_pattern.cpp1059 auto hostOffset = host->GetOffsetRelativeToWindow(); in CalculateDialogOffset() local
1077 hostOffset -= OffsetF(0, titleHeight); in CalculateDialogOffset()
1080 auto hostRect = RectF(hostOffset, hostSize); in CalculateDialogOffset()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_layout_algorithm.cpp634 auto hostOffset = Offset(hostWindowRect_.GetX(), hostWindowRect_.GetY()); in SetSubWindowHotarea() local
636 …rect = isValid ? Rect(hostOffset, hostSize) : Rect(0.0f, 0.0f, selfSize.Width(), selfSize.Height()… in SetSubWindowHotarea()