Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/net/
DNetworkStats.java1443 final Entry[] moved = in migrateTun() local
1446 deductTrafficFromVpnApp(tunUid, underlyingIfaces, moved); in migrateTun()
1521 final Entry[] moved = new Entry[underlyingIfaces.length]; in addTrafficToApplications() local
1523 moved[i] = new Entry(); in addTrafficToApplications()
1628 moved[j].add(tmpEntry); in addTrafficToApplications()
1635 return moved; in addTrafficToApplications()
1641 @NonNull Entry[] moved) { in deductTrafficFromVpnApp() argument
1643 moved[i].uid = tunUid; in deductTrafficFromVpnApp()
1645 moved[i].set = SET_DBG_VPN_OUT; in deductTrafficFromVpnApp()
1646 moved[i].tag = TAG_NONE; in deductTrafficFromVpnApp()
[all …]
/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.java2566 boolean moved = false; in fullScroll()
2575 moved = true; in fullScroll()
2587 moved = true; in fullScroll()
2591 if (moved && !awakenScrollBars()) { in fullScroll()
2596 return moved; in fullScroll()
/frameworks/base/services/net/
DAndroid.bp24 // TODO(b/145825329): This should be moved to networkstack-client,
25 // with dependencies moved to frameworks/libs/net right.
/frameworks/native/services/inputflinger/reader/mapper/
DCursorInputMapper.cpp310 bool moved = deltaX != 0 || deltaY != 0; in sync() local
338 if (moved || scrolled || buttonsChanged) { in sync()
341 if (moved) { in sync()
372 if ((buttonsPressed || moved || scrolled) && getDevice()->isExternal()) { in sync()
381 if (downChanged || moved || scrolled || buttonsChanged) { in sync()
/frameworks/base/tools/
Daidl3 aidl has moved to //system/tools/aidl as part of adding support for
/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/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/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/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/docs/
D__DEPRECATED__DO_NOT_EDIT__.txt6 All authoring of content has been moved to Piper (go/dac-source).
/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.aidl76 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/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.java78 public void moved(int newX, int newY) { in moved() method in BaseIWindow
/frameworks/base/services/core/java/com/android/server/
DEventLogTags.logtags184 # Task moved to top (1) or bottom (0).
190 # Home stack moved to top (1) or bottom (0).
/frameworks/native/libs/binder/
DAndroid.bp37 // transport itself and should be moved to AIDL or in domain-specific libs.
/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/
DApiDocs.bp342 …cmd: "$(location zip2zip) -i $(location :ds-docs-kt{.docs.zip}) -o $(genDir)/ds-docs-kt-moved.zip …
343 …$(location merge_zips) $(out) $(location :ds-docs-java{.docs.zip}) $(genDir)/ds-docs-kt-moved.zip",
/frameworks/base/core/proto/android/providers/settings/
Dsystem.proto154 reserved 21; // rtt_calling_mode moved to Settings.Secure
/frameworks/base/proto/src/
Dsystem_messages.proto302 // Notify the user that data or apps are being moved to external storage.
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java240 final boolean moved = (event == MOVED_TO); in onEvent()
241 final boolean written = (event == CLOSE_WRITE || moved); in onEvent()
261 if (moved && lockWallpaperChanged) { in onEvent()
289 if (moved) { in onEvent()

12