Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_picker.cpp39 if (pickerView_->backgroundFontName_ == nullptr) { in OnItemSelected()
43 ->SetFont(pickerView_->backgroundFontName_, pickerView_->backgroundFontSize_); in OnItemSelected()
68 if (pickerView_->backgroundFontName_ == nullptr) { in OnScrollEnd()
72 ->SetFont(pickerView_->backgroundFontName_, pickerView_->backgroundFontSize_); in OnScrollEnd()
102 backgroundFontName_(nullptr), in UIPicker()
157 if (backgroundFontName_ != nullptr) { in ~UIPicker()
158 UIFree(backgroundFontName_); in ~UIPicker()
159 backgroundFontName_ = nullptr; in ~UIPicker()
251 if (backgroundFontName_ == nullptr) { in RefreshList()
254 textAdapter_->SetFont(backgroundFontName_, backgroundFontSize in RefreshList()
[all...]
H A Dui_time_picker.cpp37 backgroundFontName_(nullptr),
69 if (backgroundFontName_ != nullptr) { in ~UITimePicker()
70 UIFree(backgroundFontName_); in ~UITimePicker()
71 backgroundFontName_ = nullptr; in ~UITimePicker()
132 if ((backgroundFontName_ == nullptr) || (highlightFontName_ == nullptr)) { in InitPicker()
135 picker->SetBackgroundFont(backgroundFontName_, backgroundFontSize_); in InitPicker()
292 if (backgroundFontName_ != nullptr) { in SetTextStyle()
293 UIFree(backgroundFontName_); in SetTextStyle()
294 backgroundFontName_ = nullptr; in SetTextStyle()
311 Text::SetFont(name, size, backgroundFontName_, backgroundFontSize in SetBackgroundFont()
[all...]
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_time_picker.h351 char* backgroundFontName_; member in OHOS::UITimePicker
H A Dui_picker.h561 char* backgroundFontName_; member in OHOS::UIPicker

Completed in 3 milliseconds