Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/net/
DNetworkStats.java1205 Entry moved = in migrateTun() local
1207 deductTrafficFromVpnApp(tunUid, underlyingIface, moved); in migrateTun()
1209 if (!moved.isEmpty()) { in migrateTun()
1211 + moved); in migrateTun()
1263 Entry moved = new Entry(); in addTrafficToApplications() local
1304 moved.add(tmpEntry); in addTrafficToApplications()
1311 return moved; in addTrafficToApplications()
1314 private void deductTrafficFromVpnApp(int tunUid, String underlyingIface, Entry moved) { in deductTrafficFromVpnApp() argument
1316 moved.uid = tunUid; in deductTrafficFromVpnApp()
1317 moved.set = SET_DBG_VPN_OUT; in deductTrafficFromVpnApp()
[all …]
/frameworks/base/tools/
Daidl3 aidl has moved to //system/tools/aidl as part of adding support for
/frameworks/base/core/java/android/widget/
DGridView.java1810 boolean moved = false; in fullScroll()
1815 moved = true; in fullScroll()
1820 moved = true; in fullScroll()
1823 if (moved) { in fullScroll()
1827 return moved; in fullScroll()
1845 boolean moved = false; in arrowScroll()
1861 moved = true; in arrowScroll()
1868 moved = true; in arrowScroll()
1878 moved = true; in arrowScroll()
1883 moved = true; in arrowScroll()
[all …]
DListView.java2570 boolean moved = false; in fullScroll()
2579 moved = true; in fullScroll()
2591 moved = true; in fullScroll()
2595 if (moved && !awakenScrollBars()) { in fullScroll()
2600 return moved; in fullScroll()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
D.gitignore17 *.moved-aside
/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/base/services/accessibility/java/com/android/server/accessibility/
DAutoclickController.java292 boolean moved = detectMovement(event); in update()
293 cacheLastEvent(event, policyFlags, mLastMotionEvent == null || moved /* useAsAnchor */); in update()
295 if (moved) { in update()
/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/
D__DEPRECATED__DO_NOT_EDIT__.txt6 All authoring of content has been moved to Piper (go/dac-source).
/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.java1283 File moved = new File(dir, newFile.getName()); in testMoveObjectSuccess() local
1284 Assert.assertTrue(newFile.renameTo(moved)); in testMoveObjectSuccess()
1293 Assert.assertEquals(fileObj.getPath().toString(), moved.getPath()); in testMoveObjectSuccess()
1388 File moved = new File(dir, newFile.getName()); in testMoveObjectDelayed() local
1389 Assert.assertTrue(newFile.renameTo(moved)); in testMoveObjectDelayed()
1394 Assert.assertEquals(fileObj.getPath().toString(), moved.getPath()); in testMoveObjectDelayed()
1525 File moved = createNewFileNonZero(secondaryStorageDir, newFile.getName()); in testMoveObjectXStorageSuccess() local
1535 moved.getPath()); in testMoveObjectXStorageSuccess()
1551 File moved = createNewDir(secondaryStorageDir, movedDir.getName()); in testMoveObjectXStorageDirSuccess() local
1562 moved.getPath()); in testMoveObjectXStorageDirSuccess()
[all …]
/frameworks/hardware/interfaces/bufferhub/1.0/vts/functional/
DAndroid.bp23 // TODO(b/118893702): remove dependency once ui/BufferHubDefs.h moved
/frameworks/base/core/java/android/view/
DIWindow.aidl69 void moved(int newX, int newY); in moved() method
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTestIWindow.java55 public void moved(int newX, int newY) throws RemoteException { in moved() method in TestIWindow
/frameworks/av/media/codec2/vndk/
DAndroid.bp8 // TODO: Remove this when this module is moved back to frameworks/av.
/frameworks/base/core/java/com/android/internal/view/
DBaseIWindow.java67 public void moved(int newX, int newY) { in moved() method in BaseIWindow
/frameworks/base/services/core/java/com/android/server/
DEventLogTags.logtags178 # Task moved to top (1) or bottom (0).
184 # Home stack moved to top (1) or bottom (0).
/frameworks/base/packages/SystemUI/docs/
Dclock-plugins.md18 blocks of color, and the clock should be moved around the screen to
Ddagger.md165 moved to a higher level construct such as a Fragment or a top-level SystemUI
/frameworks/base/proto/src/
Dsystem_messages.proto296 // Notify the user that data or apps are being moved to external storage.
/frameworks/base/core/proto/android/providers/settings/
Dsystem.proto154 reserved 21; // rtt_calling_mode moved to Settings.Secure
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java237 final boolean moved = (event == MOVED_TO); in onEvent()
238 final boolean written = (event == CLOSE_WRITE || moved); in onEvent()
258 if (moved && lockWallpaperChanged) { in onEvent()
286 if (moved) { in onEvent()
/frameworks/base/services/core/java/com/android/server/am/
DProcessList.java2613 boolean moved = false; in updateClientActivitiesOrdering()
2624 moved = true; in updateClientActivitiesOrdering()
2629 if (!moved) { in updateClientActivitiesOrdering()
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java332 public void moved(int newX, int newY) {
/frameworks/native/services/inputflinger/
DInputReader.cpp2758 bool moved = deltaX != 0 || deltaY != 0; in sync() local
2786 if (moved || scrolled || buttonsChanged) { in sync()
2790 if (moved) { in sync()
2821 if ((buttonsPressed || moved || scrolled) && getDevice()->isExternal()) { in sync()
2830 if (downChanged || moved || scrolled || buttonsChanged) { in sync()

12