Searched refs:GetStageRect (Results 1 – 8 of 8) sorted by relevance
73 morePopupOffsetX = context->GetStageRect().Width(); in BindMoreButtonClickEvent()
279 morePopupOffsetX = ctx->GetStageRect().Width(); in BindMoreButtonClickEvent()
77 auto offset = context->GetStageRect().GetOffset(); in FindDragDropNode()
739 height_ = AnimatableDimension(context->GetStageRect().Height(), DimensionUnit::PX); in Update()
105 auto deviceWidth = pipelineContext->GetStageRect().Width(); in TransitionTweenOption()107 auto deviceHeight = pipelineContext->GetStageRect().Height(); in TransitionTweenOption()
707 offset = offset - context->GetStageRect().GetOffset(); in GetOffsetToStage()
307 Rect GetStageRect() const;
396 Rect PipelineContext::GetStageRect() const in GetStageRect() function in OHOS::Ace::PipelineContext