Home
last modified time | relevance | path

Searched defs:SetContentOpacity (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dqrcode_model_impl.h27 void SetContentOpacity(const double opacity) override {}; in SetContentOpacity() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/
H A Dqrcode_model_ng.cpp65 void QRCodeModelNG::SetContentOpacity(const double opacity) in SetContentOpacity() function in OHOS::Ace::NG::QRCodeModelNG
112 void QRCodeModelNG::SetContentOpacity(FrameNode* frameNode, const double opacity) in SetContentOpacity() function in OHOS::Ace::NG::QRCodeModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_qrcode.cpp90 void JSQRCode::SetContentOpacity(const JSCallbackInfo& info) in SetContentOpacity() function in OHOS::Ace::Framework::JSQRCode
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dqrcode_modifier.cpp59 void SetContentOpacity(ArkUINodeHandle node, ArkUI_Float32 opacity) in SetContentOpacity() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_qrcode_bridge.cpp73 ArkUINativeModuleValue QRCodeBridge::SetContentOpacity(ArkUIRuntimeCallInfo *runtimeCallInfo) in SetContentOpacity() function in OHOS::Ace::NG::QRCodeBridge