Searched refs:borderColorValue (Results 1 - 4 of 4) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_badge.cpp | 109 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 D | opacity_tdd_test.cpp | 208 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 D | rosen_render_button.cpp | 245 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 D | jsXNode.js | 2203 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