Home
last modified time | relevance | path

Searched refs:SetContentOpacity (Results 1 - 12 of 12) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dqrcode_modifier.cpp55 void SetContentOpacity(ArkUINodeHandle node, ArkUI_Float32 opacity) in SetContentOpacity() function
61 QRCodeModelNG::SetContentOpacity(frameNode, DEFAULT_OPACITY); in SetContentOpacity()
63 QRCodeModelNG::SetContentOpacity(frameNode, opacity); in SetContentOpacity()
71 QRCodeModelNG::SetContentOpacity(frameNode, DEFAULT_OPACITY); in ResetContentOpacity()
86 ResetQRBackgroundColor, SetContentOpacity, ResetContentOpacity, SetQRValue }; in GetQRCodeModifier()
94 ResetQRBackgroundColor, SetContentOpacity, ResetContentOpacity }; in GetCJUIQRCodeModifier()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/
H A Dqrcode_model_ng.h28 void SetContentOpacity(const double opacity) override;
34 static void SetContentOpacity(FrameNode* frameNode, const double opacity);
H A Dqrcode_model.h32 virtual void SetContentOpacity(const double opacity) = 0;
H A Dqrcode_model_ng.cpp62 void QRCodeModelNG::SetContentOpacity(const double opacity) in SetContentOpacity() function in OHOS::Ace::NG::QRCodeModelNG
109 void QRCodeModelNG::SetContentOpacity(FrameNode* frameNode, const double opacity) in SetContentOpacity() function in OHOS::Ace::NG::QRCodeModelNG
/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::OHOS::Ace::Framework::JSQRCode
99 QRCodeModel::GetInstance()->SetContentOpacity(opacity); in SetContentOpacity()
109 JSClass<JSQRCode>::StaticMethod("contentOpacity", &JSQRCode::SetContentOpacity, opt); in JSBind()
H A Djs_qrcode.h32 static void SetContentOpacity(const JSCallbackInfo& info);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_qrcode_bridge.h28 static ArkUINativeModuleValue SetContentOpacity(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_qrcode_bridge.cpp73 ArkUINativeModuleValue QRCodeBridge::SetContentOpacity(ArkUIRuntimeCallInfo *runtimeCallInfo) in SetContentOpacity() function in OHOS::Ace::NG::QRCodeBridge
H A Darkts_native_api_impl_bridge.cpp5088 panda::FunctionRef::New(const_cast<panda::EcmaVM *>(vm), QRCodeBridge::SetContentOpacity)); in RegisterQRCodeAttributes()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dqrcode_model_impl.h27 void SetContentOpacity(const double opacity) override {};
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_qrcode_ffi.cpp49 QRCodeModel::GetInstance()->SetContentOpacity(value); in FfiOHOSAceFrameworkQRCodeSetContentOpacity()
/foundation/arkui/ace_engine/test/unittest/core/pattern/qrcode/
H A Dqrcode_test_ng.cpp353 * @tc.desc: test SetContentOpacity
370 * @tc.steps: steps2. SetContentOpacity in HWTEST_F()
371 * @tc.expected: steps2. Check the result of SetContentOpacity in HWTEST_F()
373 qrCodeModelNG.SetContentOpacity(0.1); in HWTEST_F()
382 qrCodeModelNG.SetContentOpacity(1); in HWTEST_F()

Completed in 18 milliseconds