Home
last modified time | relevance | path

Searched refs:GetDisplayOffset (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_handler.h41 static bool GetDisplayOffset(RefPtr<FrameNode>& node, double& offsetX, double& offsetY);
H A Dsecurity_component_handler.cpp50 bool SecurityComponentHandler::GetDisplayOffset(RefPtr<FrameNode>& node, double& offsetX, double& o… in GetDisplayOffset() function in OHOS::Ace::NG::SecurityComponentHandler
603 if (!GetDisplayOffset(node, buttonInfo.rect_.x_, buttonInfo.rect_.y_)) { in InitBaseInfo()