Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_layout_algorithm.cpp83 hostWindowRect_ = dialogPattern->GetHostWindowRect(); in Measure()
529 if (expandDisplay_ && hostWindowRect_.GetSize().IsPositive()) { in GetMaskRect()
530 …auto offset = DimensionOffset(Dimension(hostWindowRect_.GetX()), Dimension(hostWindowRect_.GetY())… in GetMaskRect()
531 …maskRect = DimensionRect(Dimension(hostWindowRect_.Width()), Dimension(hostWindowRect_.Height()), … in GetMaskRect()
633 auto isValid = hostWindowRect_.GetSize().IsPositive(); in SetSubWindowHotarea()
634 auto hostOffset = Offset(hostWindowRect_.GetX(), hostWindowRect_.GetY()); in SetSubWindowHotarea()
635 auto hostSize = Size(hostWindowRect_.Width(), hostWindowRect_.Height()); in SetSubWindowHotarea()
714 topLeftPoint += hostWindowRect_.GetOffset(); in ComputeChildPosition()
924 shapeRect->SetWidth(Dimension(hostWindowRect_.Width())); in ClipUIExtensionSubWindowContent()
925 shapeRect->SetHeight(Dimension(hostWindowRect_.Height())); in ClipUIExtensionSubWindowContent()
[all …]
H A Ddialog_pattern.h250 return hostWindowRect_; in GetHostWindowRect()
426 RectF hostWindowRect_; variable
H A Ddialog_layout_algorithm.h116 RectF hostWindowRect_; variable
H A Ddialog_pattern.cpp1653 hostWindowRect_.Reset(); in InitHostWindowRect()
1671 hostWindowRect_ = RectF(rect.Left(), rect.Top(), rect.Width(), rect.Height()); in InitHostWindowRect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_pattern.h216 return hostWindowRect_; in GetHostWindowRect()
272 Rect hostWindowRect_; variable
H A Dbubble_layout_algorithm.h86 return hostWindowRect_; in GetHostWindowRect()
233 Rect hostWindowRect_; variable
H A Dbubble_pattern.cpp66 hostWindowRect_ = bubbleLayoutAlgorithm->GetHostWindowRect(); in OnDirtyLayoutWrapperSwap()
H A Dbubble_layout_algorithm.cpp488 hostWindowRect_ = SubwindowManager::GetInstance()->GetParentWindowRect(); in UpdateHostWindowRect()
500 hostWindowRect_ = subwindow->GetUIExtensionHostWindowRect(); in UpdateHostWindowRect()
516 rects.emplace_back(hostWindowRect_); in SetHotAreas()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/dialog/
H A Ddialog_model_test_ng.cpp1231 … layoutAlgorithm->hostWindowRect_ = RectF(OffsetF(), SizeF(FULL_SCREEN_WIDTH, FULL_SCREEN_HEIGHT));
1309 layoutAlgorithm->hostWindowRect_ = RectF(OffsetF(), SizeF(CHILD_SIZE, CHILD_SIZE));