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

1 2

  /external/chromium_org/ui/events/ozone/evdev/libgestures_glue/
gesture_timer_provider.h 8 #include <gestures/gestures.h>
gesture_interpreter_libevdev_cros.h 8 #include <gestures/gestures.h>
37 // and forward it to libgestures. If any gestures are produced, they are
74 // Gestures interpretation state.
75 gestures::GestureInterpreter* interpreter_;
gesture_logging.cc 7 #include <gestures/gestures.h>
28 LOG(ERROR) << "gestures: " << FormatLog(fmt, args);
30 VLOG(3) << "gestures: " << FormatLog(fmt, args);
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.
179 // TODO(spang): Support remaining gestures.
  /external/chromium_org/ui/events/gestures/
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...]
gesture_sequence.cc 5 #include "ui/events/gestures/gesture_sequence.h"
19 #include "ui/events/gestures/gesture_configuration.h"
451 GestureSequence::Gestures* gestures) {
455 GestureSequence::Gestures::iterator it = gestures->begin();
456 for (; it != gestures->end(); it++) {
496 GestureSequence::Gestures* GestureSequence::ProcessTouchEventForGesture(
528 // NOTE: when modifying these state transitions, also update gestures.dot
529 scoped_ptr<Gestures> gestures(new Gestures())
    [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/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 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...]
render_widget_host_view_guest.h 15 #include "ui/events/gestures/gesture_recognizer.h"
16 #include "ui/events/gestures/gesture_types.h"
161 // Process all of the given gestures (passes them on to renderer)
162 void ProcessGestures(ui::GestureRecognizer::Gestures* gestures);
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
pinch.py 19 # Fail if browser doesn't support synthetic pinch gestures.
28 'for pinch gestures.')
  /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...]
  /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...]
window_event_dispatcher.h 25 #include "ui/events/gestures/gesture_recognizer.h"
26 #include "ui/events/gestures/gesture_types.h"
151 ui::GestureRecognizer::Gestures* gestures) WARN_UNUSED_RESULT;
  /external/chromium_org/tools/telemetry/telemetry/core/
browser_options.py 270 help='Specify the source type for synthetic gestures. Note that some ' +
  /frameworks/base/docs/html/training/
training_toc.cs     [all...]
  /external/chromium_org/ui/events/
events_base.target.darwin-arm.mk 31 ui/events/gestures/gesture_configuration.cc \
events_base.target.darwin-arm64.mk 31 ui/events/gestures/gesture_configuration.cc \
events_base.target.darwin-mips.mk 31 ui/events/gestures/gesture_configuration.cc \
events_base.target.darwin-x86.mk 31 ui/events/gestures/gesture_configuration.cc \
events_base.target.darwin-x86_64.mk 31 ui/events/gestures/gesture_configuration.cc \
events_base.target.linux-arm.mk 31 ui/events/gestures/gesture_configuration.cc \
events_base.target.linux-arm64.mk 31 ui/events/gestures/gesture_configuration.cc \
events_base.target.linux-mips.mk 31 ui/events/gestures/gesture_configuration.cc \

Completed in 299 milliseconds

1 2