HomeSort by relevance Sort by last modified time
    Searched refs:motion (Results 51 - 75 of 88) sorted by null

1 23 4

  /external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceOrientationDispatcher.cpp 76 void DeviceOrientationDispatcher::didChangeDeviceOrientation(const blink::WebDeviceOrientationData& motion)
78 m_lastDeviceOrientationData = DeviceOrientationData::create(motion);
  /external/chromium/chrome/browser/automation/
ui_controls_linux.cc 68 event->motion.send_event = false;
69 event->motion.time = gtk_util::XTimeNow();
75 event->motion.window = grab_widget->window;
77 event->motion.window = gdk_window_at_pointer(&x, &y);
79 g_object_ref(event->motion.window);
80 event->motion.x = x;
81 event->motion.y = y;
83 gdk_window_get_origin(event->motion.window, &origin_x, &origin_y);
84 event->motion.x_root = x + origin_x;
85 event->motion.y_root = y + origin_y
    [all...]
  /external/chromium_org/ui/base/test/
ui_controls_gtk.cc 68 event->motion.send_event = false;
69 event->motion.time = XTimeNow();
75 event->motion.window = gtk_widget_get_window(grab_widget);
77 event->motion.window = gdk_window_at_pointer(&x, &y);
79 g_object_ref(event->motion.window);
81 gdk_window_get_origin(event->motion.window, &window_x, &window_y);
82 event->motion.x = x - window_x;
83 event->motion.y = y - window_y;
84 event->motion.x_root = x;
85 event->motion.y_root = y
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
menu_bar_helper.cc 28 bool MotionIsOverMenu(GtkWidget* menu, GdkEventMotion* motion) {
29 if (motion->x >= 0 && motion->y >= 0 &&
30 motion->x < menu->allocation.width &&
31 motion->y < menu->allocation.height) {
89 signal_handlers_->Connect(menu, "motion-notify-event",
96 signal_handlers_->Connect(submenus_[i], "motion-notify-event",
102 GdkEventMotion* motion) {
104 if (MotionIsOverMenu(menu, motion))
  /external/chromium_org/chrome/browser/ui/gtk/
menu_bar_helper.cc 28 bool MotionIsOverMenu(GtkWidget* menu, GdkEventMotion* motion) {
32 if (motion->x >= 0 && motion->y >= 0 &&
33 motion->x < allocation.width &&
34 motion->y < allocation.height) {
92 signal_handlers_->Connect(menu, "motion-notify-event",
99 signal_handlers_->Connect(submenus_[i], "motion-notify-event",
105 GdkEventMotion* motion) {
107 if (MotionIsOverMenu(menu, motion))
  /hardware/invensense/60xx/mlsdk/mllite/
mlSetGyroBias.c 36 int motion; member in struct:__anon33688
41 /** Records a motion event that may cause a callback when the priority for this
44 void inv_set_motion_state(int motion)
46 sgb.motion = motion;
151 // Check if motion state has changed
152 if (sgb.motion == INV_MOTION) {
155 //Trigger motion callback
162 } else if (sgb.motion == INV_NO_MOTION){
165 //Trigger no motion callbac
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/events/
SDL_mouse.c 153 /* 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;
  /frameworks/native/include/input/
InputTransport.h 74 struct Motion {
102 return sizeof(Motion) - sizeof(Pointer) * MAX_POINTERS
105 } motion; member in union:android::InputMessage::Body
214 /* Publishes a motion event to the input channel.
347 // Batched motion events per device and source.
361 eventTime = msg->body.motion.eventTime;
363 for (size_t i = 0; i < msg->body.motion.pointerCount; i++) {
364 uint32_t id = msg->body.motion.pointers[i].properties.id;
367 pointers[i].copyFrom(msg->body.motion.pointers[i].coords);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP_s.s 16 ; * Decodes and pads four motion vectors of the non-intra macroblock in P-VOP.
17 ; * The motion vector padding process is specified in subclause 7.6.1.6 of
29 ; * [in] pSrcMVLeftMB pointers to the motion vector buffers of the
32 ; * [in] pSrcMVUpperMB pointers to the motion vector buffers of the
35 ; * [in] pSrcMVUpperRightMB pointers to the motion vector buffers of the
42 ; * motion vector buffer is still filled with the
50 ; * [out] pDstMVCurMB pointer to the motion vector buffer of the current
51 ; * macroblock which contains four decoded motion vectors
283 ;// Store Horizontal Motion Vector
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP_s.s 16 ; * Decodes and pads four motion vectors of the non-intra macroblock in P-VOP.
17 ; * The motion vector padding process is specified in subclause 7.6.1.6 of
29 ; * [in] pSrcMVLeftMB pointers to the motion vector buffers of the
32 ; * [in] pSrcMVUpperMB pointers to the motion vector buffers of the
35 ; * [in] pSrcMVUpperRightMB pointers to the motion vector buffers of the
42 ; * motion vector buffer is still filled with the
50 ; * [out] pDstMVCurMB pointer to the motion vector buffer of the current
51 ; * macroblock which contains four decoded motion vectors
283 ;// Store Horizontal Motion Vector
  /external/qemu/distrib/sdl-1.2.15/test/
testwm.c 275 /* 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);
threadwin.c 154 /* Show relative mouse motion */
156 printf("Mouse relative motion: {%d,%d}\n",
157 events[i].motion.xrel, events[i].motion.yrel);
testalpha.c 485 if (event.motion.state != 0) {
486 AttractSprite(event.motion.x,
487 event.motion.y);
  /external/chromium_org/third_party/skia/src/views/sdl/
SkOSWindow_SDL.cpp 163 if (event.motion.state == SDL_PRESSED) {
164 this->handleClick(event.motion.x, event.motion.y,
  /external/skia/src/views/sdl/
SkOSWindow_SDL.cpp 163 if (event.motion.state == SDL_PRESSED) {
164 this->handleClick(event.motion.x, event.motion.y,
  /external/chromium_org/tools/perf/page_sets/tough_canvas_cases/canvas2d_balls_common/
bouncing_balls.js 117 // Compute angular motion
119 // Compute horizontal motion
137 // Compute vertical motion
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
TestRunner.cpp     [all...]
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_events.h 60 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...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_events.h 60 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...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_events.h 60 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...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_events.h 60 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/chrome/browser/ui/gtk/download/
download_shelf_gtk.cc 335 gfx::Point(event->motion.x_root, event->motion.y_root);
  /external/chromium_org/chrome/browser/ui/gtk/download/
download_shelf_gtk.cc 357 gfx::Point(event->motion.x_root, event->motion.y_root);
  /external/chromium/chrome/browser/chromeos/login/
screen_locker.cc 604 copy->motion.window = dest_;
605 g_object_ref(copy->motion.window);
606 copy->motion.x -= offset_.x();
607 copy->motion.y -= offset_.y();
    [all...]
  /external/chromium_org/content/public/browser/
web_contents_delegate.h 148 // coordinates of the mouse pointer and whether it was a normal motion event
152 bool motion) {}

Completed in 371 milliseconds

1 23 4