Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_tabs_bridge.cpp51 … Local<JSValueRef> nonScrollableLayoutStyleArg = runtimeCallInfo->GetCallArgRef(TABS_ARG_INDEX_3); in SetTabBarMode() local
63 … if (marginArg->IsNull() || marginArg->IsUndefined() || nonScrollableLayoutStyleArg->IsNull() || in SetTabBarMode()
64 nonScrollableLayoutStyleArg->IsUndefined()) { in SetTabBarMode()
68 int barModeStyle = nonScrollableLayoutStyleArg->Int32Value(vm); in SetTabBarMode()