Searched refs:setBackgroundImagePosition (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/ |
H A D | ArkXComponent.ts | 598 … getUINativeModule().xComponent.setBackgroundImagePosition(node, this.value, undefined, undefined); 600 …getUINativeModule().xComponent.setBackgroundImagePosition(node, undefined, (this.value as Position…
|
H A D | ArkComponent.ts | 1370 … getUINativeModule().common.setBackgroundImagePosition(node, this.value, undefined, undefined); 1372 …getUINativeModule().common.setBackgroundImagePosition(node, undefined, (this.value as Position)?.x…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/ |
H A D | cjui_api.h | 115 …void (*setBackgroundImagePosition)(ArkUINodeHandle node, const ArkUI_Float32* values, const ArkUI_… member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 1225 … getUINativeModule().common.setBackgroundImagePosition(node, this.value, undefined, undefined); 1228 getUINativeModule().common.setBackgroundImagePosition(node, undefined, 25924 … getUINativeModule().xComponent.setBackgroundImagePosition(node, this.value, undefined, undefined); 25927 …getUINativeModule().xComponent.setBackgroundImagePosition(node, undefined, (_a = this.value) === n…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 1611 …void (*setBackgroundImagePosition)(ArkUINodeHandle node, const ArkUI_Float32* values, const ArkUI_… member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_common_bridge.cpp | 3092 …GetArkUINodeModifiers()->getCommonModifier()->setBackgroundImagePosition(nativeNode, values, types… in SetBackgroundImagePosition()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 2471 fullImpl->getNodeModifiers()->getCommonModifier()->setBackgroundImagePosition( in SetBackgroundImagePosition()
|