Home
last modified time | relevance | path

Searched refs:last_touch_location (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ui/aura/
Droot_window_host_x11_unittest.cc91 gfx::Point last_touch_location() { in last_touch_location() function in __anon005e6fde0111::TestRootWindowHostDelegate
142 EXPECT_EQ(gfx::Point(0, 0), delegate->last_touch_location()); in TEST_F()
151 EXPECT_EQ(gfx::Point(1500, 1500), delegate->last_touch_location()); in TEST_F()
158 EXPECT_EQ(gfx::Point(1500, 1600), delegate->last_touch_location()); in TEST_F()
165 EXPECT_EQ(gfx::Point(1500, 1600), delegate->last_touch_location()); in TEST_F()
216 EXPECT_EQ(gfx::Point(0, 0), delegate1->last_touch_location()); in TEST_F()
220 delegate2->last_touch_location()); in TEST_F()
228 EXPECT_EQ(gfx::Point(0, 0), delegate1->last_touch_location()); in TEST_F()
232 delegate2->last_touch_location()); in TEST_F()
240 EXPECT_EQ(gfx::Point(0, 0), delegate1->last_touch_location()); in TEST_F()
[all …]
/external/chromium_org/ui/events/gestures/
Dgesture_sequence.h67 const gfx::Point& last_touch_location() const { return last_touch_location_; } in last_touch_location() function
Dgesture_recognizer_impl.cc147 *point = consumer_sequence_[consumer]->last_touch_location(); in GetLastTouchPointForTarget()