Searched refs:scrollDirection (Results 1 – 6 of 6) sorted by relevance
164 void FfiOHOSAceFrameworkScrollScrollable(int32_t scrollDirection) in FfiOHOSAceFrameworkScrollScrollable() argument166 if (!Utils::CheckParamsValid(scrollDirection, AXIS.size())) { in FfiOHOSAceFrameworkScrollScrollable()171 ScrollModel::GetInstance()->SetAxis(AXIS[scrollDirection]); in FfiOHOSAceFrameworkScrollScrollable()
69 CJ_EXPORT void FfiOHOSAceFrameworkScrollScrollable(int32_t scrollDirection);
234 int32_t scrollDirection = scrollDirectionArg->Int32Value(vm); in SetScrollable() local235 if (scrollDirection != static_cast<int32_t>(Axis::VERTICAL) && in SetScrollable()236 scrollDirection != static_cast<int32_t>(Axis::HORIZONTAL) && in SetScrollable()237 …scrollDirection != static_cast<int32_t>(Axis::FREE) && scrollDirection != static_cast<int32_t>(Axi… in SetScrollable()240 … GetArkUINodeModifiers()->getScrollModifier()->setScrollScrollable(nativeNode, scrollDirection); in SetScrollable()
242 void SetScrollScrollable(ArkUINodeHandle node, ArkUI_Int32 scrollDirection) in SetScrollScrollable() argument246 ScrollModelNG::SetAxis(frameNode, static_cast<Axis>(scrollDirection)); in SetScrollScrollable()
1171 void (*setScrollScrollable)(ArkUINodeHandle node, ArkUI_Int32 scrollDirection);
2773 void (*setScrollScrollable)(ArkUINodeHandle node, ArkUI_Int32 scrollDirection);