Searched refs:backgroundFontSize_ (Results 1 - 4 of 4) sorted by relevance
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_picker.cpp | 43 ->SetFont(pickerView_->backgroundFontName_, pickerView_->backgroundFontSize_); in OnItemSelected() 72 ->SetFont(pickerView_->backgroundFontName_, pickerView_->backgroundFontSize_); in OnScrollEnd() 100 backgroundFontSize_(0), in UIPicker() 254 textAdapter_->SetFont(backgroundFontName_, backgroundFontSize_); in RefreshList() 337 static_cast<UILabel*>(childView)->SetFont(backgroundFontName_, backgroundFontSize_); in RefreshSelected() 388 if (strcmp(name, backgroundFontName_) == 0 && size == backgroundFontSize_) { in SetBackgroundFont() 392 Text::SetFont(name, size, backgroundFontName_, backgroundFontSize_); in SetBackgroundFont()
|
H A D | ui_time_picker.cpp | 35 backgroundFontSize_(0), 135 picker->SetBackgroundFont(backgroundFontName_, backgroundFontSize_); in InitPicker() 311 Text::SetFont(name, size, backgroundFontName_, backgroundFontSize_); in SetBackgroundFont()
|
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_time_picker.h | 349 uint8_t backgroundFontSize_; member in OHOS::UITimePicker
|
H A D | ui_picker.h | 559 uint8_t backgroundFontSize_; member in OHOS::UIPicker
|
Completed in 3 milliseconds