Home
last modified time | relevance | path

Searched refs:GetBackgroundColorSpan (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/test/unittest/common/
H A Dtext_unit_test.cpp138 EXPECT_EQ(text_->GetBackgroundColorSpan().Size(), 0);
140 EXPECT_EQ(text_->GetBackgroundColorSpan().Size(), 1);
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/common/
H A Dtext.h491 List<BackgroundColor> GetBackgroundColorSpan() in GetBackgroundColorSpan() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H A Djs_span_object.h226 RefPtr<BackgroundColorSpan>& GetBackgroundColorSpan();
H A Djs_span_string.cpp543 if (backgroundColorSpan && backgroundColorSpan->GetBackgroundColorSpan()) { in ParseJSBackgroundColorSpan()
545 … backgroundColorSpan->GetBackgroundColorSpan()->GetBackgroundColor(), start, start + length); in ParseJSBackgroundColorSpan()
H A Djs_span_object.cpp1605 RefPtr<BackgroundColorSpan>& JSBackgroundColorSpan::GetBackgroundColorSpan() in GetBackgroundColorSpan() function in OHOS::Ace::Framework::JSBackgroundColorSpan