Home
last modified time | relevance | path

Searched refs:move_y (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ui/events/test/
Devent_generator.h285 int move_y);
303 int move_y);
Devent_generator.cc326 int move_y) { in GestureMultiFingerScroll() argument
330 count, start, delays, event_separation_time_ms, steps, move_x, move_y); in GestureMultiFingerScroll()
340 int move_y) { in GestureMultiFingerScrollWithDelays() argument
347 int delta_y = move_y / steps; in GestureMultiFingerScrollWithDelays()
/external/chromium_org/cc/resources/
Dlayer_quad.h42 void move_y(float dy) { y_ += dy; } in move_y() function
/external/chromium_org/ui/chromeos/
Dtouch_exploration_controller_unittest.cc1333 int move_y = 0; in TEST_F() local
1343 move_y = 0 - distance; in TEST_F()
1346 move_y = distance; in TEST_F()
1362 move_y * 2); in TEST_F()