Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_picker.cpp43 ->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 Dui_time_picker.cpp35 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 Dui_time_picker.h349 uint8_t backgroundFontSize_; member in OHOS::UITimePicker
H A Dui_picker.h559 uint8_t backgroundFontSize_; member in OHOS::UIPicker

Completed in 3 milliseconds