Home
last modified time | relevance | path

Searched refs:supportAnimation_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Dgrid_layout_component.h250 supportAnimation_ = supportAnimation; in SetSupportAnimation()
255 return supportAnimation_; in GetSupportAnimation()
313 bool supportAnimation_ = false; variable
H A Drender_grid_layout.cpp103 supportAnimation_ = grid->GetSupportAnimation(); in Update()
926 if (supportAnimation_ || dragAnimation_) { in BackGridMatrix()
944 if (supportAnimation_ || dragAnimation_) { in RestoreScene()
1182 if (!(supportAnimation_ || dragAnimation_)) { in PanOnActionEnd()
1324 if (supportAnimation_ || dragAnimation_) { in ImpDragMove()
1910 if (supportAnimation_ || dragAnimation_) { in MoveWhenWithInsertCellButWithItemInDragCellDragBeforeInsert()
1928 if (supportAnimation_ || dragAnimation_) { in MoveWhenWithInsertCellButWithItemInDragCellDragAfterInsert()
2016 if (supportAnimation_ || dragAnimation_) { in MoveItemsForward()
2035 if (supportAnimation_ || dragAnimation_) { in MoveItemsForward()
2067 if (supportAnimation_ || dragAnimation_) { in MoveItemsBackward()
[all …]
H A Drender_grid_layout.h219 return supportAnimation_; in GetSupportAnimation()
562 bool supportAnimation_ = false; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_pattern.h84 supportAnimation_ = supportAnimation; in SetSupportAnimation()
89 return supportAnimation_; in SupportAnimation()
335 bool supportAnimation_ = false; variable
H A Dgrid_pattern.cpp1287 json->PutExtAttr("supportAnimation", supportAnimation_ ? "true" : "false", filter); in ToJsonValue()
1748 supportAnimation_ ? DumpLog::GetInstance().AddDesc("supportAnimation:true") in DumpAdvanceInfo()