Searched refs:highlightFontSize_ (Results 1 - 4 of 4) sorted by relevance
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_picker.cpp | 49 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 D | ui_time_picker.cpp | 36 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 D | ui_time_picker.h | 350 uint8_t highlightFontSize_; member in OHOS::UITimePicker
|
H A D | ui_picker.h | 560 uint8_t highlightFontSize_; member in OHOS::UIPicker
|
Completed in 3 milliseconds