Home
last modified time | relevance | path

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

/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 in OHOS::UILabel
432 labelText_->SetBackgroundColorSpan(backgroundColor, start, end); in SetBackgroundColorSpan()
/foundation/arkui/ui_lite/test/unittest/common/
H A Dtext_unit_test.cpp139 text_->SetBackgroundColorSpan(Color::Red(), 0, 2); in HWTEST_F()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dtext_component.cpp376 uiLabel_.SetBackgroundColorSpan(backgroundColorSpan_.backgroundColor, in SetRichTextSpan()
/foundation/arkui/ui_lite/interfaces/kits/common/
H A Dtext.h483 void SetBackgroundColorSpan(ColorType backgroundColor, int16_t start, int16_t end) in SetBackgroundColorSpan() function in OHOS::Text
/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()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H A Djs_span_object.h226 void SetBackgroundColorSpan(const RefPtr<BackgroundColorSpan>& backgroundColorSpan);
H A Djs_span_object.cpp1603 void JSBackgroundColorSpan::SetBackgroundColorSpan(const RefPtr<BackgroundColorSpan>& backgroundColorSpan) in SetBackgroundColorSpan() function in OHOS::Ace::Framework::JSBackgroundColorSpan
H A Djs_span_string.cpp396 backgroundColorSpan->SetBackgroundColorSpan(span); in CreateJSBackgroundColorSpan()

Completed in 10 milliseconds