Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_utils.cpp169 auto offsetToTarFrame = curFrameOffsetToWindow - parentFrameOffsetToWindow; in GetMoveOffset() local
178 …rameOffsetToWindow.ToString().c_str(), parentFrameSize.ToString().c_str(), offsetToTarFrame.GetX(), in GetMoveOffset()
179 offsetToTarFrame.GetY()); in GetMoveOffset()
181 float diffToTarFrame = isVertical ? offsetToTarFrame.GetY() : offsetToTarFrame.GetX(); in GetMoveOffset()