Home
last modified time | relevance | path

Searched refs:touch (Results 1 – 25 of 330) sorted by relevance

12345678910>>...14

/external/jmonkeyengine/engine/src/android/com/jme3/input/android/
DAndroidInput.java225 TouchEvent touch; in onTouchEvent() local
238 touch = getNextFreeTouchEvent(); in onTouchEvent()
239touch.set(Type.DOWN, event.getX(pointerIndex), this.getHeight() - event.getY(pointerIndex), 0, 0); in onTouchEvent()
240 touch.setPointerId(pointerId); in onTouchEvent()
241 touch.setTime(event.getEventTime()); in onTouchEvent()
242 touch.setPressure(event.getPressure(pointerIndex)); in onTouchEvent()
243 processEvent(touch); in onTouchEvent()
252 touch = getNextFreeTouchEvent(); in onTouchEvent()
253touch.set(Type.UP, event.getX(pointerIndex), this.getHeight() - event.getY(pointerIndex), 0, 0); in onTouchEvent()
254 touch.setPointerId(pointerId); in onTouchEvent()
[all …]
/external/chromium-trace/src/shared/js/cr/ui/
Dtouch_handler.js387 var touch = { variable
397 e.changedTouches = [touch];
399 e.touches[0] = touch;
400 e.targetTouches[0] = touch;
479 var touch = e.targetTouches[0];
480 this.activeTouch_ = touch.identifier;
508 if (!this.dispatchEvent_(TouchHandler.EventType.TOUCH_START, touch))
520 this.startTouchX_ = this.lastTouchX_ = touch.clientX;
521 this.startTouchY_ = this.lastTouchY_ = touch.clientY;
526 this.recentTouchesX_.push(touch.clientX, e.timeStamp);
[all …]
/external/chromium/chrome/browser/resources/ntp4/
Dtouch_handler.js379 var touch = { variable
389 e.changedTouches = [touch];
391 e.touches[0] = touch;
392 e.targetTouches[0] = touch;
471 var touch = e.targetTouches[0];
472 this.activeTouch_ = touch.identifier;
498 if (!this.dispatchEvent_(TouchHandler.EventType.TOUCH_START, touch))
510 this.startTouchX_ = this.lastTouchX_ = touch.clientX;
511 this.startTouchY_ = this.lastTouchY_ = touch.clientY;
516 this.recentTouchesX_.push(touch.clientX, e.timeStamp);
[all …]
/external/chromium/chrome/browser/resources/touch_ntp/
Dtouchhandler.js379 var touch = { variable
389 e.changedTouches = [touch];
391 e.touches[0] = touch;
392 e.targetTouches[0] = touch;
471 var touch = e.targetTouches[0];
472 this.activeTouch_ = touch.identifier;
498 if (!this.dispatchEvent_(TouchHandler.EventType.TOUCH_START, touch))
510 this.startTouchX_ = this.lastTouchX_ = touch.clientX;
511 this.startTouchY_ = this.lastTouchY_ = touch.clientY;
516 this.recentTouchesX_.push(touch.clientX, e.timeStamp);
[all …]
/external/webkit/LayoutTests/fast/events/touch/
Ddocument-create-touch-expected.txt7 PASS touch is non-null.
8 PASS touch.target is box
9 PASS touch.identifier is 1
10 PASS touch.pageX is 100
11 PASS touch.pageY is 101
12 PASS touch.screenX is 102
13 PASS touch.screenY is 103
/external/quake/quake/src/QW/server/
Dworld.c269 edict_t *touch; in SV_TouchLinks() local
276 touch = EDICT_FROM_AREA(l); in SV_TouchLinks()
277 if (touch == ent) in SV_TouchLinks()
279 if (!touch->v.touch || touch->v.solid != SOLID_TRIGGER) in SV_TouchLinks()
281 if (ent->v.absmin[0] > touch->v.absmax[0] in SV_TouchLinks()
282 || ent->v.absmin[1] > touch->v.absmax[1] in SV_TouchLinks()
283 || ent->v.absmin[2] > touch->v.absmax[2] in SV_TouchLinks()
284 || ent->v.absmax[0] < touch->v.absmin[0] in SV_TouchLinks()
285 || ent->v.absmax[1] < touch->v.absmin[1] in SV_TouchLinks()
286 || ent->v.absmax[2] < touch->v.absmin[2] ) in SV_TouchLinks()
[all …]
/external/quake/quake/src/WinQuake/
Dworld.cpp280 edict_t *touch; in SV_TouchLinks() local
287 touch = EDICT_FROM_AREA(l); in SV_TouchLinks()
288 if (touch == ent) in SV_TouchLinks()
290 if (!touch->u.v.touch || touch->u.v.solid != SOLID_TRIGGER) in SV_TouchLinks()
292 if (ent->u.v.absmin[0] > touch->u.v.absmax[0] in SV_TouchLinks()
293 || ent->u.v.absmin[1] > touch->u.v.absmax[1] in SV_TouchLinks()
294 || ent->u.v.absmin[2] > touch->u.v.absmax[2] in SV_TouchLinks()
295 || ent->u.v.absmax[0] < touch->u.v.absmin[0] in SV_TouchLinks()
296 || ent->u.v.absmax[1] < touch->u.v.absmin[1] in SV_TouchLinks()
297 || ent->u.v.absmax[2] < touch->u.v.absmin[2] ) in SV_TouchLinks()
[all …]
/external/libffi/
Dmissing145 touch aclocal.m4
154 touch configure
173 touch $touch_files
184 while read f; do touch "$f"; done
198 touch $file
275 touch $file
296 touch $file
/external/llvm/autoconf/
Dmissing145 touch aclocal.m4
154 touch configure
173 touch $touch_files
184 while read f; do touch "$f"; done
198 touch $file
275 touch $file
296 touch $file
/external/grub/
Dmissing145 touch aclocal.m4
154 touch configure
173 touch $touch_files
184 while read f; do touch "$f"; done
198 touch $file
275 touch $file
296 touch $file
/external/genext2fs/
Dmissing145 touch aclocal.m4
154 touch configure
173 touch $touch_files
184 while read f; do touch "$f"; done
198 touch $file
275 touch $file
303 touch $file
/external/libusb/
Dmissing148 touch aclocal.m4
157 touch configure
176 touch $touch_files
187 while read f; do touch "$f"; done
201 touch $file
276 touch $file
310 touch $file
/external/protobuf/gtest/build-aux/
Dmissing148 touch aclocal.m4
157 touch configure
176 touch $touch_files
187 while read f; do touch "$f"; done
201 touch $file
276 touch $file
310 touch $file
/external/elfutils/config/
Dmissing148 touch aclocal.m4
157 touch configure
176 touch $touch_files
187 while read f; do touch "$f"; done
201 touch $file
276 touch $file
310 touch $file
/external/bison/build-aux/
Dmissing145 touch aclocal.m4
154 touch configure
173 touch $touch_files
184 while read f; do touch "$f"; done
198 touch $file
275 touch $file
303 touch $file
/external/libusb-compat/
Dmissing148 touch aclocal.m4
157 touch configure
176 touch $touch_files
187 while read f; do touch "$f"; done
201 touch $file
276 touch $file
310 touch $file
/external/chromium/sdch/open-vcdiff/
Dmissing148 touch aclocal.m4
157 touch configure
176 touch $touch_files
187 while read f; do touch "$f"; done
201 touch $file
276 touch $file
310 touch $file
/external/protobuf/
Dmissing148 touch aclocal.m4
157 touch configure
176 touch $touch_files
187 while read f; do touch "$f"; done
201 touch $file
276 touch $file
310 touch $file
/external/libmtp/
Dmissing156 touch aclocal.m4
165 touch configure
184 touch $touch_files
195 while read f; do touch "$f"; done
209 touch $file
284 touch $file
318 touch $file
/external/libpng/
Dmissing156 touch aclocal.m4
165 touch configure
184 touch $touch_files
195 while read f; do touch "$f"; done
209 touch $file
284 touch $file
318 touch $file
/external/chromium/third_party/libevent/
Dmissing118 touch aclocal.m4
132 touch configure
156 touch $touch_files
172 while read f; do touch "$f"; done
191 touch $file
273 touch $file
299 touch $file
/external/openfst/
Dmissing156 touch aclocal.m4
165 touch configure
184 touch $touch_files
195 while read f; do touch "$f"; done
209 touch $file
284 touch $file
318 touch $file
/external/webkit/Source/WebKit/android/plugins/
DPluginDebugAndroid.cpp87 evt->data.touch.x, evt->data.touch.y); in anp_logPluginEvent()
94 if(evt->data.touch.action < ARRAY_COUNT(inputActions)) { in anp_logPluginEvent()
98 inputActions[evt->data.touch.action], evt->data.touch.x, in anp_logPluginEvent()
99 evt->data.touch.y); in anp_logPluginEvent()
/external/webkit/Source/WebCore/bindings/js/
DJSTouchCustom.cpp37 JSValue toJSNewlyCreated(ExecState* exec, JSDOMGlobalObject* globalObject, Touch* touch) in toJSNewlyCreated() argument
39 if (!touch) in toJSNewlyCreated()
42 return CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, Touch, touch); in toJSNewlyCreated()
/external/jmonkeyengine/engine/src/core/com/jme3/input/
DInputManager.java89 private final TouchInput touch; field in InputManager
131 public InputManager(MouseInput mouse, KeyInput keys, JoyInput joystick, TouchInput touch) { in InputManager() argument
139 this.touch = touch; in InputManager()
147 if (touch != null) { in InputManager()
148 touch.setInputListener(this); in InputManager()
730 if (touch != null) { in setSimulateMouse()
731 touch.setSimulateMouse(value); in setSimulateMouse()
739 if (touch != null) { in getSimulateMouse()
740 return touch.getSimulateMouse(); in getSimulateMouse()
752 if (touch != null) { in setSimulateKeyboard()
[all …]

12345678910>>...14