Searched refs:ScrollAction (Results 1 - 5 of 5) sorted by relevance

/external/droiddriver/src/com/google/android/droiddriver/actions/
H A DScrollAction.java22 public abstract class ScrollAction extends BaseAction { class in inherits:BaseAction
23 protected ScrollAction(long timeoutMillis) { method in class:ScrollAction
H A DSwipeAction.java29 * A {@link ScrollAction} that swipes the touch screen.
31 public class SwipeAction extends ScrollAction {
/external/chromium_org/tools/telemetry/telemetry/page/actions/
H A Dscroll.js5 // This file provides the ScrollAction object, which scrolls a page
39 function ScrollAction(opt_callback, opt_distance_func) { class
49 ScrollAction.prototype.getScrollDistance_ = function() {
80 ScrollAction.prototype.start = function(opt_options) {
88 ScrollAction.prototype.startGesture_ = function() {
104 ScrollAction.prototype.onGestureComplete_ = function() {
112 window.__ScrollAction = ScrollAction;
H A Dscroll.py9 class ScrollAction(gesture_action.GestureAction): class in inherits:gesture_action.GestureAction
11 super(ScrollAction, self).__init__(attributes)
12 self._SetTimelineMarkerBaseName('ScrollAction::RunAction')
H A Dscroll_unittest.py43 i = scroll.ScrollAction()

Completed in 420 milliseconds