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

  /external/chromium_org/ui/events/test/
mock_motion_event.cc 53 PushPointer(x1, y1);
67 PushPointer(x1, y1);
68 PushPointer(x2, y2);
81 PushPointer(positions[i].x(), positions[i].y());
102 PushPointer(x, y);
158 void MockMotionEvent::PushPointer(float x, float y) {
159 MotionEventGeneric::PushPointer(
mock_motion_event.h 56 void PushPointer(float x, float y);
  /external/chromium_org/ui/events/gesture_detection/
motion_event_generic_unittest.cc 19 event.PushPointer(PointerProperties(8.3f, 4.7f));
24 event.PushPointer(PointerProperties(2.3f, -3.7f));
85 event1.PushPointer(pointer);
93 event2.PushPointer(pointer);
motion_event_generic.cc 54 PushPointer(pointer);
159 void MotionEventGeneric::PushPointer(const PointerProperties& pointer) {
motion_event_generic.h 62 void PushPointer(const PointerProperties& pointer);
motion_event_buffer_unittest.cc 352 move3.PushPointer(pointer1);
359 move4.PushPointer(pointer1);
416 move0.PushPointer(p1);
426 move1.PushPointer(p0);
    [all...]
motion_event_buffer.cc 156 event->PushPointer(pointer);
  /art/compiler/dex/quick/
codegen_util.cc 437 static void PushPointer(std::vector<uint8_t>&buf, const void* pointer, bool target64) {
477 PushPointer(code_buffer_, &target_method_id, cu_->target64);
495 PushPointer(code_buffer_, &target_method_id, cu_->target64);
509 PushPointer(code_buffer_, &target_method_id, cu_->target64);
523 PushPointer(code_buffer_, &target_string_id, cu_->target64);
    [all...]

Completed in 107 milliseconds