Searched refs:SetBackgroundColorSpan (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_label.h | 430 void SetBackgroundColorSpan(ColorType backgroundColor, int16_t start, int16_t end) in SetBackgroundColorSpan() function 432 labelText_->SetBackgroundColorSpan(backgroundColor, start, end); in SetBackgroundColorSpan()
|
/ohos5.0/foundation/arkui/ui_lite/test/unittest/common/ |
H A D | text_unit_test.cpp | 139 text_->SetBackgroundColorSpan(Color::Red(), 0, 2);
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_font/ |
H A D | ui_test_font.cpp | 537 label->SetBackgroundColorSpan(Color::Red(), 0, 2); // 0 : start index; 2 : end index in UIKitFontTestBackgroundColor() 538 label->SetBackgroundColorSpan(Color::Yellow(), 5, 6); // 5 : start index; 6 : end index in UIKitFontTestBackgroundColor()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | text_component.cpp | 376 uiLabel_.SetBackgroundColorSpan(backgroundColorSpan_.backgroundColor, in SetRichTextSpan()
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/common/ |
H A D | text.h | 483 void SetBackgroundColorSpan(ColorType backgroundColor, int16_t start, int16_t end) in SetBackgroundColorSpan() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/ |
H A D | js_span_object.h | 227 void SetBackgroundColorSpan(const RefPtr<BackgroundColorSpan>& backgroundColorSpan);
|
H A D | js_span_string.cpp | 396 backgroundColorSpan->SetBackgroundColorSpan(span); in CreateJSBackgroundColorSpan()
|
H A D | js_span_object.cpp | 1610 void JSBackgroundColorSpan::SetBackgroundColorSpan(const RefPtr<BackgroundColorSpan>& backgroundCol… in SetBackgroundColorSpan() function in OHOS::Ace::Framework::JSBackgroundColorSpan
|