Searched refs:SetContainerModalTitleHeight (Results 1 – 13 of 13) sorted by relevance
157 void SetContainerModalTitleHeight(int32_t height);
583 void ContainerModalPattern::SetContainerModalTitleHeight(int32_t height) in SetContainerModalTitleHeight() function in OHOS::Ace::NG::ContainerModalPattern
99 MOCK_METHOD1(SetContainerModalTitleHeight, void(int height));
94 MOCK_METHOD1(SetContainerModalTitleHeight, void(int height));
596 pattern_->SetContainerModalTitleHeight(height1);602 pattern_->SetContainerModalTitleHeight(height2);
304 virtual void SetContainerModalTitleHeight(int height) {} in SetContainerModalTitleHeight() function
1453 pipeline->SetContainerModalTitleHeight(0);1464 pipeline->SetContainerModalTitleHeight(0);
285 void SetContainerModalTitleHeight(int32_t height) override;
3783 void UIContentImpl::SetContainerModalTitleHeight(int32_t height) in SetContainerModalTitleHeight() function in OHOS::Ace::UIContentImpl3791 pipeline->SetContainerModalTitleHeight(height); in SetContainerModalTitleHeight()
733 void SetContainerModalTitleHeight(int32_t height);
4371 void PipelineContext::SetContainerModalTitleHeight(int32_t height) in SetContainerModalTitleHeight() function in OHOS::Ace::NG::PipelineContext4381 containerPattern->SetContainerModalTitleHeight(height); in SetContainerModalTitleHeight()
2098 uiContent->SetContainerModalTitleHeight(decorHeightWithPx); in SetDecorHeight()