/frameworks/av/media/libheadtracking/ |
D | StillnessDetector.cpp | 55 bool moved = false; in calculate() local 66 moved = true; in calculate() 81 mCurrentState = !moved; in calculate()
|
/frameworks/base/core/java/android/widget/ |
D | GridView.java | 1811 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/ |
D | aidl | 3 aidl has moved to //system/tools/aidl as part of adding support for
|
/frameworks/base/tests/CtsSurfaceControlTestsStaging/ |
D | README.md | 2 be moved into the cts files, e.g.:
|
/frameworks/base/wifi/ |
D | MOVED.txt | 1 Source code and tests for Wifi module APIs have moved to
|
/frameworks/base/services/core/java/com/android/server/power/ |
D | WirelessChargerDetector.java | 357 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/ |
D | MOVED.txt | 1 Source code and tests for Wifi service have moved to
|
/frameworks/base/docs/ |
D | __DEPRECATED__DO_NOT_EDIT__.txt | 6 All authoring of content has been moved to Piper (go/dac-source).
|
/frameworks/native/cmds/installd/ |
D | otapreopt.rc | 5 # 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__.txt | 6 All authoring of content has been moved to Piper (go/dac-source).
|
/frameworks/base/media/tests/MtpTests/src/android/mtp/ |
D | MtpStorageManagerTest.java | 1286 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/ |
D | AutoclickController.java | 303 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/ |
D | IWindow.aidl | 92 void moved(int newX, int newY); in moved() method
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | TestIWindow.java | 60 public void moved(int newX, int newY) throws RemoteException { in moved() method in TestIWindow
|
/frameworks/base/core/java/com/android/internal/view/ |
D | BaseIWindow.java | 81 public void moved(int newX, int newY) { in moved() method in BaseIWindow
|
/frameworks/native/services/surfaceflinger/ |
D | surfaceflinger_flags.aconfig | 104 # 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/ |
D | CursorInputMapper.cpp | 264 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/ |
D | cronet_extension_atoms.proto | 47 // 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/ |
D | Android.bp | 17 // TODO: Remove this when this module is moved back to frameworks/av.
|
/frameworks/base/apct-tests/perftests/multiuser/trace_configs/ |
D | trace_config_multi_user.textproto | 48 # frequently it gets moved into the userspace buffer defined above.
|
/frameworks/base/tools/hoststubgen/ |
D | README.md | 80 - `helper-framework-*-src` should be moved to `frameworks/base/ravenwood`
|
/frameworks/base/tests/EnforcePermission/perf-app/ |
D | perfetto.textproto | 56 # frequently it gets moved into the userspace buffer defined above.
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | EventLogTags.logtags | 58 # Task moved to top (1) or bottom (0).
|
/frameworks/base/packages/SystemUI/docs/ |
D | clock-plugins.md | 27 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/ |
D | Android.bp | 206 // 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.
|