Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.cpp843 if (isDragChangeLayout_ && !needRestoreScene_) { in PerformLayout()
844 isDragChangeLayout_ = false; in PerformLayout()
848 isDragChangeLayout_ = false; in PerformLayout()
989 isDragChangeLayout_ = false; in ClearAllDragInfo()
1327 isDragChangeLayout_ = true; in ImpDragMove()
1359 isDragChangeLayout_ = true; in ImpDragLeaveMainGrid()
1380 isDragChangeLayout_ = true; in ImpDragLeaveSubGrid()
1406 isDragChangeLayout_ = true; in ImpDragEnterMainGridUpdate()
1423 isDragChangeLayout_ = true; in ImpDragEnterSubGrid()
1459 isDragChangeLayout_ = true; in OnDrop()
H A Drender_grid_layout.h531 bool isDragChangeLayout_ = false; variable