Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkSwiper.ts352 let selectedDigitFontSize;
400selectedDigitFontSize = ((this.value as ArkDigitIndicator).selectedDigitFontValue as Font).size;
412 selectedDigitFontSize,
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_swiper_modifier.cpp389 auto selectedDigitFontSize = digitIndicatorInfo[DIGIT_INDICATOR_SELECTED_DIGIT_FONT_SIZE] == "-" in GetDigitIndicatorInfo() local
413 GetFontContent(selectedDigitFontSize, selectedDigitFontWeight, true, digitalParameters); in GetDigitIndicatorInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_swiper_bridge.cpp688 std::string selectedDigitFontSize = in GetSwiperDigitIndicator() local
698 …"|" + selectedDigitFontSize + "|" + selectedDigitFontWeight + "|" + left + "|" + top + "|" + right… in GetSwiperDigitIndicator()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js28193 let selectedDigitFontSize;
28228 selectedDigitFontSize = this.value.selectedDigitFontValue.size;
28232 … digitFontWeight, selectedDigitFontSize, selectedDigitFontWeight, left, top, right, bottom);