Home
last modified time | relevance | path

Searched refs:gestures (Results 1 – 25 of 42) sorted by relevance

12

/external/chromium_org/ui/events/
Devents.gyp50 'gestures/fling_curve.cc',
51 'gestures/fling_curve.h',
52 'gestures/gesture_configuration.cc',
53 'gestures/gesture_configuration.h',
133 'gestures/gesture_provider_aura.cc',
134 'gestures/gesture_provider_aura.h',
135 'gestures/gesture_recognizer.h',
136 'gestures/gesture_recognizer_impl.cc',
137 'gestures/gesture_recognizer_impl.h',
138 'gestures/gesture_recognizer_impl_mac.cc',
[all …]
DBUILD.gn28 "gestures/fling_curve.cc",
29 "gestures/fling_curve.h",
30 "gestures/gesture_configuration.cc",
31 "gestures/gesture_configuration.h",
109 "gestures/gesture_recognizer_impl_mac.cc",
110 "gestures/gesture_types.h",
154 "gestures/gesture_provider_aura.cc",
155 "gestures/gesture_provider_aura.h",
156 "gestures/motion_event_aura.cc",
157 "gestures/motion_event_aura.h",
[all …]
Devents_base.target.darwin-arm64.mk31 ui/events/gestures/fling_curve.cc \
32 ui/events/gestures/gesture_configuration.cc \
Devents_base.target.linux-arm64.mk31 ui/events/gestures/fling_curve.cc \
32 ui/events/gestures/gesture_configuration.cc \
Devents_base.target.linux-x86_64.mk31 ui/events/gestures/fling_curve.cc \
32 ui/events/gestures/gesture_configuration.cc \
Devents_base.target.darwin-x86_64.mk31 ui/events/gestures/fling_curve.cc \
32 ui/events/gestures/gesture_configuration.cc \
Devents_base.target.darwin-x86.mk31 ui/events/gestures/fling_curve.cc \
32 ui/events/gestures/gesture_configuration.cc \
Devents_base.target.linux-mips.mk31 ui/events/gestures/fling_curve.cc \
32 ui/events/gestures/gesture_configuration.cc \
Devents_base.target.darwin-mips64.mk31 ui/events/gestures/fling_curve.cc \
32 ui/events/gestures/gesture_configuration.cc \
Devents_base.target.linux-mips64.mk31 ui/events/gestures/fling_curve.cc \
32 ui/events/gestures/gesture_configuration.cc \
Devents_base.target.linux-x86.mk31 ui/events/gestures/fling_curve.cc \
32 ui/events/gestures/gesture_configuration.cc \
Devents_base.target.darwin-mips.mk31 ui/events/gestures/fling_curve.cc \
32 ui/events/gestures/gesture_configuration.cc \
Devents_base.target.darwin-arm.mk31 ui/events/gestures/fling_curve.cc \
32 ui/events/gestures/gesture_configuration.cc \
Devents_base.target.linux-arm.mk31 ui/events/gestures/fling_curve.cc \
32 ui/events/gestures/gesture_configuration.cc \
/external/chromium_org/content/browser/renderer_host/input/
Dinput_router_impl_perftest.cc113 Gestures gestures; in BuildScrollSequence() local
120 gestures.push_back(gesture); in BuildScrollSequence()
128 gestures.push_back(gesture); in BuildScrollSequence()
132 gestures.push_back(gesture); in BuildScrollSequence()
133 return gestures; in BuildScrollSequence()
308 Gestures gestures = BuildScrollSequence(steps, origin, distance); in SimulateTouchAndScrollEventSequence() local
310 ASSERT_EQ(touches.size(), gestures.size()); in SimulateTouchAndScrollEventSequence()
312 const size_t event_count = gestures.size(); in SimulateTouchAndScrollEventSequence()
326 SendEvent(gestures[i], CreateLatencyInfo()); in SimulateTouchAndScrollEventSequence()
327 SendEventAckIfNecessary(gestures[i], INPUT_EVENT_ACK_STATE_CONSUMED); in SimulateTouchAndScrollEventSequence()
/external/chromium_org/third_party/sqlite/src/test/
Dfts3query.test186gestures', 'another intriguing discovery by observing the hand gestures (called beats) people make…
189 1 "SELECT snippet(t3) FROM t3 WHERE t3 MATCH 'gestures'"
190 …{{<b>...</b>hand <b>gestures</b> (called beats) people make while speaking. Research has shown tha…
192 2 "SELECT snippet(t3, 'XXX') FROM t3 WHERE t3 MATCH 'gestures'"
195 3 "SELECT snippet(t3, 'XXX', 'YYY') FROM t3 WHERE t3 MATCH 'gestures'"
198 4 "SELECT snippet(t3, 'XXX', 'YYY', 'ZZZ') FROM t3 WHERE t3 MATCH 'gestures'"
201 5 "SELECT snippet(t3, 'XXX', 'YYY', 'ZZZ', 1) FROM t3 WHERE t3 MATCH 'gestures'"
204 6 "SELECT snippet(t3, 'XXX', 'YYY', 'ZZZ', 0) FROM t3 WHERE t3 MATCH 'gestures'"
207 7 "SELECT snippet(t3, 'XXX', 'YYY', 'ZZZ', 1, 5) FROM t3 WHERE t3 MATCH 'gestures'"
/external/chromium_org/ui/events/gesture_detection/
Dtouch_disposition_gesture_filter_unittest.cc81 GestureList gestures(2); in Gestures() local
82 gestures[0] = type0; in Gestures()
83 gestures[1] = type1; in Gestures()
84 return gestures; in Gestures()
90 GestureList gestures(3); in Gestures() local
91 gestures[0] = type0; in Gestures()
92 gestures[1] = type1; in Gestures()
93 gestures[2] = type2; in Gestures()
94 return gestures; in Gestures()
101 GestureList gestures(4); in Gestures() local
[all …]
/external/chromium_org/content/browser/frame_host/
Drender_widget_host_view_guest.cc147 scoped_ptr<ui::GestureRecognizer::Gestures> gestures; in ProcessAckedTouchEvent() local
148 gestures.reset(gesture_recognizer_->ProcessTouchEventPostDispatch( in ProcessAckedTouchEvent()
150 ProcessGestures(gestures.get()); in ProcessAckedTouchEvent()
556 ui::GestureRecognizer::Gestures* gestures) { in ProcessGestures() argument
557 if ((gestures == NULL) || gestures->empty()) in ProcessGestures()
559 for (ui::GestureRecognizer::Gestures::iterator g_it = gestures->begin(); in ProcessGestures()
560 g_it != gestures->end(); in ProcessGestures()
/external/chromium_org/ui/aura/
Dwindow_event_dispatcher.cc171 scoped_ptr<ui::GestureRecognizer::Gestures> gestures( in ProcessedTouchEvent() local
174 DispatchDetails details = ProcessGestures(gestures.get()); in ProcessedTouchEvent()
287 ui::GestureRecognizer::Gestures* gestures) { in ProcessGestures() argument
289 if (!gestures || gestures->empty()) in ProcessGestures()
292 Window* target = GetGestureTarget(gestures->get().at(0)); in ProcessGestures()
296 for (size_t i = 0; i < gestures->size(); ++i) { in ProcessGestures()
297 ui::GestureEvent* event = gestures->get().at(i); in ProcessGestures()
522 scoped_ptr<ui::GestureRecognizer::Gestures> gestures; in PostDispatchEvent() local
524 gestures.reset( in PostDispatchEvent()
528 return ProcessGestures(gestures.get()); in PostDispatchEvent()
/external/chromium_org/third_party/polymer/components-chromium/polymer/
Dbuild.log28 polymer-gestures: 725191c5457b6e96c37a9db852e943fe3b40635f
/external/chromium_org/third_party/polymer/components/polymer/
Dbuild.log28 polymer-gestures: 725191c5457b6e96c37a9db852e943fe3b40635f
/external/chromium_org/ui/events/ozone/evdev/libgestures_glue/
Dgesture_interpreter_libevdev_cros.h83 gestures::GestureInterpreter* interpreter_;
/external/chromium_org/cc/
DOWNERS24 # input, gestures, scrolling
/external/chromium_org/ash/
Dash.gyp517 'wm/gestures/long_press_affordance_handler.cc',
518 'wm/gestures/long_press_affordance_handler.h',
519 'wm/gestures/overview_gesture_handler.cc',
520 'wm/gestures/overview_gesture_handler.h',
521 'wm/gestures/shelf_gesture_handler.cc',
522 'wm/gestures/shelf_gesture_handler.h',
523 'wm/gestures/tray_gesture_handler.cc',
524 'wm/gestures/tray_gesture_handler.h',
848 'wm/gestures/overview_gesture_handler_unittest.cc',
/external/chromium_org/build/config/
Dui.gni23 # Support ChromeOS touchpad gestures with ozone.

12