Home
last modified time | relevance | path

Searched refs:MEDIUM (Results 1 – 25 of 60) sorted by relevance

123

/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/click_effect/
Dclick_spring_effect_test.cpp74 clickSpringEffect->ShowAnimation(TouchType::DOWN, ClickSpringEffectType::MEDIUM);
91 clickSpringEffect->ShowAnimation(TouchType::UP, ClickSpringEffectType::MEDIUM);
137 clickSpringEffect->ShowAnimation(TouchType::DOWN, ClickSpringEffectType::MEDIUM);
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/mock/rosen/
Dtesting_filter.h35 MEDIUM, enumerator
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
Dsheet_style.h32 MEDIUM, enumerator
Dsheet_presentation_pattern.cpp188 if (sheetStyle.sheetMode == SheetMode::MEDIUM) { in InitialLayoutProps()
/foundation/arkui/ace_engine/frameworks/core/components/transform/
Dclick_spring_effect.h33 MEDIUM, enumerator
Dclick_spring_effect.cpp32 …{ ClickSpringEffectType::MEDIUM, { 0.95, 0.5, AceType::MakeRefPtr<SpringProperty>(0.5, 350.0, 35.0…
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
Dfont_styles.h34 MEDIUM = 5, enumerator
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/effect/
Dfilter.h33 MEDIUM, enumerator
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Dimage_painter_utils.cpp103 case ImageInterpolation::MEDIUM: { in AddFilter()
131 case ImageInterpolation::MEDIUM: { in AddFilter()
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
Dtext_style.h48 MEDIUM, enumerator
503 { "medium", FontWeight::MEDIUM },
537 { FontWeight::MEDIUM, "medium" }, in FontWeightToString()
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
Dutils.h309 { ImageInterpolation::MEDIUM, "ImageInterpolation.Medium" }, in ConvertWrapImageInterpolationToString()
409 { FontWeight::MEDIUM, "FontWeight.Medium" }, in ConvertWrapFontWeightToStirng()
433 { "FontWeight.Medium", FontWeight::MEDIUM }, in ConvertWrapStringToFontWeight()
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/custom_paint/
Dcommon_constants.cpp161 FontWeight::MEDIUM,
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/effect/
Dfilter_test.cpp182 Filter::FilterQuality filterQuality = Filter::FilterQuality::MEDIUM;
/foundation/arkui/ace_engine/frameworks/base/i18n/
Dlocalization.h59 enum DateTimeStyle { NONE, FULL, LONG, MEDIUM, SHORT }; enumerator
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
Ddrawing_prop_convertor.cpp105 case FontWeight::MEDIUM: in ToRSFontWeight()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_sec_button_base.cpp85 SecurityComponentModelNG::SetFontWeight(FontWeight::MEDIUM); in SetFontWeight()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
Dskia_paint.cpp189 case Filter::FilterQuality::MEDIUM: in ApplyFilter()
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/overlay/
Doverlay_manager_test_ng.cpp112 sheetStyle.sheetMode = SheetMode::MEDIUM; in CreateSheetStyle()
454 EXPECT_EQ(style->sheetMode.value(), SheetMode::MEDIUM);
468 sheetStyle.sheetMode = SheetMode::MEDIUM;
476 EXPECT_EQ(style->sheetMode.value(), SheetMode::MEDIUM);
1211 EXPECT_EQ(style->sheetMode.value(), SheetMode::MEDIUM);
/foundation/arkui/ace_engine/frameworks/core/components/indexer/
Dindexer_theme.h228 theme->popupTextStyle_.SetFontWeight(FontWeight::MEDIUM); in ParsePattern()
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
Dconstants.h259 MEDIUM, enumerator
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/security_component/
Dsecurity_component_model_test_ng.cpp324 EXPECT_EQ(textProp->GetFontWeight().value_or(FontWeight::NORMAL), FontWeight::MEDIUM);
460 EXPECT_EQ(textProp->GetFontWeight().value_or(FontWeight::MEDIUM), FontWeight::BOLDER);
517 EXPECT_EQ(textProp->GetFontWeight().value_or(FontWeight::MEDIUM), FontWeight::BOLDER);
750 EXPECT_EQ(textProp->GetFontWeight().value_or(FontWeight::NORMAL), FontWeight::MEDIUM);
886 EXPECT_EQ(textProp->GetFontWeight().value_or(FontWeight::MEDIUM), FontWeight::BOLDER);
943 EXPECT_EQ(textProp->GetFontWeight().value_or(FontWeight::MEDIUM), FontWeight::BOLDER);
1169 EXPECT_EQ(textProp->GetFontWeight().value_or(FontWeight::NORMAL), FontWeight::MEDIUM);
1305 EXPECT_EQ(textProp->GetFontWeight().value_or(FontWeight::MEDIUM), FontWeight::BOLDER);
1362 EXPECT_EQ(textProp->GetFontWeight().value_or(FontWeight::MEDIUM), FontWeight::BOLDER);
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
Dskia_paint_test.cpp315 filter.SetFilterQuality(Filter::FilterQuality::MEDIUM);
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/text/
Dspan_test_ng.cpp116 spanModelNG.SetFontWeight(FontWeight::MEDIUM);
117 EXPECT_EQ(spanNode->GetFontWeight().value(), FontWeight::MEDIUM);
/foundation/arkui/ace_engine/frameworks/core/components/font/
Dconstants_converter.cpp49 case FontWeight::MEDIUM: in ConvertTxtFontWeight()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/app_bar/
Dapp_bar_view.cpp112 textLayoutProperty->UpdateFontWeight(FontWeight::MEDIUM); in BuildBarTitle()

123