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

/frameworks/base/core/java/android/view/
H A DIWindow.aidl54 void moved(int newX, int newY);
H A DViewRootImpl.java2058 // may have moved and we need check that and if so to update the left and right
2762 // If accessibility focus moved, always invalidate the root.
4633 // We pick the axis that has moved the most as the direction of
5018 /* TODO: These constants should eventually be moved to ViewConfiguration. */
6005 if (DEBUG_LAYOUT) Log.v(mTag, "Window moved " + this + ": newX=" + newX + " newY=" + newY);
7013 public void moved(int newX, int newY) { method in class:ViewRootImpl.W
/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. */
907 Entry moved = addTrafficToApplications(tunIface, underlyingIface, tunIfaceTotal, pool);
908 deductTrafficFromVpnApp(tunUid, underlyingIface, moved);
910 if (!moved.isEmpty()) {
912 + moved);
963 Entry moved = new Entry();
1000 moved.add(tmpEntry);
1007 return moved;
1010 private void deductTrafficFromVpnApp(int tunUid, String underlyingIface, Entry moved) { argument
[all...]
/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java51 public void moved(int newX, int newY) { method in class:BaseIWindow
/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/services/core/java/com/android/server/power/
H A DWirelessChargerDetector.java67 * not appear to have moved since it was last undocked because it may
324 final boolean moved = (dotProduct < mag1 * mag2 * MOVEMENT_ANGLE_COS_THRESHOLD);
326 Slog.d(TAG, "Check: moved=" + moved
333 return moved;
/frameworks/base/core/java/android/widget/
H A DGridView.java699 * location. The selection may be moved so that it does not intersect the
1757 * @return whether selection was moved
1783 * @return Whether selection was moved.
1786 boolean moved = false;
1791 moved = true;
1796 moved = true;
1799 if (moved) {
1803 return moved;
1812 * @return whether selection was moved
1821 boolean moved
[all...]
H A DListView.java827 * location. The selection may be moved so that it does not intersect the
2406 * @return whether selection was moved
2455 * @return whether selection was moved
2458 boolean moved = false;
2467 moved = true;
2479 moved = true;
2483 if (moved && !awakenScrollBars()) {
2488 return moved;
2546 * @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/wallpaper/
H A DWallpaperManagerService.java210 final boolean moved = (event == MOVED_TO);
211 final boolean written = (event == CLOSE_WRITE || moved);
230 if (moved && lockWallpaperChanged) {
256 if (moved) {
261 Slog.v(TAG, "moved-to, therefore restore; reloading metadata");
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java282 public void moved(int newX, int newY) {
/frameworks/native/services/inputflinger/
H A DInputReader.cpp2603 bool moved = deltaX != 0 || deltaY != 0; local
2631 if (moved || scrolled || buttonsChanged) {
2635 if (moved) {
2666 if ((buttonsPressed || moved || scrolled) && getDevice()->isExternal()) {
2675 if (downChanged || moved || scrolled || buttonsChanged) {
4518 // Update last coordinates of pointers that have moved so that we observe the new
4545 // Dispatch move events if any of the remaining pointers moved from their old locations.
5028 // Update last coordinates of pointers that have moved so that we observe the new
5089 // Send motion events for all pointers that moved.
5593 // have not moved enoug
[all...]
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp160 // output is suspended before any tracks are moved to it
1349 // If effects where present on the output, audioflinger moved them to the primary
1928 // will be closed causing the effect to be moved to a PCM output.
4183 SortedVector<audio_io_handle_t> moved; local
4188 if (moved.indexOf(effectDesc->mIo) < 0) {
4193 moved.add(effectDesc->mIo);
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowSurfacePlacer.java708 // If the window has moved due to its containing content frame changing, then
713 // Frame has moved, containing content frame has also moved, and we're not
734 w.mClient.moved(left, top);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java3355 // If there is a client, don't allow the process to be moved up higher
9370 // - otherwise the task is not moved
9827 // If task moved to docked stack - show recents if needed.
9875 // resuming, we need to do it after all the tasks are moved.
9895 * @param toTop If the task and stack should be moved to the top.
9910 final boolean moved = mStackSupervisor.moveTaskToStackLocked(
9913 if (moved) {
9919 return moved;
9932 * @return True if the top activity of the input stack was successfully moved to the pinned
/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 4850 milliseconds