Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.h1244 void SetCachedGlobalOffset(const std::pair<uint64_t, OffsetF>& timestampOffset);
1248 void SetCachedTransformRelativeOffset(const std::pair<uint64_t, OffsetF>& timestampOffset);
H A Dframe_node.cpp4980 void FrameNode::SetCachedGlobalOffset(const std::pair<uint64_t, OffsetF>& timestampOffset) in SetCachedGlobalOffset() argument
4982 cachedGlobalOffset_ = timestampOffset; in SetCachedGlobalOffset()
4989 …id FrameNode::SetCachedTransformRelativeOffset(const std::pair<uint64_t, OffsetF>& timestampOffset) in SetCachedTransformRelativeOffset() argument
4991 cachedTransformRelativeOffset_ = timestampOffset; in SetCachedTransformRelativeOffset()