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

  /external/chromium_org/ui/events/gesture_detection/
gesture_event_data.h 25 float raw_x,
40 float raw_x; member in struct:ui::GestureEventData
motion_event_generic.h 23 float raw_x; member in struct:ui::PointerProperties
  /external/chromium_org/ui/events/gestures/
motion_event_aura.h 62 float raw_x; member in struct:ui::MotionEventAura::PointData
motion_event_aura_unittest.cc 25 float raw_x,
36 event.set_root_location(gfx::PointF(raw_x, raw_y));
173 float raw_x; local
178 raw_x = x + kRawOffsetX;
181 TouchWithPosition(ET_TOUCH_PRESSED, ids[0], x, y, raw_x, raw_y);
187 EXPECT_FLOAT_EQ(raw_x, event.GetRawX(0));
192 raw_x = x + kRawOffsetX;
195 TouchWithPosition(ET_TOUCH_PRESSED, ids[1], x, y, raw_x, raw_y);
201 EXPECT_FLOAT_EQ(raw_x, event.GetRawX(1));
212 EXPECT_FLOAT_EQ(raw_x, raw_clone_aura->GetRawX(1))
    [all...]

Completed in 319 milliseconds