Home
last modified time | relevance | path

Searched refs:needMove (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_drag_manager.cpp221 res.needMove = true; in ScaleAxisNearItem()
228 res.needMove = true; in ScaleAxisNearItem()
295 if (mainRes.needMove && crossRes.needMove) { in ScaleNearItem()
297 } else if (mainRes.needMove) { in ScaleNearItem()
299 } else if (crossRes.needMove) { in ScaleNearItem()
H A Dlist_item_drag_manager.h29 bool needMove; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drender_scroll.h181 void SetNeedMove(bool needMove) in SetNeedMove() argument
184 moveStatus_.first = needMove; in SetNeedMove()
/ohos5.0/docs/zh-cn/application-dev/database/
H A Dencrypted_estore_guidelines.md262 if (this.needMove) {
268 this.needMove = false;
273 this.needMove = true;
318 private needMove: boolean = false;
737 if (this.needMove) {
743 this.needMove = false;
748 this.needMove = true;
776 private needMove: boolean = false;
/ohos5.0/docs/en/application-dev/database/
H A Dencrypted_estore_guidelines.md260 if (this.needMove) {
266 this.needMove = false;
271 this.needMove = true;
316 private needMove: boolean = false;
735 if (this.needMove) {
741 this.needMove = false;
746 this.needMove = true;
774 private needMove: boolean = false;
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dbase_restore.cpp228 fileInfos[i].needMove = false; in GetInsertValues()
240 fileInfos[i].needMove = false; in GetInsertValues()
251 fileInfos[i].needMove = false; in GetInsertValues()
530 if (!fileInfos[i].needMove) { in MoveMigrateFile()
H A Dothers_clone_restore.cpp577 fileInfo.needMove = false; in HasSameFileForDualClone()
H A Dclone_restore.cpp356 !fileInfos[i].needMove) { in MoveMigrateFile()
1101 if (!fileInfo.needMove || fileInfo.cloudPath.empty()) { in BatchNotifyPhoto()
1769 fileInfo.needMove = false; in IsSameFileForClone()
H A Dupgrade_restore.cpp769 fileInfo.needMove = false; in HasSameFileForDualClone()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/
H A Dbackup_const.h353 bool needMove {true};