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 D | ArkSwiper.ts | 352 let selectedDigitFontSize; 400 … selectedDigitFontSize = ((this.value as ArkDigitIndicator).selectedDigitFontValue as Font).size; 412 selectedDigitFontSize,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_swiper_modifier.cpp | 389 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 D | arkts_native_swiper_bridge.cpp | 688 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 D | arkComponent.js | 28193 let selectedDigitFontSize; 28228 selectedDigitFontSize = this.value.selectedDigitFontValue.size; 28232 … digitFontWeight, selectedDigitFontSize, selectedDigitFontWeight, left, top, right, bottom);
|