Home
last modified time | relevance | path

Searched refs:SetBackgroundColorSpan (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_label.h430 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 Dtext_unit_test.cpp139 text_->SetBackgroundColorSpan(Color::Red(), 0, 2);
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_font/
H A Dui_test_font.cpp537 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 Dtext_component.cpp376 uiLabel_.SetBackgroundColorSpan(backgroundColorSpan_.backgroundColor, in SetRichTextSpan()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/common/
H A Dtext.h483 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 Djs_span_object.h227 void SetBackgroundColorSpan(const RefPtr<BackgroundColorSpan>& backgroundColorSpan);
H A Djs_span_string.cpp396 backgroundColorSpan->SetBackgroundColorSpan(span); in CreateJSBackgroundColorSpan()
H A Djs_span_object.cpp1610 void JSBackgroundColorSpan::SetBackgroundColorSpan(const RefPtr<BackgroundColorSpan>& backgroundCol… in SetBackgroundColorSpan() function in OHOS::Ace::Framework::JSBackgroundColorSpan