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

/frameworks/av/media/libmedia/
H A DMemoryLeakTrackUtil.cpp121 bool moved; local
123 moved = false;
142 moved = true;
145 } while (moved);
/frameworks/base/core/java/android/view/
H A DIWindow.aidl51 void moved(int newX, int newY);
H A DViewRootImpl.java1815 // may have moved and we need check that and if so to update the left and right
2510 // If accessibility focus moved, always invalidate the root.
4263 // We pick the axis that has moved the most as the direction of
4648 /* TODO: These constants should eventually be moved to ViewConfiguration. */
5613 if (DEBUG_LAYOUT) Log.v(TAG, "Window moved " + this + ": newX=" + newX + " newY=" + newY);
6497 public void moved(int newX, int newY) { method in class:ViewRootImpl.W
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeWindow.java56 public void moved(int arg0, int arg1) throws RemoteException { method in class:BridgeWindow
/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java48 public void moved(int newX, int newY) { method in class:BaseIWindow
/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.java694 * location. The selection may be moved so that it does not intersect the
1763 * @return whether selection was moved
1789 * @return Whether selection was moved.
1792 boolean moved = false;
1797 moved = true;
1802 moved = true;
1805 if (moved) {
1809 return moved;
1818 * @return whether selection was moved
1827 boolean moved
[all...]
H A DListView.java821 * location. The selection may be moved so that it does not intersect the
2314 * @return whether selection was moved
2363 * @return whether selection was moved
2366 boolean moved = false;
2375 moved = true;
2387 moved = true;
2391 if (moved && !awakenScrollBars()) {
2396 return moved;
2449 * @return whether selection was moved
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java275 public void moved(int newX, int newY) {
/frameworks/native/services/inputflinger/
H A DInputReader.cpp2456 bool moved = deltaX != 0 || deltaY != 0; local
2484 if (moved || scrolled || buttonsChanged) {
2488 if (moved) {
2517 if ((buttonsPressed || moved || scrolled) && getDevice()->isExternal()) {
2526 if (downChanged || moved || scrolled || buttonsChanged) {
4034 // Update last coordinates of pointers that have moved so that we observe the new
4062 // Dispatch move events if any of the remaining pointers moved from their old locations.
4492 // Update last coordinates of pointers that have moved so that we observe the new
4553 // Send motion events for all pointers that moved.
5049 // have not moved enoug
[all...]
/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.cpp311 // output is suspended before any tracks are moved to it
1444 // If effects where present on the output, audioflinger moved them to the primary
1896 // will be closed causing the effect to be moved to a PCM output.
4134 SortedVector<audio_io_handle_t> moved; local
4139 if (moved.indexOf(effectDesc->mIo) < 0) {
4144 moved.add(effectDesc->mIo);
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java1627 // The windows haven't moved... but are they still contiguous?
3248 // function to return true if the IME has moved and needs
3250 // and isn't actually moved in the list, its layer may be
6149 // all windows are moved behind the wallpaper. We don't want to
8203 // It seems in some cases we may not have moved the IM
9777 // If the window has moved due to its containing
9781 // Frame has moved, containing content frame
9782 // has also moved, and we're not currently animating...
9797 w.mClient.moved(w.mFrame.left, w.mFrame.top);

Completed in 355 milliseconds