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.java62 /** Debug {@link #set} value when the VPN stats are moved in. */
64 /** Debug {@link #set} value when the VPN stats are moved out of a vpn UID. */
960 Entry moved =
962 deductTrafficFromVpnApp(tunUid, underlyingIface, moved);
964 if (!moved.isEmpty()) {
966 + moved);
1018 Entry moved = new Entry();
1022 // the vpn app is excluded from the redistribution but all moved traffic will be
1058 moved.add(tmpEntry);
1065 return moved;
1068 deductTrafficFromVpnApp(int tunUid, String underlyingIface, Entry moved) argument
[all...]
/frameworks/base/core/java/android/view/
H A DIWindow.aidl54 void moved(int newX, int newY);
H A DViewRootImpl.java1113 * @param displayId The id of the display where this view root is moved to.
2189 // may have moved and we need check that and if so to update the left and right
2946 // If accessibility focus moved, always invalidate the root.
3515 * @param newDisplayId Id of new display if moved, {@link Display#INVALID_DISPLAY} if not
3561 * @param newDisplayId Id of new display if moved, {@link Display#INVALID_DISPLAY} otherwise.
5003 // We pick the axis that has moved the most as the direction of
5388 /* TODO: These constants should eventually be moved to ViewConfiguration. */
6436 if (DEBUG_LAYOUT) Log.v(mTag, "Window moved " + this + ": newX=" + newX + " newY=" + newY);
7452 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.java46 public void moved(int newX, int newY) throws RemoteException { method in class:TestIWindow
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeWindow.java59 public void moved(int arg0, int arg1) throws RemoteException { method in class:BridgeWindow
/frameworks/base/core/java/android/widget/
H A DGridView.java699 * location. The selection may be moved so that it does not intersect the
1761 * @return whether selection was moved
1787 * @return Whether selection was moved.
1790 boolean moved = false;
1795 moved = true;
1800 moved = true;
1803 if (moved) {
1807 return moved;
1816 * @return whether selection was moved
1825 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.java314 boolean moved = detectMovement(event);
315 cacheLastEvent(event, policyFlags, mLastMotionEvent == null || moved /* useAsAnchor */);
317 if (moved) {
/frameworks/base/services/core/java/com/android/server/power/
H A DWirelessChargerDetector.java69 * not appear to have moved since it was last undocked because it may
364 final boolean moved = (dotProduct < mag1 * mag2 * MOVEMENT_ANGLE_COS_THRESHOLD);
366 Slog.d(TAG, "Check: moved=" + moved
373 return moved;
/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java54 public void moved(int newX, int newY) { method in class:BaseIWindow
/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java215 final boolean moved = (event == MOVED_TO);
216 final boolean written = (event == CLOSE_WRITE || moved);
235 if (moved && lockWallpaperChanged) {
262 if (moved) {
267 Slog.v(TAG, "moved-to, therefore restore; reloading metadata");
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java297 public void moved(int newX, int newY) {
/frameworks/native/services/inputflinger/
H A DInputReader.cpp2691 bool moved = deltaX != 0 || deltaY != 0; local
2719 if (moved || scrolled || buttonsChanged) {
2723 if (moved) {
2754 if ((buttonsPressed || moved || scrolled) && getDevice()->isExternal()) {
2763 if (downChanged || moved || scrolled || buttonsChanged) {
4640 // Update last coordinates of pointers that have moved so that we observe the new
4667 // Dispatch move events if any of the remaining pointers moved from their old locations.
5150 // Update last coordinates of pointers that have moved so that we observe the new
5211 // Send motion events for all pointers that moved.
5709 // have not moved enoug
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java520 // Whether this window is being moved via the resize API
1587 // windows since they aren't at the base layer and could be moved around anyway.
1619 * If the window has moved due to its containing content frame changing, then notify the
1628 // Frame has moved, containing content frame has also moved, and we're not currently
1651 mClient.moved(left, top);
1658 * Return whether this window has moved. (Only makes
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java3513 // If there is a client, don't allow the process to be moved up higher
10028 // - otherwise the task is not moved
10320 * this task is moved to the back
10513 // Defer the resume until after all the tasks have been moved
10520 // resuming, we need to do it after all the tasks are moved.
10540 * @param toTop If the task and stack should be moved to the top.
10563 final boolean moved = task.reparent(DOCKED_STACK_ID, toTop,
10566 if (moved) {
10569 return moved;
10582 * @return True if the top activity of the input stack was successfully moved t
[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 559 milliseconds