Home
last modified time | relevance | path

Searched defs:moved (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/media/tests/MtpTests/src/android/mtp/
H A DMtpStorageManagerTest.java1286 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 Dpartition_cow_creator.cpp108 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 DIWindow.aidl85 void moved(int newX, int newY); in moved() method
H A DViewRootImpl.java10602 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 DTestIWindow.java59 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 DBaseIWindow.java81 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 DSystemWindows.java364 public void moved(int newX, int newY) {} in moved() method in SystemWindows.ContainerWindow