Home
last modified time | relevance | path

Searched refs:moved (Results 1 – 25 of 46) sorted by relevance

12

/frameworks/av/media/libheadtracking/
DStillnessDetector.cpp55 bool moved = false; in calculate() local
66 moved = true; in calculate()
81 mCurrentState = !moved; in calculate()
/frameworks/base/core/java/android/widget/
DGridView.java1811 boolean moved = false; in fullScroll()
1816 moved = true; in fullScroll()
1821 moved = true; in fullScroll()
1824 if (moved) { in fullScroll()
1828 return moved; in fullScroll()
1846 boolean moved = false; in arrowScroll()
1862 moved = true; in arrowScroll()
1869 moved = true; in arrowScroll()
1879 moved = true; in arrowScroll()
1884 moved = true; in arrowScroll()
[all …]
/frameworks/base/tools/
Daidl3 aidl has moved to //system/tools/aidl as part of adding support for
/frameworks/base/tests/CtsSurfaceControlTestsStaging/
DREADME.md2 be moved into the cts files, e.g.:
/frameworks/base/wifi/
DMOVED.txt1 Source code and tests for Wifi module APIs have moved to
/frameworks/base/services/core/java/com/android/server/power/
DWirelessChargerDetector.java357 final boolean moved = (dotProduct < mag1 * mag2 * MOVEMENT_ANGLE_COS_THRESHOLD); in hasMoved()
359 Slog.d(TAG, "Check: moved=" + moved in hasMoved()
366 return moved; in hasMoved()
/frameworks/opt/net/wifi/
DMOVED.txt1 Source code and tests for Wifi service have moved to
/frameworks/base/docs/
D__DEPRECATED__DO_NOT_EDIT__.txt6 All authoring of content has been moved to Piper (go/dac-source).
/frameworks/native/cmds/installd/
Dotapreopt.rc5 # The dalvik-cache was not moved itself, so as to restrict the rights of otapreopt_slot.
/frameworks/base/docs/html/
D__DEPRECATED__DO_NOT_EDIT__.txt6 All authoring of content has been moved to Piper (go/dac-source).
/frameworks/base/media/tests/MtpTests/src/android/mtp/
DMtpStorageManagerTest.java1286 File moved = new File(dir, newFile.getName()); in testMoveObjectSuccess() local
1287 Assert.assertTrue(newFile.renameTo(moved)); in testMoveObjectSuccess()
1296 Assert.assertEquals(fileObj.getPath().toString(), moved.getPath()); in testMoveObjectSuccess()
1391 File moved = new File(dir, newFile.getName()); in testMoveObjectDelayed() local
1392 Assert.assertTrue(newFile.renameTo(moved)); in testMoveObjectDelayed()
1397 Assert.assertEquals(fileObj.getPath().toString(), moved.getPath()); in testMoveObjectDelayed()
1528 File moved = createNewFileNonZero(secondaryStorageDir, newFile.getName()); in testMoveObjectXStorageSuccess() local
1538 moved.getPath()); in testMoveObjectXStorageSuccess()
1554 File moved = createNewDir(secondaryStorageDir, movedDir.getName()); in testMoveObjectXStorageDirSuccess() local
1565 moved.getPath()); in testMoveObjectXStorageDirSuccess()
[all …]
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAutoclickController.java303 boolean moved = detectMovement(event); in update()
304 cacheLastEvent(event, policyFlags, mLastMotionEvent == null || moved /* useAsAnchor */); in update()
306 if (moved) { in update()
/frameworks/base/core/java/android/view/
DIWindow.aidl92 void moved(int newX, int newY); in moved() method
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTestIWindow.java60 public void moved(int newX, int newY) throws RemoteException { in moved() method in TestIWindow
/frameworks/base/core/java/com/android/internal/view/
DBaseIWindow.java81 public void moved(int newX, int newY) { in moved() method in BaseIWindow
/frameworks/native/services/surfaceflinger/
Dsurfaceflinger_flags.aconfig104 # description: "do not flatten layers if source crop is only moved"
114 description: "do not flatten layers if source crop is only moved"
/frameworks/native/services/inputflinger/reader/mapper/
DCursorInputMapper.cpp264 bool moved = deltaX != 0 || deltaY != 0; in sync() local
311 if ((buttonsPressed || moved || scrolled) && getDeviceContext().isExternal()) { in sync()
321 if (downChanged || moved || scrolled || buttonsChanged) { in sync()
/frameworks/proto_logging/stats/atoms/cronet/
Dcronet_extension_atoms.proto47 // Deprecated, moved to CronetEngineBuilderInitialized
49 // Deprecated, moved to CronetEngineBuilderInitialized
51 // Deprecated, moved to CronetEngineBuilderInitialized
53 // Deprecated, moved to CronetEngineBuilderInitialized
56 // Deprecated, moved to CronetInitialized
158 // Deprecated, moved to CronetEngineBuilderInitialized.
/frameworks/av/media/codec2/vndk/
DAndroid.bp17 // TODO: Remove this when this module is moved back to frameworks/av.
/frameworks/base/apct-tests/perftests/multiuser/trace_configs/
Dtrace_config_multi_user.textproto48 # frequently it gets moved into the userspace buffer defined above.
/frameworks/base/tools/hoststubgen/
DREADME.md80 - `helper-framework-*-src` should be moved to `frameworks/base/ravenwood`
/frameworks/base/tests/EnforcePermission/perf-app/
Dperfetto.textproto56 # frequently it gets moved into the userspace buffer defined above.
/frameworks/base/services/core/java/com/android/server/wm/
DEventLogTags.logtags58 # Task moved to top (1) or bottom (0).
/frameworks/base/packages/SystemUI/docs/
Dclock-plugins.md27 AnimatableClockView has moved location within the repo, but is largely unchanged from previous
77 clock should be moved around the screen to distribute the on pixels across a large number of pixels.
/frameworks/native/libs/binder/
DAndroid.bp206 // transport itself and should be moved to AIDL or in domain-specific libs.
826 // are moved out of libbinder in order to avoid the overhead of their vtables.

12