Home
last modified time | relevance | path

Searched refs:SetFontId (Results 1 - 25 of 32) sorted by relevance

12

/foundation/arkui/ui_lite/test/uitest/test_font/
H A Dui_test_font.cpp73 titleLabel->SetFontId(F_SOURCEHANSANSSC_REGULAR_18_4); in InnerTestTitle()
126 label->SetFontId(F_SOURCEHANSANSSC_REGULAR_30_4); in UIKitFontTestDisplay001()
146 label->SetFontId(F_SOURCEHANSANSSC_REGULAR_30_4); in UIKitFontTestDisplay002()
167 label->SetFontId(F_SOURCEHANSANSSC_REGULAR_30_4); in UIKitFontTestDisplay003()
188 label->SetFontId(F_SOURCEHANSANSSC_REGULAR_30_4); in UIKitFontTestDisplay004()
209 label->SetFontId(F_SOURCEHANSANSSC_REGULAR_30_4); in UIKitFontTestDisplay005()
229 label->SetFontId(F_SOURCEHANSANSSC_REGULAR_30_4); in UIKitFontTestDisplay006()
250 label->SetFontId(F_SOURCEHANSANSSC_REGULAR_30_4); in UIKitFontTestDisplay007()
271 label->SetFontId(F_SOURCEHANSANSSC_REGULAR_30_4); in UIKitFontTestDisplay008()
294 label->SetFontId(F_SOURCEHANSANSSC_REGULAR_30_ in UIKitFontTestDisplay009()
[all...]
/foundation/arkui/ui_lite/test/uitest/test_spannable_string/
H A Dui_test_spannnable_string.cpp81 titleLabel->SetFontId(F_SOURCEHANSANSSC_REGULAR_18_4); in InnerTestTitle()
112 label->SetFontId(F_SOURCEHANSANSSC_REGULAR_30_4); in UIKitSpannableStringTestNormal001()
132 label->SetFontId(F_SOURCEHANSANSSC_REGULAR_30_4); in UIKitSpannableStringTestTextStyle001()
161 label->SetFontId(F_SOURCEHANSANSSC_REGULAR_30_4); in UIKitSpannableStringTestFontSize001()
189 label->SetFontId(F_SOURCEHANSANSSC_REGULAR_30_4); in UIKitSpannableStringTestFontSize002()
206 InnerTestTitle(" Display SetFontId, show two fontId can be found in different labels"); in UIKitSpannableStringTestFontId001()
214 label->SetFontId(F_SOURCEHANSANSSC_REGULAR_30_4); in UIKitSpannableStringTestFontId001()
240 InnerTestTitle(" Display SetFontId, two fontIds in one label"); in UIKitSpannableStringTestFontId002()
248 label->SetFontId(F_SOURCEHANSANSSC_REGULAR_30_4); in UIKitSpannableStringTestFontId002()
258 ss->SetFontId(id_hws in UIKitSpannableStringTestFontId002()
[all...]
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_picker.cpp40 static_cast<UILabel*>(lastSelectView_)->SetFontId(pickerView_->backgroundFontId_); in OnItemSelected()
47 static_cast<UILabel*>(view)->SetFontId(pickerView_->highlightFontId_); in OnItemSelected()
69 static_cast<UILabel*>(lastSelectView_)->SetFontId(pickerView_->backgroundFontId_); in OnScrollEnd()
79 static_cast<UILabel*>(view)->SetFontId(pickerView_->highlightFontId_); in OnScrollEnd()
252 textAdapter_->SetFontId(backgroundFontId_); in RefreshList()
335 static_cast<UILabel*>(childView)->SetFontId(backgroundFontId_); in RefreshSelected()
343 static_cast<UILabel*>(childView)->SetFontId(highlightFontId_); in RefreshSelected()
365 void UIPicker::SetFontId(uint16_t backgroundFontId, uint16_t highlightFontId) in SetFontId() function in OHOS::UIPicker
H A Dui_digital_clock.cpp74 void UIDigitalClock::SetFontId(uint16_t fontId) in SetFontId() function in OHOS::UIDigitalClock
79 timeLabels_[i]->SetFontId(fontId); in SetFontId()
H A Dtext_adapter.cpp110 newView->SetFontId(fontId_); in GetDynamicText()
148 newView->SetFontId(fontId_); in GetIntegerText()
H A Dui_time_picker.cpp131 picker->SetFontId(backgroundFontId_, highlightFontId_); in InitPicker()
133 picker->SetFontId(backgroundFontId_, highlightFontId_); in InitPicker()
H A Dui_label.cpp261 void UILabel::SetFontId(uint16_t fontId) in SetFontId() function in OHOS::UILabel
264 labelText_->SetFontId(fontId); in SetFontId()
H A Dui_edit_text.cpp280 void UIEditText::SetFontId(uint16_t fontId) in SetFontId() function in OHOS::UIEditText
283 inputText_->SetFontId(fontId); in SetFontId()
284 placeholderText_->SetFontId(fontId); in SetFontId()
H A Dui_arc_label.cpp219 void UIArcLabel::SetFontId(uint16_t fontId) in SetFontId() function in OHOS::UIArcLabel
222 arcLabelText_->SetFontId(fontId); in SetFontId()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_label_button.h273 void SetFontId(uint16_t fontId) in SetFontId() function in OHOS::UILabelButton
276 labelButtonText_->SetFontId(fontId); in SetFontId()
H A Dui_digital_clock.h87 void SetFontId(uint16_t fontId);
H A Dtext_adapter.h130 void SetFontId(uint16_t fontId) in SetFontId() function in OHOS::TextAdapter
H A Dui_label.h327 void SetFontId(uint16_t fontId);
H A Dui_arc_label.h187 void SetFontId(uint16_t fontId);
H A Dui_edit_text.h266 void SetFontId(uint16_t fontId);
H A Dui_picker.h171 void SetFontId(uint16_t backgroundFontId, uint16_t highlightFontId);
/foundation/ability/ability_lite/frameworks/ability_lite/example/entry/src/main/cpp/
H A Dsecond_ability_slice.cpp45 button1->SetFontId(FONT_ID); in OnStart()
H A Dnext_ability_slice.cpp45 button1->SetFontId(FONT_ID); in OnStart()
H A Dmain_ability_slice.cpp80 button1->SetFontId(FONT_ID); in OnStart()
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_label_button_unit_test.cpp189 * @tc.desc: Verify SetFontId function.
200 labelBtn_->SetFontId(fontId); in HWTEST_F()
H A Dui_picker_unit_test.cpp80 * @tc.desc: Verify SetFontId function, equal.
93 picker_->SetFontId(backgroundFontId, highlightFontId); in HWTEST_F()
H A Dui_arc_label_unit_test.cpp220 * @tc.desc: Verify SetFontId function, equal.
229 arcLabel_->SetFontId(fontId); in HWTEST_F()
H A Dui_digital_clock_unit_test.cpp71 * @tc.desc: Verify SetFontId function, equal.
82 digitalClock_->SetFontId(fontId); in HWTEST_F()
H A Dui_spannable_string_unit_test.cpp818 * @tc.desc: Verify SetFontId function, capability, equal.
826 spannableString_->SetFontId(fontId, start, end); in HWTEST_F()
845 spannableString_->SetFontId(fontId, start, end); in HWTEST_F()
928 input->SetFontId(inputFontId, fontIdStart, fontIdEnd); in HWTEST_F()
987 input->SetFontId(inputFontId, fontIdStart, fontIdEnd); in HWTEST_F()
1006 spannableString_->SetFontId(inputFontId_exist, fontIdStart_exist, fontIdEnd_exist); in HWTEST_F()
/foundation/arkui/ui_lite/test/uitest/test_picker/
H A Dui_test_ui_picker.cpp108 picker1_->SetFontId(16, 18); // 16:back font id 18:high light font id in UIKitPickerTestBase001()
169 picker3_->SetFontId(16, 18); // 16:back font id 18:high light font id in UIKitPickerTestBase002()

Completed in 15 milliseconds

12