Home
last modified time | relevance | path

Searched refs:updatePosition (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/positioned/
H A Drender_positioned.cpp40 … auto updatePosition = [weak = AceType::WeakClaim(this)](const Dimension& x, const Dimension& y) { in Update() local
50 updatePositionFunc_(updatePosition); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.h192 void SetUpdatePositionId(const OnItemDragFunc& updatePosition) in SetUpdatePositionId() argument
194 updatePosition_ = updatePosition; in SetUpdatePositionId()
H A Drender_grid_layout.cpp1118 … auto updatePosition = [renderGirdLayout = AceType::Claim(this)](const OnItemDragFunc& func) { in ActionStart() local
1125 positionedComponent->SetUpdatePositionFuncId(updatePosition); in ActionStart()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drender_image.cpp991 auto updatePosition = [renderBox = AceType::Claim(this)]( in PanOnActionStart() local
998 positionedComponent->SetUpdatePositionFuncId(updatePosition); in PanOnActionStart()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drender_text.cpp1057 auto updatePosition = [renderBox = AceType::Claim(this)]( in PanOnActionStart() local
1064 positionedComponent->SetUpdatePositionFuncId(updatePosition); in PanOnActionStart()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drender_web.cpp1078 auto updatePosition = [renderBox = AceType::Claim(this)]( in PanOnActionStart() local
1085 positionedComponent->SetUpdatePositionFuncId(updatePosition); in PanOnActionStart()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box.cpp311 auto updatePosition = [renderBox = AceType::Claim(this)]( in PanOnActionStart() local
318 positionedComponent->SetUpdatePositionFuncId(updatePosition); in PanOnActionStart()
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp1297 bool updatePosition = !(shape->PositionEquals(*oldShape)); in LoadCustGeometry() local
1302 } else if (updatePosition) { in LoadCustGeometry()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.cpp2474 auto updatePosition = [weak = weakRenderList]( in CreateDragDropRecognizer() local
2483 positionedComponent->SetUpdatePositionFuncId(updatePosition); in CreateDragDropRecognizer()