HomeSort by relevance Sort by last modified time
    Searched full:last_touch_location (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/ash/host/
ash_window_tree_host_x11_unittest.cc 45 gfx::Point last_touch_location() { return last_touch_location_; } function in class:__anon6536::RootWindowEventHandler
111 EXPECT_EQ(gfx::Point(0, 0), handler->last_touch_location());
120 EXPECT_EQ(gfx::Point(1500, 1500), handler->last_touch_location());
128 EXPECT_EQ(gfx::Point(1500, 1600), handler->last_touch_location());
136 EXPECT_EQ(gfx::Point(1500, 1600), handler->last_touch_location());
178 EXPECT_EQ(gfx::Point(0, 0), handler1->last_touch_location());
181 EXPECT_EQ(gfx::Point(1500, 2500), handler2->last_touch_location());
191 EXPECT_EQ(gfx::Point(0, 0), handler1->last_touch_location());
194 EXPECT_EQ(gfx::Point(1600, 2600), handler2->last_touch_location());
204 EXPECT_EQ(gfx::Point(0, 0), handler1->last_touch_location());
    [all...]

Completed in 2060 milliseconds