Searched refs:GetDisplayOffset (Results 1 – 2 of 2) sorted by relevance
41 static bool GetDisplayOffset(RefPtr<FrameNode>& node, double& offsetX, double& offsetY);
50 bool SecurityComponentHandler::GetDisplayOffset(RefPtr<FrameNode>& node, double& offsetX, double& o… in GetDisplayOffset() function in OHOS::Ace::NG::SecurityComponentHandler603 if (!GetDisplayOffset(node, buttonInfo.rect_.x_, buttonInfo.rect_.y_)) { in InitBaseInfo()