Home
last modified time | relevance | path

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 DArkTextArea.ts903 … getUINativeModule().textArea.setBorderColor(node, this.value, this.value, this.value, this.value);
905 getUINativeModule().textArea.setBorderColor(node, (this.value as EdgeColors).top,
H A DArkTextInput.ts982 …getUINativeModule().textInput.setBorderColor(node, this.value, this.value, this.value, this.value);
984 getUINativeModule().textInput.setBorderColor(node, (this.value as EdgeColors).top,
H A DArkComponent.ts486 … 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 Drender_node.ts819 getUINativeModule().renderNode.setBorderColor(
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_render_node_bridge.cpp687 GetArkUINodeModifiers()->getRenderNodeModifier()->setBorderColor( in SetBorderColor()
H A Darkts_native_common_bridge.cpp1877 GetArkUINodeModifiers()->getCommonModifier()->setBorderColor(nativeNode, in SetBorderColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsXNode.js2181 …getUINativeModule().renderNode.setBorderColor(this.nodePtr, this.borderColorValue.left, this.borde…
H A DarkComponent.js386 …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 Dcjui_api.h42 …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 Darkoala_api.h1538 …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 Dstyle_modifier.cpp1728 fullImpl->getNodeModifiers()->getCommonModifier()->setBorderColor( in SetBorderColor()