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

  /external/chromium_org/ui/aura/
root_window_host_x11_unittest.cc 91 gfx::Point last_touch_location() { function in class:__anon14709::TestRootWindowHostDelegate
142 EXPECT_EQ(gfx::Point(0, 0), delegate->last_touch_location());
151 EXPECT_EQ(gfx::Point(1500, 1500), delegate->last_touch_location());
158 EXPECT_EQ(gfx::Point(1500, 1600), delegate->last_touch_location());
165 EXPECT_EQ(gfx::Point(1500, 1600), delegate->last_touch_location());
216 EXPECT_EQ(gfx::Point(0, 0), delegate1->last_touch_location());
220 delegate2->last_touch_location());
228 EXPECT_EQ(gfx::Point(0, 0), delegate1->last_touch_location());
232 delegate2->last_touch_location());
240 EXPECT_EQ(gfx::Point(0, 0), delegate1->last_touch_location());
    [all...]
  /external/chromium_org/ui/events/gestures/
gesture_sequence.h 67 const gfx::Point& last_touch_location() const { return last_touch_location_; } function in class:ui::GestureSequence

Completed in 61 milliseconds