HomeSort by relevance Sort by last modified time
    Searched refs:scroll (Results 26 - 50 of 304) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/droiddriver/src/com/google/android/droiddriver/scroll/
Direction.java 16 package com.google.android.droiddriver.scroll;
18 import static com.google.android.droiddriver.scroll.Direction.PhysicalDirection.DOWN;
19 import static com.google.android.droiddriver.scroll.Direction.PhysicalDirection.LEFT;
20 import static com.google.android.droiddriver.scroll.Direction.PhysicalDirection.RIGHT;
21 import static com.google.android.droiddriver.scroll.Direction.PhysicalDirection.UP;
24 * A namespace to hold interfaces and constants for scroll directions.
AccessibilityEventScrollStepStrategy.java 16 package com.google.android.droiddriver.scroll;
28 import com.google.android.droiddriver.scroll.Direction.Axis;
29 import com.google.android.droiddriver.scroll.Direction.DirectionConverter;
30 import com.google.android.droiddriver.scroll.Direction.PhysicalDirection;
49 * Stores the data if we reached end at the last {@link #scroll}. If the data
50 * match when a new scroll is requested, we can return immediately.
72 * scroll up to {@code scrollEventTimeoutMillis}.
109 public boolean scroll(DroidDriver driver, Finder containerFinder, method in class:AccessibilityEventScrollStepStrategy
111 // Check if we've reached end after last scroll.
119 Logs.log(Log.DEBUG, "reached scroll end with event: " + event)
    [all...]
SentinelStrategy.java 16 package com.google.android.droiddriver.scroll;
27 import com.google.android.droiddriver.scroll.Direction.DirectionConverter;
28 import com.google.android.droiddriver.scroll.Direction.LogicalDirection;
29 import com.google.android.droiddriver.scroll.Direction.PhysicalDirection;
208 container.scroll(direction);
DynamicSentinelStrategy.java 16 package com.google.android.droiddriver.scroll;
25 import com.google.android.droiddriver.scroll.Direction.DirectionConverter;
26 import com.google.android.droiddriver.scroll.Direction.PhysicalDirection;
94 // the scroll is close to the end therefore the unique string does not
104 // results in unnecessary scroll actions that have no visual effect. This
183 * after each scroll should be unique.
210 public boolean scroll(DroidDriver driver, Finder containerFinder, PhysicalDirection direction) { method in class:DynamicSentinelStrategy
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
eventhistory.cpp 113 bool scroll = true; local
117 scroll = false;
122 if (scroll)
  /external/chromium_org/content/child/
touch_fling_gesture_curve.cc 141 // Keep track of integer portion of scroll thus far, and prepare increment.
142 WebFloatSize scroll(displacement * displacement_ratio_.x,
144 WebFloatSize scroll_increment(scroll.width - cumulative_scroll_.width,
145 scroll.height - cumulative_scroll_.height);
148 cumulative_scroll_ = scroll;
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
ShortButtons.java 17 package android.widget.scroll;
  /external/chromium-trace/trace-viewer/src/cc/
layer_tree_quad_stack_viewer.css 22 overflow: scroll;
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTRegion.idl 41 [RaisesException=Setter] attribute DOMString scroll;
  /external/chromium_org/ui/app_list/
pagination_controller.cc 16 // Constants for dealing with scroll events.
32 // If the view scrolls horizontally, both horizontal and vertical scroll
37 // If the view scrolls vertically, only vertical scroll events are valid.
60 float scroll = scroll_axis_ == SCROLL_AXIS_HORIZONTAL local
65 // scroll > 0 means moving contents right or down. That is, transitioning
67 pagination_model_->UpdateScroll(scroll / width);
  /external/droiddriver/src/com/google/android/droiddriver/
UiElement.java 26 import com.google.android.droiddriver.scroll.Direction.PhysicalDirection;
178 void scroll(PhysicalDirection direction); method in interface:UiElement
  /external/droiddriver/src/com/google/android/droiddriver/helpers/
ScrollerHelper.java 23 import com.google.android.droiddriver.scroll.Direction.PhysicalDirection;
24 import com.google.android.droiddriver.scroll.Scroller;
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/
MultiPageTextWithPaddingTest.java 17 package android.widget.scroll.arrowscroll;
19 import android.widget.scroll.arrowscroll.MultiPageTextWithPadding;
TallTextAboveButtonTest.java 17 package android.widget.scroll.arrowscroll;
19 import android.widget.scroll.TallTextAboveButton;
49 assertTrue("scroll view should have focus (because nothing else focusable "
64 assertTrue("scroll view should have focus, but " + getActivity().getScrollView().findFocus() + " does instead",
73 assertTrue("scroll view should have focus, but " + getActivity().getScrollView().findFocus() + " does instead",
  /external/chromium_org/remoting/webapp/browser_test/
scrollbar_browser_test.js 11 * horizontal and/or vertical scroll-bars.
44 'Scroll-bar testing requires resizing the app window, which can ' +
59 // scroll-bars, they will not be removed if the window size is
60 // increased by less than the scroll-bar width. We work around that
69 // Verify there are no scroll-bars if the window is as big as it needs
77 // Verify there is a vertical scroll-bar if the window is shorter than it
86 // Verify there is a horizontal scroll-bar if the window is narrow than it
95 // Verify there are both horizontal and vertical scroll-bars, even if one
110 // Verify there are both horizontal and vertical scroll-bars, if both are
122 * Returns whether or not horizontal and vertical scroll-bars are expecte
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/js/
bootstrap-collapse.js 51 , scroll
58 scroll = $.camelCase(['scroll', dimension].join('-'))
70 this.$element[dimension](this.$element[0][scroll])
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollAnimator.cpp 32 #include "platform/scroll/ScrollAnimator.h"
35 #include "platform/scroll/ScrollableArea.h"
52 bool ScrollAnimator::scroll(ScrollbarOrientation orientation, ScrollGranularity, float step, float delta) function in class:blink::ScrollAnimator
78 // scroll any further.
106 scroll(VerticalScrollbar, granularity, m_scrollableArea->pixelStep(VerticalScrollbar), -deltaY);
117 scroll(HorizontalScrollbar, granularity, m_scrollableArea->pixelStep(HorizontalScrollbar), -deltaX);
ScrollAnimator.h 37 #include "platform/scroll/ScrollTypes.h"
55 // Computes a scroll destination for the given parameters. Returns false if
59 virtual bool scroll(ScrollbarOrientation, ScrollGranularity, float step, float delta);
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
RunnerController.java 69 private JScrollPane scroll = new JScrollPane(tree, field in class:RunnerController.RunnerView
76 scroll.setBorder(BorderFactory.createLineBorder(Color.LIGHT_GRAY));
77 scroll.setOpaque(false);
79 this.add(scroll);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLBodyElement.h 45 DEFINE_WINDOW_ATTRIBUTE_EVENT_LISTENER(scroll);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderEmbeddedObject.h 59 virtual bool scroll(ScrollDirection, ScrollGranularity, float multiplier) OVERRIDE FINAL;
  /external/chromium_org/third_party/WebKit/Source/web/tests/data/
touch-action-tests.css 59 /* Leave gap for test to scroll down */
68 .scroll {
69 overflow: scroll;
  /external/droiddriver/src/com/google/android/droiddriver/actions/accessibility/
AccessibilityScrollAction.java 23 import com.google.android.droiddriver.scroll.Direction.PhysicalDirection;
  /packages/apps/Camera2/src/com/android/camera/filmstrip/
FilmstripController.java 100 public void scroll(float deltaX); method in interface:FilmstripController
270 * The callback when we scroll.
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-resource-browser.css 11 background: transparent none no-repeat scroll 4px 12px;

Completed in 1223 milliseconds

12 3 4 5 6 7 8 91011>>