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 D | dialog_layout_algorithm.cpp | 83 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 D | dialog_pattern.h | 250 return hostWindowRect_; in GetHostWindowRect() 426 RectF hostWindowRect_; variable
|
H A D | dialog_layout_algorithm.h | 116 RectF hostWindowRect_; variable
|
H A D | dialog_pattern.cpp | 1653 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 D | bubble_pattern.h | 216 return hostWindowRect_; in GetHostWindowRect() 272 Rect hostWindowRect_; variable
|
H A D | bubble_layout_algorithm.h | 86 return hostWindowRect_; in GetHostWindowRect() 233 Rect hostWindowRect_; variable
|
H A D | bubble_pattern.cpp | 66 hostWindowRect_ = bubbleLayoutAlgorithm->GetHostWindowRect(); in OnDirtyLayoutWrapperSwap()
|
H A D | bubble_layout_algorithm.cpp | 488 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 D | dialog_model_test_ng.cpp | 1231 … layoutAlgorithm->hostWindowRect_ = RectF(OffsetF(), SizeF(FULL_SCREEN_WIDTH, FULL_SCREEN_HEIGHT)); 1309 layoutAlgorithm->hostWindowRect_ = RectF(OffsetF(), SizeF(CHILD_SIZE, CHILD_SIZE));
|