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

  /external/chromium_org/ui/events/gesture_detection/
motion_event_generic.cc 54 PushPointer(pointer);
159 void MotionEventGeneric::PushPointer(const PointerProperties& pointer) {
  /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(
  /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 224 milliseconds