Home
last modified time | relevance | path

Searched refs:GetXComponentSurfaceHeight (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_xcomponent_modifier.cpp132 ArkUI_Uint32 GetXComponentSurfaceHeight(ArkUINodeHandle node) in GetXComponentSurfaceHeight() function
136 return XComponentModelNG::GetXComponentSurfaceHeight(frameNode); in GetXComponentSurfaceHeight()
234 GetXComponentSurfaceHeight, in GetXComponentModifier()
265 GetXComponentSurfaceHeight, in GetCJUIXComponentModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_model_ng.h74 static uint32_t GetXComponentSurfaceHeight(FrameNode* frameNode);
H A Dxcomponent_model_ng.cpp373 uint32_t XComponentModelNG::GetXComponentSurfaceHeight(FrameNode* frameNode) in GetXComponentSurfaceHeight() function in OHOS::Ace::NG::XComponentModelNG
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/
H A Dxcomponent_property_test_ng.cpp1082 … auto resultHeight = XComponentModelNG::GetXComponentSurfaceHeight(Referenced::RawPtr(frameNode));