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

  /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...]
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
EventSender.cpp 517 WebPoint mousePos(arguments[0].toInt32(), arguments[1].toInt32());
522 savedEvent.pos = mousePos;
526 initMouseEvent(WebInputEvent::MouseMove, pressedButton, mousePos, &event, getCurrentEventTimeSec(m_delegate));
    [all...]

Completed in 978 milliseconds