Searched defs:moved (Results 1 - 6 of 6) 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/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DWebViewEventSender.java398 public void setMoved(boolean moved) { mMoved = moved; } argument
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java1683 // may have moved and we need check that and if so to update the left and right
3329 // We pick the axis that has moved the most as the direction of
4186 if (DEBUG_LAYOUT) Log.v(TAG, "Window moved " + this + ": newX=" + newX + " newY=" + newY);
4849 public void moved(int newX, int newY) { method in class:ViewRootImpl.W
/frameworks/base/services/input/
H A DInputReader.cpp2428 bool moved = deltaX != 0 || deltaY != 0; local
2456 if (moved || scrolled || buttonsChanged) {
2460 if (moved) {
2489 if ((buttonsPressed || moved || scrolled) && getDevice()->isExternal()) {
2498 if (downChanged || moved || scrolled || buttonsChanged) {
3913 // Update last coordinates of pointers that have moved so that we observe the new
3941 // Dispatch move events if any of the remaining pointers moved from their old locations.
4324 // Update last coordinates of pointers that have moved so that we observe the new
4385 // Send motion events for all pointers that moved.
4869 // have not moved enoug
[all...]

Completed in 100 milliseconds