Home
last modified time | relevance | path

Searched refs:highlightFontId (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_picker_unit_test.cpp74 uint8_t highlightFontId = StyleDefault::GetPickerHighlightStyle().font_; variable
75 EXPECT_EQ(picker_->GetHighlightFontId(), highlightFontId);
91 const uint8_t highlightFontId = 18; variable
93 picker_->SetFontId(backgroundFontId, highlightFontId);
95 EXPECT_EQ(picker_->GetHighlightFontId(), highlightFontId);
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_picker.cpp365 void UIPicker::SetFontId(uint16_t backgroundFontId, uint16_t highlightFontId) in SetFontId() argument
367 if ((backgroundFontId == backgroundFontId_) && (highlightFontId == highlightFontId_)) { in SetFontId()
376 highlightFontId_ = highlightFontId; in SetFontId()
H A Dui_time_picker.cpp281 uint16_t highlightFontId, in SetTextStyle() argument
285 highlightFontId_ = highlightFontId; in SetTextStyle()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_time_picker.h187 uint16_t highlightFontId,
H A Dui_picker.h171 void SetFontId(uint16_t backgroundFontId, uint16_t highlightFontId);