Searched refs:setBorderColor (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/ |
H A D | ArkTextArea.ts | 903 … getUINativeModule().textArea.setBorderColor(node, this.value, this.value, this.value, this.value); 905 getUINativeModule().textArea.setBorderColor(node, (this.value as EdgeColors).top,
|
H A D | ArkTextInput.ts | 982 …getUINativeModule().textInput.setBorderColor(node, this.value, this.value, this.value, this.value); 984 getUINativeModule().textInput.setBorderColor(node, (this.value as EdgeColors).top,
|
H A D | ArkComponent.ts | 486 … getUINativeModule().common.setBorderColor(node, this.value, this.value, this.value, this.value); 490 getUINativeModule().common.setBorderColor(node, 497 getUINativeModule().common.setBorderColor(node,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_node/src/ |
H A D | render_node.ts | 819 getUINativeModule().renderNode.setBorderColor(
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_render_node_bridge.cpp | 687 GetArkUINodeModifiers()->getRenderNodeModifier()->setBorderColor( in SetBorderColor()
|
H A D | arkts_native_common_bridge.cpp | 1877 GetArkUINodeModifiers()->getCommonModifier()->setBorderColor(nativeNode, in SetBorderColor()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | jsXNode.js | 2181 …getUINativeModule().renderNode.setBorderColor(this.nodePtr, this.borderColorValue.left, this.borde…
|
H A D | arkComponent.js | 386 …getUINativeModule().common.setBorderColor(node, this.value, this.value, this.value, this.value, fa… 391 …getUINativeModule().common.setBorderColor(node, this.value.top, this.value.end, this.value.bottom,… 393 …getUINativeModule().common.setBorderColor(node, this.value.top, this.value.right, this.value.botto… 12795 … getUINativeModule().textArea.setBorderColor(node, this.value, this.value, this.value, this.value); 12797 getUINativeModule().textArea.setBorderColor(node, this.value.top, 14449 …getUINativeModule().textInput.setBorderColor(node, this.value, this.value, this.value, this.value); 14451 getUINativeModule().textInput.setBorderColor(node, this.value.top,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/ |
H A D | cjui_api.h | 42 …void (*setBorderColor)(ArkUINodeHandle node, ArkUI_Uint32 leftColorInt, ArkUI_Uint32 rightColorInt, member 2950 void (*setBorderColor)( member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 1538 …void (*setBorderColor)(ArkUINodeHandle node, ArkUI_Uint32 leftColorInt, ArkUI_Uint32 rightColorInt, member 4757 void (*setBorderColor)( member
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 1728 fullImpl->getNodeModifiers()->getCommonModifier()->setBorderColor( in SetBorderColor()
|