Home
last modified time | relevance | path

Searched refs:GetMaxWidthBaseOnGridSystem (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_manager.h450 static double GetMaxWidthBaseOnGridSystem(const RefPtr<PipelineBase>& pipeline);
H A Ddrag_drop_func_wrapper.cpp487 return DragDropManager::GetMaxWidthBaseOnGridSystem(pipeline); in GetScaleWidth()
H A Ddrag_drop_manager.cpp1631 double maxWidth = DragDropManager::GetMaxWidthBaseOnGridSystem(frameNode->GetContextRefPtr()); in GetDragPreviewInfo()
2163 double DragDropManager::GetMaxWidthBaseOnGridSystem(const RefPtr<PipelineBase>& pipeline) in GetMaxWidthBaseOnGridSystem() function in OHOS::Ace::NG::DragDropManager
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub.cpp450 auto maxWidth = DragDropManager::GetMaxWidthBaseOnGridSystem(frameNode->GetContextRefPtr()); in IsPixelMapNeedScale()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp3903 auto maxWidth = DragDropManager::GetMaxWidthBaseOnGridSystem(GetContextRefPtr()); in GetPreviewScaleVal()