Home
last modified time | relevance | path

Searched refs:GetWindowScale (Results 1 - 10 of 10) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/common/
H A Dcontainer.h450 virtual float GetWindowScale() const in GetWindowScale() function in OHOS::Ace::Container
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_manager.h135 float GetWindowScale() const;
H A Ddrag_drop_func_wrapper.cpp233 auto windowScale = container->GetWindowScale(); in StartDragAction()
H A Ddrag_drop_manager.cpp1264 float DragDropManager::GetWindowScale() const in GetWindowScale() function in OHOS::Ace::NG::DragDropManager
1269 scale = container->GetWindowScale(); in GetWindowScale()
1276 auto windowScale = isDragWindowSubWindow_ ? 1.0f : GetWindowScale(); in OnItemDragEnd()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/
H A Dpatternlock_pattern.cpp859 auto windowScale = container->GetWindowScale(); in GetTouchOffsetToNode()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.h379 float GetWindowScale() const override
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub_drag.cpp286 auto windowScale = dragDropManager->GetWindowScale(); in GetPixelMapScale()
597 auto windowScale = dragDropManager->GetWindowScale(); in OnDragStart()
H A Ddrag_event.cpp2494 auto windowScale = dragDropManager->GetWindowScale(); in PrepareFinalPixelMapForDragThroughTouch()
/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/
H A Djs_drag_controller.cpp826 auto windowScale = container->GetWindowScale(); in OnMultipleComplete()
859 auto windowScale = container->GetWindowScale(); in OnComplete()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp3183 auto windowScale = container->GetWindowScale(); in GetPositionToScreen()
3216 auto windowScale = container->GetWindowScale(); in GetPositionToScreenWithTransform()

Completed in 31 milliseconds