Searched refs:moved (Results 1 - 18 of 18) sorted by relevance

/frameworks/base/docs/
H A D__DEPRECATED__DO_NOT_EDIT__.txt6 All authoring of content has been moved to Piper (go/dac-source).
/frameworks/base/docs/html/
H A D__DEPRECATED__DO_NOT_EDIT__.txt6 All authoring of content has been moved to Piper (go/dac-source).
/frameworks/base/core/java/android/net/
H A DNetworkStats.java63 /** Debug {@link #set} value when the VPN stats are moved in. */
65 /** Debug {@link #set} value when the VPN stats are moved out of a vpn UID. */
1137 Entry moved =
1139 deductTrafficFromVpnApp(tunUid, underlyingIface, moved);
1141 if (!moved.isEmpty()) {
1143 + moved);
1195 Entry moved = new Entry();
1199 // the vpn app is excluded from the redistribution but all moved traffic will be
1236 moved.add(tmpEntry);
1243 return moved;
1246 deductTrafficFromVpnApp(int tunUid, String underlyingIface, Entry moved) argument
[all...]
/frameworks/base/core/java/android/view/
H A DIWindow.aidl56 void moved(int newX, int newY);
H A DViewRootImpl.java1183 * @param displayId The id of the display where this view root is moved to.
2309 // may have moved and we need check that and if so to update the left and right
3273 // If accessibility focus moved, always invalidate the root.
3864 * @param newDisplayId Id of new display if moved, {@link Display#INVALID_DISPLAY} if not
3910 * @param newDisplayId Id of new display if moved, {@link Display#INVALID_DISPLAY} otherwise.
5346 // We pick the axis that has moved the most as the direction of
5806 /* TODO: These constants should eventually be moved to ViewConfiguration. */
6882 if (DEBUG_LAYOUT) Log.v(mTag, "Window moved " + this + ": newX=" + newX + " newY=" + newY);
7931 public void moved(int newX, int newY) { method in class:ViewRootImpl.W
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DTestIWindow.java48 public void moved(int newX, int newY) throws RemoteException { method in class:TestIWindow
/frameworks/base/core/java/android/widget/
H A DGridView.java704 * location. The selection may be moved so that it does not intersect the
1766 * @return whether selection was moved
1792 * @return Whether selection was moved.
1795 boolean moved = false;
1800 moved = true;
1805 moved = true;
1808 if (moved) {
1812 return moved;
1821 * @return whether selection was moved
1830 boolean moved
[all...]
H A DListView.java909 * location. The selection may be moved so that it does not intersect the
2497 * @return whether selection was moved
2546 * @return whether selection was moved
2549 boolean moved = false;
2558 moved = true;
2570 moved = true;
2574 if (moved && !awakenScrollBars()) {
2579 return moved;
2637 * @return whether selection was moved
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAutoclickController.java292 boolean moved = detectMovement(event);
293 cacheLastEvent(event, policyFlags, mLastMotionEvent == null || moved /* useAsAnchor */);
295 if (moved) {
/frameworks/base/services/core/java/com/android/server/power/
H A DWirelessChargerDetector.java68 * not appear to have moved since it was last undocked because it may
354 final boolean moved = (dotProduct < mag1 * mag2 * MOVEMENT_ANGLE_COS_THRESHOLD);
356 Slog.d(TAG, "Check: moved=" + moved
363 return moved;
/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java56 public void moved(int newX, int newY) { method in class:BaseIWindow
/frameworks/base/media/tests/MtpTests/src/android/mtp/
H A DMtpStorageManagerTest.java1215 File moved = new File(dir, newFile.getName());
1216 Assert.assertTrue(newFile.renameTo(moved));
1224 Assert.assertEquals(fileObj.getPath().toString(), moved.getPath());
1316 File moved = new File(dir, newFile.getName());
1317 Assert.assertTrue(newFile.renameTo(moved));
1322 Assert.assertEquals(fileObj.getPath().toString(), moved.getPath());
1450 File moved = createNewFile(secondaryStorageDir, newFile.getName());
1460 moved.getPath());
1476 File moved = createNewDir(secondaryStorageDir, movedDir.getName());
1486 moved
[all...]
/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java233 final boolean moved = (event == MOVED_TO);
234 final boolean written = (event == CLOSE_WRITE || moved);
254 if (moved && lockWallpaperChanged) {
282 if (moved) {
287 Slog.v(TAG, "moved-to, therefore restore; reloading metadata");
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java319 public void moved(int newX, int newY) {
/frameworks/native/services/inputflinger/
H A DInputReader.cpp2808 bool moved = deltaX != 0 || deltaY != 0; local
2836 if (moved || scrolled || buttonsChanged) {
2840 if (moved) {
2871 if ((buttonsPressed || moved || scrolled) && getDevice()->isExternal()) {
2880 if (downChanged || moved || scrolled || buttonsChanged) {
4773 // Update last coordinates of pointers that have moved so that we observe the new
4801 // Dispatch move events if any of the remaining pointers moved from their old locations.
5293 // Update last coordinates of pointers that have moved so that we observe the new
5355 // Send motion events for all pointers that moved.
5850 // have not moved enoug
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java583 // Whether this window is being moved via the resize API
1793 * If the window has moved due to its containing content frame changing, then notify the
1802 // Frame has moved, containing content frame has also moved, and we're not currently
1825 mClient.moved(left, top);
1832 * Return whether this window has moved. (Only makes
/frameworks/base/config/
H A Dboot-image-profile.txt6527 HPLandroid/view/IWindow$Stub$Proxy;->moved(II)V
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 462 milliseconds