/external/chromium_org/tools/gyp/test/many-actions/ |
D | many-actions.gyp | 19 'touch', 28 'touch', 37 'touch', 46 'touch', 55 'touch', 64 'touch', 73 'touch', 82 'touch', 91 'touch', 100 'touch', [all …]
|
D | many-actions-unsorted.gyp | 21 'touch', 30 'touch', 39 'touch', 48 'touch', 57 'touch', 66 'touch', 75 'touch', 84 'touch', 93 'touch', 102 'touch', [all …]
|
D | gyptest-many-actions-unsorted.py | 23 test.touch('file1') 26 test.touch('file0') 29 test.touch('file2') 30 test.touch('file3') 31 test.touch('file4')
|
/external/jmonkeyengine/engine/src/android/com/jme3/input/android/ |
D | AndroidInput.java | 225 TouchEvent touch; in onTouchEvent() local 238 touch = getNextFreeTouchEvent(); in onTouchEvent() 239 … touch.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() 253 … touch.set(Type.UP, event.getX(pointerIndex), this.getHeight() - event.getY(pointerIndex), 0, 0); in onTouchEvent() 254 touch.setPointerId(pointerId); in onTouchEvent() [all …]
|
/external/chromium_org/content/browser/renderer_host/input/ |
D | touch_input_browsertest.cc | 194 SyntheticWebTouchEvent touch; in IN_PROC_BROWSER_TEST_P() local 198 touch.PressPoint(25, 25); in IN_PROC_BROWSER_TEST_P() 199 GetWidgetHost()->ForwardTouchEventWithLatencyInfo(touch, ui::LatencyInfo()); in IN_PROC_BROWSER_TEST_P() 213 touch.ReleasePoint(0); in IN_PROC_BROWSER_TEST_P() 214 GetWidgetHost()->ForwardTouchEventWithLatencyInfo(touch, ui::LatencyInfo()); in IN_PROC_BROWSER_TEST_P() 215 touch.ResetPoints(); in IN_PROC_BROWSER_TEST_P() 228 SyntheticWebTouchEvent touch; in IN_PROC_BROWSER_TEST_P() local 232 touch.PressPoint(125, 25); in IN_PROC_BROWSER_TEST_P() 233 GetWidgetHost()->ForwardTouchEventWithLatencyInfo(touch, ui::LatencyInfo()); in IN_PROC_BROWSER_TEST_P() 237 touch.ReleasePoint(0); in IN_PROC_BROWSER_TEST_P() [all …]
|
/external/chromium_org/ui/webui/resources/js/cr/ui/ |
D | touch_handler.js | 393 var touch = { variable 403 e.changedTouches = [touch]; 405 e.touches[0] = touch; 406 e.targetTouches[0] = touch; 485 var touch = e.targetTouches[0]; 486 this.activeTouch_ = touch.identifier; 515 !!this.dispatchEvent_(TouchHandler.EventType.TOUCH_START, touch); 525 this.startTouchX_ = this.lastTouchX_ = touch.clientX; 526 this.startTouchY_ = this.lastTouchY_ = touch.clientY; 531 this.recentTouchesX_.push(touch.clientX, e.timeStamp); [all …]
|
/external/chromium/chrome/browser/resources/ntp4/ |
D | touch_handler.js | 379 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/ |
D | touchhandler.js | 379 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_org/ash/touch/ |
D | touch_hud_debug.cc | 101 explicit TouchPointLog(const ui::TouchEvent& touch) in TouchPointLog() 102 : id(touch.touch_id()), in TouchPointLog() 103 type(touch.type()), in TouchPointLog() 104 location(touch.root_location()), in TouchPointLog() 105 timestamp(touch.time_stamp().InMillisecondsF()), in TouchPointLog() 106 radius_x(touch.radius_x()), in TouchPointLog() 107 radius_y(touch.radius_y()), in TouchPointLog() 108 pressure(touch.force()), in TouchPointLog() 109 tracking_id(GetTrackingId(touch)), in TouchPointLog() 110 source_device(GetSourceDeviceId(touch)) { in TouchPointLog() [all …]
|
/external/chromium_org/content/renderer/ |
D | render_widget_unittest.cc | 82 SyntheticWebTouchEvent touch; in TEST_F() local 83 touch.PressPoint(10, 10); in TEST_F() 85 widget->SendInputEvent(touch); in TEST_F() 101 widget->SendInputEvent(touch); in TEST_F() 121 SyntheticWebTouchEvent touch; in TEST_F() local 122 touch.PressPoint(25, 25); in TEST_F() 124 widget->SendInputEvent(touch); in TEST_F() 136 touch.PressPoint(10, 10); in TEST_F() 137 widget->SendInputEvent(touch); in TEST_F()
|
/external/chromium_org/tools/gyp/test/defines-escaping/ |
D | gyptest-defines-escaping.py | 43 test.touch('defines-escaping.c') 66 test.touch('defines-escaping.c') 89 test.touch('defines-escaping.c') 111 test.touch('defines-escaping.c') 132 test.touch('defines-escaping.c') 152 test.touch('defines-escaping.c') 172 test.touch('defines-escaping.c')
|
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/ |
D | style.css | 60 #calculator-buttons button.add[data-active="touch"], 69 #calculator-buttons button.clear[data-active="touch"], 78 #calculator-buttons button.divide[data-active="touch"], 87 #calculator-buttons button.eight[data-active="touch"], 100 #calculator-buttons button.equals[data-active="touch"], 109 #calculator-buttons button.five[data-active="touch"], 118 #calculator-buttons button.four[data-active="touch"], 128 #calculator-buttons button.multiply[data-active="touch"], 137 #calculator-buttons button.negate[data-active="touch"], 146 #calculator-buttons button.nine[data-active="touch"], [all …]
|
/external/grub/ |
D | missing | 145 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/bison/build-aux/ |
D | missing | 145 touch aclocal.m4 154 touch configure 173 touch $touch_files 184 while read f; do touch "$f"; done 198 touch $file 273 touch $file 307 touch $file
|
/external/libcap-ng/libcap-ng-0.7/ |
D | missing | 146 touch aclocal.m4 155 touch configure 174 touch $touch_files 185 while read f; do touch "$f"; done 199 touch $file 274 touch $file 308 touch $file
|
/external/llvm/autoconf/ |
D | missing | 145 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/chromium_org/third_party/opus/src/ |
D | missing | 146 touch aclocal.m4 155 touch configure 174 touch $touch_files 185 while read f; do touch "$f"; done 199 touch $file 274 touch $file 308 touch $file
|
/external/openfst/ |
D | missing | 146 touch aclocal.m4 155 touch configure 174 touch $touch_files 185 while read f; do touch "$f"; done 199 touch $file 274 touch $file 308 touch $file
|
/external/pixman/ |
D | missing | 146 touch aclocal.m4 155 touch configure 174 touch $touch_files 185 while read f; do touch "$f"; done 199 touch $file 274 touch $file 308 touch $file
|
/external/libffi/ |
D | missing | 145 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/stressapptest/ |
D | missing | 148 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/ |
D | missing | 148 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/libusb-compat/ |
D | missing | 148 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/genext2fs/ |
D | missing | 145 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/protobuf/ |
D | missing | 148 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
|