Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/entryability/candidateWifiModel/view/
H A DTargetInformation.ets62 .fontWeight(CommonConstants.FONT_WEIGHT)
78 .fontWeight(CommonConstants.FONT_WEIGHT)
82 .fontWeight(CommonConstants.FONT_WEIGHT)
111 .fontWeight(CommonConstants.FONT_WEIGHT)
H A DTargetListItem.ets134 .fontWeight(CommonConstants.FONT_WEIGHT)
143 .fontWeight(CommonConstants.FONT_WEIGHT)
166 .fontWeight(CommonConstants.FONT_WEIGHT)
H A DTargetList.ets175 .fontWeight(CommonConstants.FONT_WEIGHT)
185 .fontWeight(CommonConstants.FONT_WEIGHT)
H A DProgressEditPanel.ets42 .fontWeight(CommonConstants.FONT_WEIGHT)
H A DAddTargetDialog.ets37 .fontWeight(CommonConstants.FONT_WEIGHT)
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/render/
H A Ddrawing_prop_convertor_test_ng.cpp52 const FontWeight FONT_WEIGHT {0}; variable
352 TextStyle textStyle(FONT_FAMILIES, FONT_SIZE, FONT_WEIGHT, FONT_STYLE, TEXT_COLOR_RED);
437 TextStyle textStyle(FONT_FAMILIES, FONT_SIZE, FONT_WEIGHT, FONT_STYLE, TEXT_COLOR_RED);
507 TextStyle textStyle(FONT_FAMILIES, FONT_SIZE_5, FONT_WEIGHT, FONT_STYLE, TEXT_COLOR_RED);
545 TextStyle testTextStyle(FONT_FAMILIES, FONT_SIZE_0, FONT_WEIGHT, FONT_STYLE, TEXT_COLOR_RED);
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/enum_napi/
H A Dtext_enum_napi.cpp46 const std::vector<struct JsEnumInt> FONT_WEIGHT = {
156 { "FontWeight", FONT_WEIGHT },
/ohos5.0/docs/zh-cn/third-party-cases/
H A Djump-between-UIAbilities.md661 FONT_WEIGHT = 500;
798 .fontWeight(StyleConstants.FONT_WEIGHT)
888 .fontWeight(StyleConstants.FONT_WEIGHT)
946 .fontWeight(StyleConstants.FONT_WEIGHT)
1001 .fontWeight(StyleConstants.FONT_WEIGHT)
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/entryability/candidateWifiModel/common/constant/
H A DCommonConstant.ets34 static readonly FONT_WEIGHT: number = 500;