HomeSort by relevance Sort by last modified time
    Searched refs:gestures (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/ui/events/ozone/evdev/libgestures_glue/
gesture_timer_provider.h 8 #include <gestures/gestures.h>
gesture_logging.cc 7 #include <gestures/gestures.h>
28 LOG(ERROR) << "gestures: " << FormatLog(fmt, args);
30 VLOG(3) << "gestures: " << FormatLog(fmt, args);
gesture_interpreter_libevdev_cros.h 8 #include <gestures/gestures.h>
37 // and forward it to libgestures. If any gestures are produced, they are
82 // Gestures interpretation state.
83 gestures::GestureInterpreter* interpreter_;
gesture_timer_provider.cc 7 #include <gestures/gestures.h>
gesture_interpreter_libevdev_cros.cc 7 #include <gestures/gestures.h>
67 // Convert gestures timestamp (stime_t) to ui::Event timestamp.
73 // Number of fingers for scroll gestures.
76 // Number of fingers for swipe gestures.
  /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/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/content/browser/frame_host/
render_widget_host_view_guest.cc 147 scoped_ptr<ui::GestureRecognizer::Gestures> gestures; local
148 gestures.reset(gesture_recognizer_->ProcessTouchEventPostDispatch(
150 ProcessGestures(gestures.get());
556 ui::GestureRecognizer::Gestures* gestures) {
557 if ((gestures == NULL) || gestures->empty())
559 for (ui::GestureRecognizer::Gestures::iterator g_it = gestures->begin()
    [all...]
render_widget_host_view_guest.h 15 #include "ui/events/gestures/gesture_recognizer.h"
16 #include "ui/events/gestures/gesture_types.h"
168 // Process all of the given gestures (passes them on to renderer)
169 void ProcessGestures(ui::GestureRecognizer::Gestures* gestures);
  /external/chromium_org/ui/events/gesture_detection/
touch_disposition_gesture_filter_unittest.cc 76 GestureList Gestures(EventType type) {
80 GestureList Gestures(EventType type0, EventType type1) {
81 GestureList gestures(2);
82 gestures[0] = type0;
83 gestures[1] = type1;
84 return gestures;
87 GestureList Gestures(EventType type0,
90 GestureList gestures(3);
91 gestures[0] = type0;
92 gestures[1] = type1
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
pinch.py 32 # Fail if browser doesn't support synthetic pinch gestures.
41 'for pinch gestures.')
  /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
171 scoped_ptr<ui::GestureRecognizer::Gestures> gestures(
174 DispatchDetails details = ProcessGestures(gestures.get());
287 ui::GestureRecognizer::Gestures* gestures) {
289 if (!gestures || gestures->empty()
522 scoped_ptr<ui::GestureRecognizer::Gestures> gestures; local
    [all...]
window_event_dispatcher.h 25 #include "ui/events/gestures/gesture_recognizer.h"
26 #include "ui/events/gestures/gesture_types.h"
158 ui::GestureRecognizer::Gestures* gestures) WARN_UNUSED_RESULT;
  /external/chromium_org/tools/telemetry/telemetry/core/
browser_options.py 269 help='Specify the source type for synthetic gestures. Note that some ' +
  /external/chromium_org/ui/chromeos/
touch_exploration_controller.cc 784 scoped_ptr<ScopedVector<ui::GestureEvent> > gestures(
786 if (gestures) {
787 for (ScopedVector<GestureEvent>::iterator i = gestures->begin();
788 i != gestures->end();
    [all...]
  /external/chromium_org/ui/events/
events_base.target.darwin-arm.mk 31 ui/events/gestures/fling_curve.cc \
32 ui/events/gestures/gesture_configuration.cc \
events_base.target.darwin-arm64.mk 31 ui/events/gestures/fling_curve.cc \
32 ui/events/gestures/gesture_configuration.cc \
events_base.target.darwin-mips.mk 31 ui/events/gestures/fling_curve.cc \
32 ui/events/gestures/gesture_configuration.cc \
events_base.target.darwin-mips64.mk 31 ui/events/gestures/fling_curve.cc \
32 ui/events/gestures/gesture_configuration.cc \
events_base.target.darwin-x86.mk 31 ui/events/gestures/fling_curve.cc \
32 ui/events/gestures/gesture_configuration.cc \
events_base.target.darwin-x86_64.mk 31 ui/events/gestures/fling_curve.cc \
32 ui/events/gestures/gesture_configuration.cc \
events_base.target.linux-arm.mk 31 ui/events/gestures/fling_curve.cc \
32 ui/events/gestures/gesture_configuration.cc \
events_base.target.linux-arm64.mk 31 ui/events/gestures/fling_curve.cc \
32 ui/events/gestures/gesture_configuration.cc \
events_base.target.linux-mips.mk 31 ui/events/gestures/fling_curve.cc \
32 ui/events/gestures/gesture_configuration.cc \
events_base.target.linux-mips64.mk 31 ui/events/gestures/fling_curve.cc \
32 ui/events/gestures/gesture_configuration.cc \

Completed in 214 milliseconds

1 2