OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mousePos
(Results
1 - 5
of
5
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GestureManager.java
245
* @param
mousePos
The most recent mouse coordinate applicable to the new
249
private void startGesture(ControlPoint
mousePos
, Gesture gesture, int mask) {
251
finishGesture(
mousePos
, true);
257
mCurrentGesture.begin(
mousePos
, mask);
264
* @param
mousePos
The most recent mouse coordinate applicable to the new
271
private void updateMouse(ControlPoint
mousePos
, TypedEvent event) {
273
mCurrentGesture.update(
mousePos
);
281
* @param
mousePos
The most recent mouse coordinate applicable to the new
285
private void finishGesture(ControlPoint
mousePos
, boolean canceled) {
287
mCurrentGesture.end(
mousePos
, canceled)
[
all
...]
/external/qemu/distrib/sdl-1.2.12/src/video/epoc/
SDL_epocevents.cpp
68
TPoint
mousePos
= pointerEvent->iPosition;
73
mousePos
.iY <<= 1; /* Scale y coordinate to shrinked screen height */
75
posted += SDL_PrivateMouseMotion(0, 0,
mousePos
.iX,
mousePos
.iY); /* Absolute position on screen */
/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
SDL_QWin.h
76
const QPoint&
mousePos
() const { return my_mouse_pos; }
SDL_sysvideo.cc
324
point = SDL_Win->
mousePos
();
/external/webkit/Tools/DumpRenderTree/chromium/
EventSender.cpp
462
WebPoint
mousePos
(arguments[0].toInt32(), arguments[1].toInt32());
467
savedEvent.pos =
mousePos
;
471
initMouseEvent(WebInputEvent::MouseMove, pressedButton,
mousePos
, &event);
[
all
...]
Completed in 642 milliseconds