Searched refs:setOutlineStyle (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/ |
H A D | ArkComponent.ts | 1191 … getUINativeModule().common.setOutlineStyle(node, this.value, this.value, this.value, this.value); 1193 getUINativeModule().common.setOutlineStyle(node,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/ |
H A D | cjui_api.h | 325 … void (*setOutlineStyle)(ArkUINodeHandle node, const ArkUI_Uint32* values, ArkUI_Int32 valuesSize); member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 1821 … void (*setOutlineStyle)(ArkUINodeHandle node, const ArkUI_Uint32* values, ArkUI_Int32 valuesSize); member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_common_bridge.cpp | 1972 GetArkUINodeModifiers()->getCommonModifier()->setOutlineStyle( in SetOutlineStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 1049 … getUINativeModule().common.setOutlineStyle(node, this.value, this.value, this.value, this.value); 1052 …getUINativeModule().common.setOutlineStyle(node, this.value.top, this.value.right, this.value.bott…
|