Home
last modified time | relevance | path

Searched refs:backgroundFontId (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_picker_unit_test.cpp90 const uint8_t backgroundFontId = 16; in HWTEST_F() local
93 picker_->SetFontId(backgroundFontId, highlightFontId); in HWTEST_F()
94 EXPECT_EQ(picker_->GetBackgroundFontId(), backgroundFontId); in HWTEST_F()
/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()
370 backgroundFontId_ = backgroundFontId; in SetFontId()
H A Dui_time_picker.cpp280 void UITimePicker::SetTextStyle(uint16_t backgroundFontId, in SetTextStyle() argument
291 backgroundFontId_ = backgroundFontId; in SetTextStyle()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_time_picker.h179 * @param backgroundFontId Indicates the font ID of the background text.
186 void SetTextStyle(uint16_t backgroundFontId,
H A Dui_picker.h166 * @param backgroundFontId Indicates the font ID of the background text.
171 void SetFontId(uint16_t backgroundFontId, uint16_t highlightFontId);

Completed in 4 milliseconds