Home
last modified time | relevance | path

Searched refs:backgroundFontId_ (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_picker.cpp40 static_cast<UILabel*>(lastSelectView_)->SetFontId(pickerView_->backgroundFontId_); in OnItemSelected()
69 static_cast<UILabel*>(lastSelectView_)->SetFontId(pickerView_->backgroundFontId_); in OnScrollEnd()
119 backgroundFontId_ = style_->font_; in UIPicker()
252 textAdapter_->SetFontId(backgroundFontId_); in RefreshList()
335 static_cast<UILabel*>(childView)->SetFontId(backgroundFontId_); in RefreshSelected()
367 if ((backgroundFontId == backgroundFontId_) && (highlightFontId == highlightFontId_)) { in SetFontId()
370 backgroundFontId_ = backgroundFontId; in SetFontId()
H A Dui_time_picker.cpp48 backgroundFontId_ = style_->font_; in timePickerListener_()
131 picker->SetFontId(backgroundFontId_, highlightFontId_); in InitPicker()
133 picker->SetFontId(backgroundFontId_, highlightFontId_); in InitPicker()
291 backgroundFontId_ = backgroundFontId; in SetTextStyle()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_picker.h202 return backgroundFontId_; in GetBackgroundFontId()
557 uint16_t backgroundFontId_; member in OHOS::UIPicker
H A Dui_time_picker.h348 uint16_t backgroundFontId_; member in OHOS::UITimePicker

Completed in 4 milliseconds