Home
last modified time | relevance | path

Searched refs:upFontWeight (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.h45 FontWeight upFontWeight; member
H A Ddatepicker_column_pattern.cpp592 properties.upFontWeight = animationProperties_[currentIndex - 1].fontWeight; in AddAnimationTextProperties()
677 textLayoutProperty->UpdateFontWeight(animationProperties_[index].upFontWeight); in TextPropertiesLinearAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_column_pattern.h44 FontWeight upFontWeight; member
H A Dtimepicker_column_pattern.cpp664 properties.upFontWeight = animationProperties_[currentIndex - 1].fontWeight; in AddAnimationTextProperties()
751 textLayoutProperty->UpdateFontWeight(animationProperties_[index].upFontWeight); in TextPropertiesLinearAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_column_pattern.h45 FontWeight upFontWeight; member
H A Dtextpicker_column_pattern.cpp844 properties.upFontWeight = animationProperties_[currentIndex - 1].fontWeight; in AddAnimationTextProperties()
916 textLayoutProperty->UpdateFontWeight(animationProperties_[index].upFontWeight); in TextPropertiesLinearAnimation()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/
H A Ddate_picker_test_ng.cpp3203 dateTextProperties.upFontWeight = FontWeight::BOLD;