Searched refs:hostOffset (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | js_third_accessibility_hover_ng.cpp | 166 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 D | js_third_accessibility_hover_ng.h | 104 NG::OffsetF hostOffset); 110 NG::OffsetF hostOffset);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/ |
H A D | calendar_picker_pattern.cpp | 1059 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 D | dialog_layout_algorithm.cpp | 634 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()
|