Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/ability_component/
H A Drender_ability_component.cpp72 currentRect_.SetSize(size); in PerformLayout()
73 if (currentRect_.GetSize().IsEmpty()) { in PerformLayout()
74 currentRect_.SetSize(GetLayoutParam().GetMaxSize()); in PerformLayout()
77 SetLayoutSize(currentRect_.GetSize()); in PerformLayout()
88 if (currentRect_.GetOffset() == globalOffset && !needLayout_ && hasConnectionToAbility_) { in ConnectOrUpdateExtension()
105 currentRect_.SetOffset(globalOffset + parentWindowOffset + containerModalOffset); in ConnectOrUpdateExtension()
110 … adapter_->ConnectExtension(component_->GetWant(), currentRect_, AceType::Claim(this), windowId); in ConnectOrUpdateExtension()
115 adapter_->UpdateRect(currentRect_); in ConnectOrUpdateExtension()
H A Drender_ability_component.h54 adapter_->UpdateRect(currentRect_); in FireConnect()
79 Rect currentRect_;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_layout_info.h392 RectF currentRect_; member
H A Dgrid_event_hub.cpp97 if (pattern->GetGridLayoutInfo().currentRect_.IsInRegion(PointF(x, y))) { in GetInsertPosition()
H A Dgrid_layout_info.cpp53 currentRect_.Reset(); in ClearDragState()
H A Dgrid_pattern.cpp1569 gridLayoutInfo_.currentRect_ = size; in UpdateRectOfDraggedInItem()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_common_test_ng.cpp1214 pattern_->gridLayoutInfo_.currentRect_ = RectF(0.f, 0.f, GRID_WIDTH, GRID_HEIGHT);