Searched refs:SetCloseEffect (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | data_panel_modifier.cpp | 32 void SetCloseEffect(ArkUINodeHandle node, ArkUI_Bool value) in SetCloseEffect() function 36 DataPanelModelNG::SetCloseEffect(frameNode, value); in SetCloseEffect() 43 DataPanelModelNG::SetCloseEffect(frameNode, IS_CLOSE_EFFECT); in ResetCloseEffect() 193 static const ArkUIDataPanelModifier modifier = { SetCloseEffect, ResetCloseEffect, in GetDataPanelModifier() 203 static const CJUIDataPanelModifier modifier = { SetCloseEffect, ResetCloseEffect, in GetCJUIDataPanelModifier()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_data_panel_bridge.h | 28 static ArkUINativeModuleValue SetCloseEffect(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_data_panel_bridge.cpp | 237 ArkUINativeModuleValue DataPanelBridge::SetCloseEffect(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetCloseEffect() function in OHOS::Ace::NG::DataPanelBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 4477 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), DataPanelBridge::SetCloseEffect)); in RegisterDataPanelAttributes()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/ |
H A D | data_panel_model_ng.h | 42 static void SetCloseEffect(FrameNode* frameNode, bool isClose);
|
H A D | data_panel_model_ng.cpp | 87 void DataPanelModelNG::SetCloseEffect(FrameNode* frameNode, bool isClose) in SetCloseEffect() function in OHOS::Ace::NG::DataPanelModelNG
|