Home
last modified time | relevance | path

Searched refs:downFontWeight (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_column_pattern.h47 FontWeight downFontWeight; member
H A Ddatepicker_column_pattern.cpp593 animationProperties_[currentIndex - 1].downFontWeight = properties.fontWeight; in AddAnimationTextProperties()
671 textLayoutProperty->UpdateFontWeight(animationProperties_[index].downFontWeight); in TextPropertiesLinearAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_column_pattern.h46 FontWeight downFontWeight; member
H A Dtimepicker_column_pattern.cpp665 animationProperties_[currentIndex - 1].downFontWeight = properties.fontWeight; in AddAnimationTextProperties()
744 textLayoutProperty->UpdateFontWeight(animationProperties_[index].downFontWeight); in TextPropertiesLinearAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_column_pattern.h47 FontWeight downFontWeight; member
H A Dtextpicker_column_pattern.cpp845 animationProperties_[currentIndex - 1].downFontWeight = properties.fontWeight; in AddAnimationTextProperties()
910 textLayoutProperty->UpdateFontWeight(animationProperties_[index].downFontWeight); in TextPropertiesLinearAnimation()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/
H A Ddate_picker_test_ng.cpp3205 dateTextProperties.downFontWeight = FontWeight::LIGHTER;