Home
last modified time | relevance | path

Searched refs:setWidth (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkPluginComponent.ts51 getUINativeModule().plugin.setWidth(node, this.value);
H A DArkShape.ts84 getUINativeModule().common.setWidth(node, this.value);
H A DArkMenu.ts101 getUINativeModule().menu.setWidth(node, this.value);
H A DArkCommonShape.ts294 getUINativeModule().commonShape.setWidth(node, this.value);
H A DArkCheckbox.ts314 getUINativeModule().checkbox.setWidth(node, this.value);
H A DArkSelect.ts514 getUINativeModule().select.setWidth(node, this.value);
H A DArkComponent.ts277 getUINativeModule().common.setWidth(node, this.value);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js200 getUINativeModule().common.setWidth(node, this.value);
13040 getUINativeModule().textArea.setWidth(node, this.value);
14670 getUINativeModule().textInput.setWidth(node, this.value);
18519 getUINativeModule().select.setWidth(node, this.value);
20243 getUINativeModule().checkbox.setWidth(node, this.value);
23582 getUINativeModule().menu.setWidth(node, this.value);
23956 getUINativeModule().plugin.setWidth(node, this.value);
29868 getUINativeModule().commonShape.setWidth(node, this.value);
30282 getUINativeModule().common.setWidth(node, this.value);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp1369 GetArkUINodeModifiers()->getCommonModifier()->setWidth( in ParseCalcDimension()
1715 GetArkUINodeModifiers()->getCommonModifier()->setWidth( in SetWidth()
1718 GetArkUINodeModifiers()->getCommonModifier()->setWidth( in SetWidth()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h30 …void (*setWidth)(ArkUINodeHandle node, ArkUI_Float32 value, ArkUI_Int32 unit, ArkUI_CharPtr calcVa… member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h1526 …void (*setWidth)(ArkUINodeHandle node, ArkUI_Float32 value, ArkUI_Int32 unit, ArkUI_CharPtr calcVa… member
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp815 fullImpl->getNodeModifiers()->getCommonModifier()->setWidth( in SetWidth()
3388 fullImpl->getNodeModifiers()->getCommonModifier()->setWidth( in SetWidthPercent()