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

  /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...]
  /frameworks/base/core/java/android/gesture/
GestureStore.java 50 // 4 bytes int Number of gestures
63 // when SEQUENCE_SENSITIVE is used, only single stroke gestures are currently allowed
66 // ORIENTATION_SENSITIVE and ORIENTATION_INVARIANT are only for SEQUENCE_SENSITIVE gestures
152 ArrayList<Gesture> gestures = mNamedGestures.get(entryName); local
153 if (gestures == null) {
154 gestures = new ArrayList<Gesture>();
155 mNamedGestures.put(entryName, gestures);
157 gestures.add(gesture);
164 * Remove a gesture from the library. If there are no more gestures for the
171 ArrayList<Gesture> gestures = mNamedGestures.get(entryName) local
206 ArrayList<Gesture> gestures = mNamedGestures.get(entryName); local
320 final ArrayList<Gesture> gestures = new ArrayList<Gesture>(gestureCount); local
    [all...]
  /external/chromium_org/content/browser/frame_host/
render_widget_host_view_guest.cc 112 scoped_ptr<ui::GestureRecognizer::Gestures> gestures; local
113 gestures.reset(gesture_recognizer_->ProcessTouchEventForGesture(
115 ProcessGestures(gestures.get());
537 ui::GestureRecognizer::Gestures* gestures) {
538 if ((gestures == NULL) || gestures->empty())
540 for (ui::GestureRecognizer::Gestures::iterator g_it = gestures->begin()
    [all...]
  /external/chromium_org/ui/aura/
window_event_dispatcher.cc 25 #include "ui/events/gestures/gesture_recognizer.h"
26 #include "ui/events/gestures/gesture_types.h"
116 // TODO(rbyers): Reposing of gestures is tricky to get
165 scoped_ptr<ui::GestureRecognizer::Gestures> gestures; local
166 gestures.reset(ui::GestureRecognizer::Get()->
168 DispatchDetails details = ProcessGestures(gestures.get());
278 ui::GestureRecognizer::Gestures* gestures) {
280 if (!gestures || gestures->empty()
483 scoped_ptr<ui::GestureRecognizer::Gestures> gestures; local
    [all...]
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 

Completed in 114 milliseconds