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

  /external/chromium_org/ui/events/
gesture_event_details.h 50 float scroll_x() const { function in struct:ui::GestureEventDetails
  /external/chromium_org/ppapi/tests/
test_graphics_2d.cc 473 int scroll_x = image_x + dx, scroll_y = image_y + dy; local
478 ReadImageData(dc, &readback_scroll, pp::Point(scroll_x, scroll_y)));
485 scroll_x = 11, scroll_y = 24;
487 dc.Scroll(clip, pp::Point(scroll_x - image_x, scroll_y - image_y));
490 ReadImageData(dc, &readback_scroll, pp::Point(scroll_x, scroll_y)));
497 scroll_x = 11, scroll_y = 24;
499 dc.Scroll(clip, pp::Point(scroll_x - image_x, scroll_y - image_y));
502 ReadImageData(dc, &readback_scroll, pp::Point(scroll_x, scroll_y)));
510 dc.Scroll(clip, pp::Point(scroll_x - image_x, scroll_y - image_y));
513 ReadImageData(dc, &readback_scroll, pp::Point(scroll_x, scroll_y)))
    [all...]
  /external/chromium_org/ui/events/gesture_detection/
gesture_detector.cc 326 const float scroll_x = last_focus_x_ - focus_x; local
338 *current_down_event_, ev, scroll_x, scroll_y);
346 } else if (std::abs(scroll_x) > kScrollEpsilon ||
349 listener_->OnScroll(*current_down_event_, ev, scroll_x, scroll_y);
  /external/chromium_org/ui/aura/gestures/
gesture_recognizer_unittest.cc 179 float scroll_x() const { return scroll_x_; } function in class:aura::test::__anon20461::GestureEventConsumeDelegate
231 scroll_x_ += gesture->details().scroll_x();
    [all...]

Completed in 251 milliseconds