Searched refs:SetSpannable (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ui_lite/frameworks/common/ |
H A D | spannable_string.cpp | 39 SetSpannable(true, startIndex, endIndex); in SetTextStyle() 85 SetSpannable(true, 0, DEFAULT_IS_SPANNABLE_LEN); in SetSpannableString() 196 SetSpannable(true, startIndex, endIndex); in SetFontSize() 225 SetSpannable(true, startIndex, endIndex); in SetFontSize() 255 SetSpannable(true, startIndex, endIndex); in SetFontId() 284 SetSpannable(true, startIndex, endIndex); in SetFontId() 313 SetSpannable(true, startIndex, endIndex); in SetFontHeight() 343 SetSpannable(true, startIndex, endIndex); in SetFontHeight() 382 SetSpannable(true, startIndex, endIndex); in SetBackgroundColor() 445 SetSpannable(true, startIndex, endIndex); in SetForegroundColor() [all …]
|
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_spannable_string_unit_test.cpp | 50 bool SetSpannable(bool value, uint16_t startIndex, uint16_t endIndex) in SetSpannable() function in OHOS::SP_test 118 spannableString_->SetSpannable(true, start_1, end_1); 141 spannableString_->SetSpannable(true, start, end); 166 spannableString_->SetSpannable(true, start, end); 188 spannableString_->SetSpannable(true, start, end); 204 spannableString_->SetSpannable(true, start, end); 223 spannableString_->SetSpannable(true, start, end); 245 spannableString_->SetSpannable(true, start_1, end_1); 248 spannableString_->SetSpannable(true, start_2, end_2); 274 spannableString_->SetSpannable(true, start, end); [all …]
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/common/ |
H A D | spannable_string.h | 114 bool SetSpannable(bool value, uint16_t startIndex, uint16_t endIndex);
|