Home
last modified time | relevance | path

Searched refs:borderColorValue (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_badge.cpp109 JSRef<JSVal> borderColorValue = value->GetProperty("borderColor"); in CreateBadgeParameters() local
173 if (ParseJsColor(borderColorValue, borderColor)) { in CreateBadgeParameters()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dopacity_tdd_test.cpp208 const char * const borderColorValue = "#66666666"; in SetOpacityTest006() local
210 JerrySetStringProperty(styleObj_, borderColorKey, borderColorValue); in SetOpacityTest006()
/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Drosen_render_button.cpp245 uint32_t borderColorValue = buttonComponent_->GetBorderEdge().GetColor().GetValue(); in DrawShape() local
246 pen.SetColor(needFocusColor_ ? focusColorValue : borderColorValue); in DrawShape()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsXNode.js2203 this.borderColorValue = { left: 0XFF000000, top: 0XFF000000, right: 0XFF000000, bottom: 0XFF000000 };
2206 this.borderColorValue = color;
2208 getUINativeModule().renderNode.setBorderColor(this.nodePtr, this.borderColorValue.left, this.borderColorValue.top, this.borderColorValue.right, this.borderColorValue.bottom);
2211 return this.borderColorValue;

Completed in 5 milliseconds