/packages/inputmethods/LatinIME/native/jni/ |
Android.mk | 91 suggest/policyimpl/gesture/gesture_suggest_policy_factory.cpp \
|
/external/chromium_org/content/browser/renderer_host/ |
render_widget_host_view_win.cc | 185 // separate each new gesture. We key off the begin message to reset 257 // Creates a WebGestureEvent corresponding to the given |gesture| 259 const ui::GestureEvent& gesture) { 261 MakeWebGestureEventFromUIEvent(gesture); 263 POINT client_point = gesture.location().ToPOINT(); 264 POINT screen_point = gesture.location().ToPOINT(); [all...] |
render_widget_host_view_guest.h | 204 bool ForwardGestureEventToRenderer(ui::GestureEvent* gesture);
|
render_widget_host_view_win.h | 394 ui::GestureEvent* gesture);
|
render_widget_host_view_aura.cc | 315 const ui::GestureEvent& gesture = local 317 return gesture.details().touch_points() == 1; 2946 blink::WebGestureEvent gesture = MakeWebGestureEvent(event); local [all...] |
/external/chromium_org/content/browser/frame_host/ |
navigation_controller_impl_unittest.cc | [all...] |
/external/chromium_org/content/test/ |
test_web_contents.cc | 81 params.gesture = NavigationGestureUser;
|
/external/chromium_org/win8/metro_driver/ |
chrome_app_view_ash.h | 160 HRESULT OnEdgeGestureCompleted(winui::Input::IEdgeGesture* gesture,
|
/frameworks/base/core/java/android/gesture/ |
GestureStroke.java | 17 package android.gesture; 30 * A gesture stroke started on a touch down and ended on a touch up. A stroke 31 * consists of a sequence of timed points. One or multiple strokes form a gesture. 45 * A constructor that constructs a gesture stroke from a list of gesture points.
|
/external/chromium_org/ui/events/gestures/ |
gesture_sequence.cc | 38 // processed touch-event should affect gesture-recognition or not. 41 // gesture-recognition only if the touch-event has not 44 TSI_PROCESSED, // The touch-event should affect gesture-recognition only 50 TSI_ALWAYS // The touch-event should always affect gesture 73 // Gesture signature types for different values of combination (GestureState, 95 // Ignore processed touch-move events until gesture-scroll starts. 454 // LatencyInfo into the generated gesture's LatencyInfo. Since one touch 455 // event can generate multiple gesture events, we have to clear the gesture 457 // so when the gesture event passes through RWHI, a new trace_id will b [all...] |
/external/chromium_org/ui/views/widget/ |
widget_interactive_uitest.cc | 51 // A view that does a capture on gesture-begin events. 252 View* gesture = new GestureCaptureView; local 253 gesture->SetBounds(0, 0, 30, 30); 254 container->AddChildView(gesture); 263 // Start a gesture on |gesture|. 272 // Now try to click on |mouse|. Since |gesture| will have capture, |mouse| 289 // The end of the gesture should release the capture, and pressing on |mouse|
|
/external/chromium/chrome/browser/resources/touch_ntp/standalone/ |
standalone_hack.js | 379 // True if a gesture is occuring that should cause clicks to be swallowed 394 // outstanding gesture. Also, any multi-touch is a gesture that should
|
/external/chromium_org/content/browser/renderer_host/input/ |
gesture_event_filter_unittest.cc | 73 bool SimulateGestureEvent(const WebGestureEvent& gesture) { 74 GestureEventWithLatencyInfo gesture_with_latency(gesture, 218 // Simulate gesture events. 292 // Simulate gesture events. [all...] |
input_router_impl_unittest.cc | 168 void SimulateGestureEvent(const WebGestureEvent& gesture) { 170 GestureEventWithLatencyInfo(gesture, ui::LatencyInfo())); 495 // Send an initial gesture begin and ACK it. 512 // A gesture event should now result in the queued phase ended event being [all...] |
/external/chromium_org/ui/views/controls/tree/ |
tree_view.cc | 659 const ui::GestureEvent& gesture = local 661 should_toggle = gesture.details().tap_count() == 2;
|
/external/chromium_org/content/renderer/ |
render_view_impl.h | [all...] |
/prebuilts/sdk/11/ |
android.jar | |
/prebuilts/sdk/14/ |
android.jar | |
/prebuilts/sdk/15/ |
android.jar | |
/prebuilts/sdk/17/ |
android.jar | |
/prebuilts/sdk/18/ |
android.jar | |
/prebuilts/sdk/19/ |
android.jar | |
/prebuilts/sdk/9/ |
android.jar | |
/prebuilts/sdk/current/ |
android.jar | |
/external/chromium_org/content/common/ |
view_messages.h | 336 // True if this open request came in the context of a user gesture. 451 // The gesture that initiated this navigation. 452 IPC_STRUCT_MEMBER(content::NavigationGesture, gesture) [all...] |