Home
last modified time | relevance | path

Searched refs:SetForegroundColorSpan (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_label.h435 void SetForegroundColorSpan(ColorType fontColor, int16_t start, int16_t end) in SetForegroundColorSpan() function in OHOS::UILabel
437 labelText_->SetForegroundColorSpan(fontColor, start, end); in SetForegroundColorSpan()
/foundation/arkui/ui_lite/test/unittest/common/
H A Dtext_unit_test.cpp150 text_->SetForegroundColorSpan(Color::Blue(), 1, 3); in HWTEST_F()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dtext_component.cpp381 uiLabel_.SetForegroundColorSpan(foregroundColorSpan_.fontColor, in SetRichTextSpan()
/foundation/arkui/ui_lite/interfaces/kits/common/
H A Dtext.h496 void SetForegroundColorSpan(ColorType fontColor, int16_t start, int16_t end) in SetForegroundColorSpan() function in OHOS::Text
/foundation/arkui/ui_lite/test/uitest/test_font/
H A Dui_test_font.cpp559 label->SetForegroundColorSpan(Color::Blue(), 1, 3); // 1 : start index; 2 : end index in UIKitFontTestForegroundColor()
560 label->SetForegroundColorSpan(Color::Red(), 6, 9); // 6 : start index; 9 : end index in UIKitFontTestForegroundColor()

Completed in 4 milliseconds