HomeSort by relevance Sort by last modified time
    Searched defs:Gestures (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ui/events/gestures/
gesture_recognizer.h 13 #include "ui/events/gestures/gesture_types.h"
18 // into gestures.
26 typedef ScopedVector<GestureEvent> Gestures;
33 // Caller would be responsible for freeing up Gestures.
34 virtual Gestures* ProcessTouchEventForGesture(const TouchEvent& event,
79 // Subscribes |helper| for dispatching async gestures such as long press.
gesture_sequence.h 11 #include "ui/events/gestures/gesture_point.h"
12 #include "ui/events/gestures/gesture_recognizer.h"
26 // One finger is down: no gestures can occur until the number of active touch
58 // A GestureSequence recognizes gestures from touch sequences.
67 typedef GestureRecognizer::Gestures Gestures;
72 // Caller would be responsible for freeing up Gestures.
73 virtual Gestures* ProcessTouchEventForGesture(const TouchEvent& event,
113 // Tap gestures.
114 void AppendTapDownGestureEvent(const GesturePoint& point, Gestures* gestures)
    [all...]
  /external/chromium_org/content/browser/renderer_host/input/
input_router_impl_perftest.cc 109 typedef std::vector<WebGestureEvent> Gestures;
110 Gestures BuildScrollSequence(size_t steps,
113 Gestures gestures; local
120 gestures.push_back(gesture);
128 gestures.push_back(gesture);
132 gestures.push_back(gesture);
133 return gestures;
308 Gestures gestures = BuildScrollSequence(steps, origin, distance) local
    [all...]
  /external/chromium_org/ui/events/gesture_detection/
touch_disposition_gesture_filter_unittest.cc 70 GestureList Gestures(EventType type) {
74 GestureList Gestures(EventType type0, EventType type1) {
75 GestureList gestures(2);
76 gestures[0] = type0;
77 gestures[1] = type1;
78 return gestures;
81 GestureList Gestures(EventType type0,
84 GestureList gestures(3);
85 gestures[0] = type0;
86 gestures[1] = type1
    [all...]
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 

Completed in 73 milliseconds