Home
last modified time | relevance | path

Searched refs:borderColorVal (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_badge_bridge.cpp142 Color badgeColorVal, textColorVal, borderColorVal; in ParseBadgeBaseParam() local
149 if (ArkTSUtils::ParseJsColorAlpha(vm, borderColor, borderColorVal)) { in ParseBadgeBaseParam()
150 param.borderColor = borderColorVal.GetValue(); in ParseBadgeBaseParam()
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dnative_node_test.cpp318 auto borderColorVal = nodeAPI->getAttribute(rootNode, NODE_BORDER_COLOR); in HWTEST_F() local
319 EXPECT_EQ(borderColorVal->value[0].u32, color); in HWTEST_F()

Completed in 9 milliseconds