Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.h1240 OffsetF CalculateOffsetRelativeToWindow(uint64_t nanoTimestamp);
H A Dframe_node.cpp1562 …auto currParentOffsetToWindow = CalculateOffsetRelativeToWindow(nanoTimestamp) - currFrameRect.Get… in TriggerOnAreaChangeCallback()
4905 OffsetF FrameNode::CalculateOffsetRelativeToWindow(uint64_t nanoTimestamp) in CalculateOffsetRelativeToWindow() function in OHOS::Ace::NG::FrameNode
4925 auto result = currOffset + parent->CalculateOffsetRelativeToWindow(nanoTimestamp); in CalculateOffsetRelativeToWindow()