Searched refs:SetForegroundColorSpan (Results 1 - 5 of 5) sorted by relevance
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_label.h | 435 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 D | text_unit_test.cpp | 150 text_->SetForegroundColorSpan(Color::Blue(), 1, 3); in HWTEST_F()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | text_component.cpp | 381 uiLabel_.SetForegroundColorSpan(foregroundColorSpan_.fontColor, in SetRichTextSpan()
|
/foundation/arkui/ui_lite/interfaces/kits/common/ |
H A D | text.h | 496 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 D | ui_test_font.cpp | 559 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