Searched defs:moved (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/media/tests/MtpTests/src/android/mtp/ |
H A D | MtpStorageManagerTest.java | 1286 File moved = new File(dir, newFile.getName()); in testMoveObjectSuccess() local 1391 File moved = new File(dir, newFile.getName()); in testMoveObjectDelayed() local 1528 File moved = createNewFileNonZero(secondaryStorageDir, newFile.getName()); in testMoveObjectXStorageSuccess() local 1554 File moved = createNewDir(secondaryStorageDir, movedDir.getName()); in testMoveObjectXStorageDirSuccess() local 1589 File moved = createNewDir(secondaryStorageDir, movedDir.getName()); in testMoveObjectXStorageDirVisitedSuccess() local 1627 File moved = createNewFileNonZero(secondaryStorageDir, movedFile.getName()); in testMoveObjectXStorageDelayed() local 1655 File moved = createNewDir(secondaryStorageDir, movedDir.getName()); in testMoveObjectXStorageDirVisitedDelayed() local
|
/aosp14/system/core/fs_mgr/libsnapshot/ |
H A D | partition_cow_creator.cpp | 108 bool moved = s_it->start_block() + s_offset != d_it->start_block() + d_offset; in OptimizeSourceCopyOperation() local
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | IWindow.aidl | 85 void moved(int newX, int newY); in moved() method
|
H A D | ViewRootImpl.java | 10602 public void moved(int newX, int newY) { in moved() method in ViewRootImpl.TrackballAxis.W
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | TestIWindow.java | 59 public void moved(int newX, int newY) throws RemoteException { in moved() method in TestIWindow
|
/aosp14/frameworks/base/core/java/com/android/internal/view/ |
H A D | BaseIWindow.java | 81 public void moved(int newX, int newY) { in moved() method in BaseIWindow
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
H A D | SystemWindows.java | 364 public void moved(int newX, int newY) {} in moved() method in SystemWindows.ContainerWindow
|