Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_scroll_modifier.cpp50 constexpr int32_t SCROLL_TO_INDEX_CURVE = 5; variable
373 … if (static_cast<int>((*values)[SCROLL_TO_INDEX_CURVE]) < static_cast<int>(CurvesVector.size())) { in SetScrollTo()
374 curve = CurvesVector[static_cast<int>((*values)[SCROLL_TO_INDEX_CURVE])]; in SetScrollTo()