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 D | ArkSwiper.ts | 355 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 D | arkts_native_swiper_bridge.cpp | 721 …GetArkUINodeModifiers()->getSwiperModifier()->setSwiperIndicator(nativeNode, indicatorStr.c_str()); in SetSwiperIndicator()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/ |
H A D | cjui_api.h | 955 void (*setSwiperIndicator)(ArkUINodeHandle node, ArkUI_CharPtr indicatorStr); member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 28197 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 D | arkoala_api.h | 2535 void (*setSwiperIndicator)(ArkUINodeHandle node, ArkUI_CharPtr indicatorStr); member
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 6859 …fullImpl->getNodeModifiers()->getSwiperModifier()->setSwiperIndicator(node->uiNodeHandle, result.c… in SetSwiperShowIndicator()
|