Searched refs:motion (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
H A DDeviceMotionDispatcher.cpp65 void DeviceMotionDispatcher::didChangeDeviceMotion(const WebDeviceMotionData& motion) argument
67 m_lastDeviceMotionData = DeviceMotionData::create(motion);
H A DDeviceOrientationDispatcher.cpp65 void DeviceOrientationDispatcher::didChangeDeviceOrientation(const WebDeviceOrientationData& motion) argument
67 m_lastDeviceOrientationData = DeviceOrientationData::create(motion);
/external/qemu/distrib/sdl-1.2.15/src/events/
H A DSDL_mouse.c153 /* If not relative mode, generate relative motion from clamped X/Y.
154 This prevents lots of extraneous large delta relative motion when
184 event.motion.state = buttonstate;
185 event.motion.x = X;
186 event.motion.y = Y;
187 event.motion.xrel = Xrel;
188 event.motion.yrel = Yrel;
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestwm.c275 /* Show relative mouse motion */
278 printf("Mouse motion: {%d,%d} (%d,%d)\n",
279 event->motion.x, event->motion.y,
280 event->motion.xrel, event->motion.yrel);
H A Dthreadwin.c154 /* Show relative mouse motion */
156 printf("Mouse relative motion: {%d,%d}\n",
157 events[i].motion.xrel, events[i].motion.yrel);
H A Dtestalpha.c485 if (event.motion.state != 0) {
486 AttractSprite(event.motion.x,
487 event.motion.y);
/external/chromium_org/third_party/skia/src/views/sdl/
H A DSkOSWindow_SDL.cpp164 if (event.motion.state == SDL_PRESSED) {
165 this->handleClick(event.motion.x, event.motion.y,
/external/skia/src/views/sdl/
H A DSkOSWindow_SDL.cpp164 if (event.motion.state == SDL_PRESSED) {
165 this->handleClick(event.motion.x, event.motion.y,
/external/chromium_org/content/shell/renderer/test_runner/
H A Dtest_runner.cc2327 WebDeviceMotionData motion; local
2330 motion.hasAccelerationX = has_acceleration_x;
2331 motion.accelerationX = acceleration_x;
2332 motion.hasAccelerationY = has_acceleration_y;
2333 motion.accelerationY = acceleration_y;
2334 motion.hasAccelerationZ = has_acceleration_z;
2335 motion.accelerationZ = acceleration_z;
2338 motion.hasAccelerationIncludingGravityX =
2340 motion.accelerationIncludingGravityX = acceleration_including_gravity_x;
2341 motion
[all...]
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_events.h60 SDL_JOYAXISMOTION, /**< Joystick axis motion */
61 SDL_JOYBALLMOTION, /**< Joystick trackball motion */
133 /** Mouse motion event structure */
139 Sint16 xrel; /**< The relative motion in the X direction */
140 Sint16 yrel; /**< The relative motion in the Y direction */
152 /** Joystick axis motion event structure */
160 /** Joystick trackball motion event structure */
165 Sint16 xrel; /**< The relative motion in the X direction */
166 Sint16 yrel; /**< The relative motion in the Y direction */
231 SDL_MouseMotionEvent motion; member in union:SDL_Event
[all...]
/external/chromium_org/content/public/browser/
H A Dweb_contents_delegate.h150 // coordinates of the mouse pointer and whether it was a normal motion event
154 bool motion) {}
152 ContentsMouseEvent(WebContents* source, const gfx::Point& location, bool motion) argument
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xv/
H A DXv.c766 Bool motion,
785 req->motion = motion;
763 XvQueryBestSize( Display *dpy, XvPortID port, Bool motion, unsigned int vid_w, unsigned int vid_h, unsigned int drw_w, unsigned int drw_h, unsigned int *p_actual_width, unsigned int *p_actual_height ) argument
/external/chromium_org/chrome/browser/ui/
H A Dbrowser.cc1442 WebContents* source, const gfx::Point& location, bool motion) {
1447 GetStatusBubble()->MouseMoved(location, !motion);
1448 if (!motion)
1441 ContentsMouseEvent( WebContents* source, const gfx::Point& location, bool motion) argument
H A Dbrowser.h567 bool motion) OVERRIDE;
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
H A DXvproto.h344 CARD8 motion; member in struct:__anon29481
/external/qemu/android/skin/
H A Dwindow.c1755 skin_window_trackball_move( window, ev->motion.xrel, ev->motion.yrel );
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_xv.c145 Bool motion,
144 query_best_size(ScrnInfoPtr pScrn, Bool motion, short vid_w, short vid_h, short drw_w, short drw_h, unsigned int *p_w, unsigned int *p_h, pointer data) argument
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_xv.c145 Bool motion,
144 query_best_size(ScrnInfoPtr pScrn, Bool motion, short vid_w, short vid_h, short drw_w, short drw_h, unsigned int *p_w, unsigned int *p_h, pointer data) argument
/external/chromium_org/third_party/skia/experimental/webtry/res/js/cm/
H A Dcodemirror.js1062 // Used for cursor motion and such.
3017 // that, see if there is a cursor-motion command (starting with
3021 if (typeof b == "string" ? /^go[A-Z]/.test(b) : b.motion)
3733 // Used for horizontal relative motion. Dir is -1 or 1 (left or
/external/skia/experimental/webtry/res/js/cm/
H A Dcodemirror.js1062 // Used for cursor motion and such.
3017 // that, see if there is a cursor-motion command (starting with
3021 if (typeof b == "string" ? /^go[A-Z]/.test(b) : b.motion)
3733 // Used for horizontal relative motion. Dir is -1 or 1 (left or
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dcodemirror.js1078 // Used for cursor motion and such.
3192 // that, see if there is a cursor-motion command (starting with
3196 if (typeof b == "string" ? /^go[A-Z]/.test(b) : b.motion)
3919 // Used for horizontal relative motion. Dir is -1 or 1 (left or

Completed in 651 milliseconds