Searched defs:moved (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libmedia/
H A DMemoryLeakTrackUtil.cpp116 bool moved; local
118 moved = false;
137 moved = true;
140 } while (moved);
/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/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/services/input/
H A DInputReader.cpp2430 bool moved = deltaX != 0 || deltaY != 0; local
2458 if (moved || scrolled || buttonsChanged) {
2462 if (moved) {
2491 if ((buttonsPressed || moved || scrolled) && getDevice()->isExternal()) {
2500 if (downChanged || moved || scrolled || buttonsChanged) {
3980 // Update last coordinates of pointers that have moved so that we observe the new
4008 // Dispatch move events if any of the remaining pointers moved from their old locations.
4432 // Update last coordinates of pointers that have moved so that we observe the new
4493 // Send motion events for all pointers that moved.
4989 // have not moved enoug
[all...]
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java1716 // may have moved and we need check that and if so to update the left and right
4091 // We pick the axis that has moved the most as the direction of
4464 /* TODO: These constants should eventually be moved to ViewConfiguration. */
5454 if (DEBUG_LAYOUT) Log.v(TAG, "Window moved " + this + ": newX=" + newX + " newY=" + newY);
6194 public void moved(int newX, int newY) { method in class:ViewRootImpl.W

Completed in 287 milliseconds