Home
last modified time | relevance | path

Searched defs:setPosition (Results 1 – 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/
Dscroll_pattern.cpp511 float setPosition = (GetAxis() == Axis::HORIZONTAL && IsRowReverse()) ? -position : position; in DoJump() local
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
Darkoala_api.h725 …void (*setPosition)(ArkUINodeHandle node, ArkUI_Float32 xValue, ArkUI_Int32 xUnit, ArkUI_Float32 y… member