Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_picker.cpp49 static_cast<UILabel*>(view)->SetFont(pickerView_->highlightFontName_, pickerView_->highlightFontSize_); in OnItemSelected()
81 static_cast<UILabel*>(view)->SetFont(pickerView_->highlightFontName_, pickerView_->highlightFontSize_); in OnScrollEnd()
101 highlightFontSize_(0), in UIPicker()
345 static_cast<UILabel*>(childView)->SetFont(highlightFontName_, highlightFontSize_); in RefreshSelected()
399 if (strcmp(name, highlightFontName_) == 0 && size == highlightFontSize_) { in SetHighlightFont()
403 Text::SetFont(name, size, highlightFontName_, highlightFontSize_); in SetHighlightFont()
H A Dui_time_picker.cpp36 highlightFontSize_(0),
136 picker->SetHighlightFont(highlightFontName_, highlightFontSize_); in InitPicker()
317 Text::SetFont(name, size, highlightFontName_, highlightFontSize_); in SetHighlightFont()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_time_picker.h350 uint8_t highlightFontSize_; member in OHOS::UITimePicker
H A Dui_picker.h560 uint8_t highlightFontSize_; member in OHOS::UIPicker

Completed in 3 milliseconds