Home
last modified time | relevance | path

Searched refs:frameNodeSize (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/utils/
H A Ddrag_animation_helper.cpp252 auto frameNodeSize = geometryNode->GetFrameSize(); in PlayGatherAnimation() local
255 GatherAnimationInfo gatherAnimationInfo = { PIXELMAP_DRAG_SCALE_MULTIPLE, frameNodeSize.Width(), in PlayGatherAnimation()
256 frameNodeSize.Height(), gatherNodeCenter, renderContext->GetBorderRadius() }; in PlayGatherAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_paint_method.cpp808 auto frameNodeSize = geometryNode->GetFrameSize(); in ClipBubbleWithPath() local
809 CHECK_NULL_VOID(frameNodeSize.IsPositive()); in ClipBubbleWithPath()