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

  /external/chromium_org/tools/telemetry/telemetry/page/actions/
scroll.js 5 // This file provides the ScrollAction object, which scrolls a page
41 function ScrollAction(opt_callback, opt_distance_func) {
51 ScrollAction.prototype.getScrollDistance_ = function() {
82 ScrollAction.prototype.start = function(opt_options) {
90 ScrollAction.prototype.startGesture_ = function() {
107 ScrollAction.prototype.onGestureComplete_ = function() {
115 window.__ScrollAction = ScrollAction;
scroll.py 9 class ScrollAction(GestureAction):
11 super(ScrollAction, self).__init__(attributes)
all_page_actions.py 21 from telemetry.page.actions.scroll import ScrollAction
  /external/droiddriver/src/com/google/android/droiddriver/actions/
ScrollAction.java 22 public interface ScrollAction {

Completed in 81 milliseconds