Home
last modified time | relevance | path

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

/frameworks/base/media/tests/MtpTests/src/android/mtp/
DMtpStorageManagerTest.java1284 File moved = new File(dir, newFile.getName()); in testMoveObjectSuccess() local
1389 File moved = new File(dir, newFile.getName()); in testMoveObjectDelayed() local
1526 File moved = createNewFileNonZero(secondaryStorageDir, newFile.getName()); in testMoveObjectXStorageSuccess() local
1552 File moved = createNewDir(secondaryStorageDir, movedDir.getName()); in testMoveObjectXStorageDirSuccess() local
1587 File moved = createNewDir(secondaryStorageDir, movedDir.getName()); in testMoveObjectXStorageDirVisitedSuccess() local
1625 File moved = createNewFileNonZero(secondaryStorageDir, movedFile.getName()); in testMoveObjectXStorageDelayed() local
1653 File moved = createNewDir(secondaryStorageDir, movedDir.getName()); in testMoveObjectXStorageDirVisitedDelayed() local
/frameworks/base/core/java/android/view/
DIWindow.aidl99 void moved(int newX, int newY); in moved() method
DViewRootImpl.java9701 public void moved(int newX, int newY) { in moved() method in TrackballAxis.W
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTestIWindow.java65 public void moved(int newX, int newY) throws RemoteException { in moved() method in TestIWindow
/frameworks/base/core/java/com/android/internal/view/
DBaseIWindow.java86 public void moved(int newX, int newY) { in moved() method in BaseIWindow
/frameworks/native/services/inputflinger/reader/mapper/
DCursorInputMapper.cpp317 bool moved = deltaX != 0 || deltaY != 0; in sync() local
/frameworks/base/core/java/android/net/
DNetworkStats.java1446 final Entry[] moved = in migrateTun() local
1547 final Entry[] moved = new Entry[underlyingIfaces.size()]; in addTrafficToApplications() local
1671 @NonNull Entry[] moved) { in deductTrafficFromVpnApp()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DSystemWindows.java354 public void moved(int newX, int newY) {} in moved() method in SystemWindows.ContainerWindow