Home
last modified time | relevance | path

Searched refs:highlightFontName_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_picker.cpp46 if (pickerView_->highlightFontName_ == nullptr) { in OnItemSelected()
78 if (pickerView_->highlightFontName_ == nullptr) { in OnScrollEnd()
103 highlightFontName_(nullptr), in UIPicker()
162 if (highlightFontName_ != nullptr) { in ~UIPicker()
163 UIFree(highlightFontName_); in ~UIPicker()
164 highlightFontName_ = nullptr; in ~UIPicker()
342 if (highlightFontName_ == nullptr) { in RefreshSelected()
377 if (highlightFontName_ != nullptr) { in SetFontId()
378 UIFree(highlightFontName_); in SetFontId()
379 highlightFontName_ = nullptr; in SetFontId()
[all …]
H A Dui_time_picker.cpp38 highlightFontName_(nullptr),
74 if (highlightFontName_ != nullptr) { in ~UITimePicker()
75 UIFree(highlightFontName_); in ~UITimePicker()
76 highlightFontName_ = nullptr; in ~UITimePicker()
132 if ((backgroundFontName_ == nullptr) || (highlightFontName_ == nullptr)) { in InitPicker()
136 picker->SetHighlightFont(highlightFontName_, highlightFontSize_); in InitPicker()
286 if (highlightFontName_ != nullptr) { in SetTextStyle()
287 UIFree(highlightFontName_); in SetTextStyle()
288 highlightFontName_ = nullptr; in SetTextStyle()
317 Text::SetFont(name, size, highlightFontName_, highlightFontSize_); in SetHighlightFont()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_time_picker.h352 char* highlightFontName_; variable
H A Dui_picker.h562 char* highlightFontName_; variable