OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PressMoveAndReleaseTouchTo
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/aura/test/
event_generator.h
191
void
PressMoveAndReleaseTouchTo
(const gfx::Point& point);
193
void
PressMoveAndReleaseTouchTo
(int x, int y) {
194
PressMoveAndReleaseTouchTo
(gfx::Point(x, y));
198
PressMoveAndReleaseTouchTo
(current_location_ + gfx::Vector2d(x, y));
event_generator.cc
217
void EventGenerator::
PressMoveAndReleaseTouchTo
(const gfx::Point& point) {
224
PressMoveAndReleaseTouchTo
(CenterOfWindow(window));
Completed in 77 milliseconds