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 D | TargetInformation.ets | 62 .fontWeight(CommonConstants.FONT_WEIGHT) 78 .fontWeight(CommonConstants.FONT_WEIGHT) 82 .fontWeight(CommonConstants.FONT_WEIGHT) 111 .fontWeight(CommonConstants.FONT_WEIGHT)
|
H A D | TargetListItem.ets | 134 .fontWeight(CommonConstants.FONT_WEIGHT) 143 .fontWeight(CommonConstants.FONT_WEIGHT) 166 .fontWeight(CommonConstants.FONT_WEIGHT)
|
H A D | TargetList.ets | 175 .fontWeight(CommonConstants.FONT_WEIGHT) 185 .fontWeight(CommonConstants.FONT_WEIGHT)
|
H A D | ProgressEditPanel.ets | 42 .fontWeight(CommonConstants.FONT_WEIGHT)
|
H A D | AddTargetDialog.ets | 37 .fontWeight(CommonConstants.FONT_WEIGHT)
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/render/ |
H A D | drawing_prop_convertor_test_ng.cpp | 52 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 D | text_enum_napi.cpp | 46 const std::vector<struct JsEnumInt> FONT_WEIGHT = { 156 { "FontWeight", FONT_WEIGHT },
|
/ohos5.0/docs/zh-cn/third-party-cases/ |
H A D | jump-between-UIAbilities.md | 661 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 D | CommonConstant.ets | 34 static readonly FONT_WEIGHT: number = 500;
|