Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkSwiper.ts355 getUINativeModule().swiper.setSwiperIndicator(node, 'boolean', this.value);
369 getUINativeModule().swiper.setSwiperIndicator(
405 getUINativeModule().swiper.setSwiperIndicator(
420 getUINativeModule().swiper.setSwiperIndicator(node, 'boolean', true);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_swiper_bridge.cpp721 …GetArkUINodeModifiers()->getSwiperModifier()->setSwiperIndicator(nativeNode, indicatorStr.c_str()); in SetSwiperIndicator()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h955 void (*setSwiperIndicator)(ArkUINodeHandle node, ArkUI_CharPtr indicatorStr); member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js28197 getUINativeModule().swiper.setSwiperIndicator(node, 'boolean', this.value);
28212 …getUINativeModule().swiper.setSwiperIndicator(node, 'ArkDotIndicator', itemWidth, itemHeight, sele…
28231 …getUINativeModule().swiper.setSwiperIndicator(node, 'ArkDigitIndicator', fontColor, selectedFontCo…
28235 getUINativeModule().swiper.setSwiperIndicator(node, 'boolean', true);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h2535 void (*setSwiperIndicator)(ArkUINodeHandle node, ArkUI_CharPtr indicatorStr); member
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp6859 …fullImpl->getNodeModifiers()->getSwiperModifier()->setSwiperIndicator(node->uiNodeHandle, result.c… in SetSwiperShowIndicator()