Searched refs:currentRect_ (Results 1 – 7 of 7) sorted by relevance
72 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()
54 adapter_->UpdateRect(currentRect_); in FireConnect()79 Rect currentRect_;
392 RectF currentRect_; member
97 if (pattern->GetGridLayoutInfo().currentRect_.IsInRegion(PointF(x, y))) { in GetInsertPosition()
53 currentRect_.Reset(); in ClearDragState()
1569 gridLayoutInfo_.currentRect_ = size; in UpdateRectOfDraggedInItem()
1214 pattern_->gridLayoutInfo_.currentRect_ = RectF(0.f, 0.f, GRID_WIDTH, GRID_HEIGHT);