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

/frameworks/base/media/libmedia/
H A DMemoryLeakTrackUtil.cpp116 bool moved; local
118 moved = false;
137 moved = true;
140 } while (moved);
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DWebViewEventSender.java398 public void setMoved(boolean moved) { mMoved = moved; } argument
/frameworks/base/services/input/
H A DInputReader.cpp2197 bool moved = deltaX != 0 || deltaY != 0; local
2224 if (moved || scrolled || buttonsChanged) {
2228 if (moved) {
2255 if ((buttonsPressed || moved || scrolled) && getDevice()->isExternal()) {
2264 if (downChanged || moved || scrolled || buttonsChanged) {
3606 // Update last coordinates of pointers that have moved so that we observe the new
3634 // Dispatch move events if any of the remaining pointers moved from their old locations.
4016 // Update last coordinates of pointers that have moved so that we observe the new
4077 // Send motion events for all pointers that moved.
4560 // have not moved enoug
[all...]

Completed in 141 milliseconds