Searched refs:GetMaxWidthBaseOnGridSystem (Results 1 – 5 of 5) sorted by relevance
450 static double GetMaxWidthBaseOnGridSystem(const RefPtr<PipelineBase>& pipeline);
487 return DragDropManager::GetMaxWidthBaseOnGridSystem(pipeline); in GetScaleWidth()
1631 double maxWidth = DragDropManager::GetMaxWidthBaseOnGridSystem(frameNode->GetContextRefPtr()); in GetDragPreviewInfo()2163 double DragDropManager::GetMaxWidthBaseOnGridSystem(const RefPtr<PipelineBase>& pipeline) in GetMaxWidthBaseOnGridSystem() function in OHOS::Ace::NG::DragDropManager
450 auto maxWidth = DragDropManager::GetMaxWidthBaseOnGridSystem(frameNode->GetContextRefPtr()); in IsPixelMapNeedScale()
3903 auto maxWidth = DragDropManager::GetMaxWidthBaseOnGridSystem(GetContextRefPtr()); in GetPreviewScaleVal()