HomeSort by relevance Sort by last modified time
    Searched refs:mousePos (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/skia/tools/bug_chomper/res/third_party/
jquery.tablednd.js 143 var mousePos = this.mouseCoords(ev);
144 return {x:mousePos.x - docPos.x, y:mousePos.y - docPos.y};
181 var mousePos = jQuery.tableDnD.mouseCoords(ev);
182 var y = mousePos.y - jQuery.tableDnD.mouseOffset.y;
198 if (mousePos.y-yOffset < config.scrollAmount) {
203 if (windowHeight-(mousePos.y-yOffset) < config.scrollAmount) {
  /external/skia/tools/bug_chomper/res/third_party/
jquery.tablednd.js 143 var mousePos = this.mouseCoords(ev);
144 return {x:mousePos.x - docPos.x, y:mousePos.y - docPos.y};
181 var mousePos = jQuery.tableDnD.mouseCoords(ev);
182 var y = mousePos.y - jQuery.tableDnD.mouseOffset.y;
198 if (mousePos.y-yOffset < config.scrollAmount) {
203 if (windowHeight-(mousePos.y-yOffset) < config.scrollAmount) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GestureManager.java 246 * @param mousePos The most recent mouse coordinate applicable to the new
250 private void startGesture(ControlPoint mousePos, Gesture gesture, int mask) {
252 finishGesture(mousePos, true);
258 mCurrentGesture.begin(mousePos, mask);
265 * @param mousePos The most recent mouse coordinate applicable to the new
272 private void updateMouse(ControlPoint mousePos, TypedEvent event) {
274 mCurrentGesture.update(mousePos);
282 * @param mousePos The most recent mouse coordinate applicable to the new
286 private void finishGesture(ControlPoint mousePos, boolean canceled) {
288 mCurrentGesture.end(mousePos, canceled)
    [all...]
RenderPreviewManager.java     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
SDL_QWin.h 76 const QPoint& mousePos() const { return my_mouse_pos; }
SDL_sysvideo.cc 324 point = SDL_Win->mousePos();
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
SDL_epocevents.cpp 267 const TPoint mousePos = EpocSdlEnv::WindowCoordinates(pointerEvent->iPosition);
273 mousePos.iY <<= 1; // Scale y coordinate to shrinked screen height
276 mousePos.iX <<= 1; // Scale x coordinate to shrinked screen width
280 posted += SDL_PrivateMouseMotion(0, 0, mousePos.iX, mousePos.iY); /* Absolute position on screen */
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
SDL_epocevents.cpp 81 TPoint mousePos = pointerEvent->iPosition;
87 mousePos.iY <<= 1; // Scale y coordinate to shrinked screen height
90 mousePos.iX <<= 1; // Scale x coordinate to shrinked screen width
94 posted += SDL_PrivateMouseMotion(0, 0, mousePos.iX, mousePos.iY); /* Absolute position on screen */
  /external/chromium_org/remoting/webapp/
client_session.js     [all...]

Completed in 8208 milliseconds