Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.cpp104 dragAnimation_ = grid->GetDragAnimation(); 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.h563 bool dragAnimation_ = false; variable