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
203
void
PressMoveAndReleaseTouchTo
(const gfx::Point& point);
205
void
PressMoveAndReleaseTouchTo
(int x, int y) {
206
PressMoveAndReleaseTouchTo
(gfx::Point(x, y));
210
PressMoveAndReleaseTouchTo
(current_location_ + gfx::Vector2d(x, y));
event_generator.cc
238
void EventGenerator::
PressMoveAndReleaseTouchTo
(const gfx::Point& point) {
245
PressMoveAndReleaseTouchTo
(CenterOfWindow(window));
Completed in 885 milliseconds