HomeSort by relevance Sort by last modified time
    Searched refs:touch_major (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/ui/events/gestures/
motion_event_aura.cc 63 point_data.touch_major = 2.f * radius_x;
67 point_data.touch_major = 2.f * radius_y;
72 if (!point_data.touch_major) {
73 point_data.touch_major = 2.f * GestureConfiguration::default_radius();
151 return active_touches_[pointer_index].touch_major;
220 touch_major(0),
motion_event_aura.h 67 float touch_major; member in struct:ui::MotionEventAura::PointData
  /external/chromium_org/ui/events/gesture_detection/
motion_event_generic.cc 19 touch_major(0),
32 touch_major(0),
113 return pointers_[pointer_index].touch_major;
motion_event_generic.h 26 float touch_major; member in struct:ui::PointerProperties
motion_event_buffer.cc 99 result.touch_major = event.GetTouchMajor(pointer_index);
  /external/chromium_org/ui/events/test/
mock_motion_event.cc 17 pointer.touch_major = MockMotionEvent::TOUCH_MAJOR;
23 pointer.touch_major = MockMotionEvent::TOUCH_MAJOR;
143 pointer(i).touch_major = new_touch_major;
  /external/chromium_org/content/browser/renderer_host/input/
motion_event_android_unittest.cc 119 float touch_major = 5.3f; local
143 touch_major,
  /external/qemu/android/
multitouch-screen.c 73 int touch_major; member in struct:MTSState
156 _push_event(EV_ABS, ABS_MT_TOUCH_MAJOR, ++mts_state->touch_major);
  /external/chromium_org/ui/events/ozone/evdev/libgestures_glue/
gesture_interpreter_libevdev_cros.cc 139 fingers[current_finger].touch_major = slot->touch_major;

Completed in 229 milliseconds