HomeSort by relevance Sort by last modified time
    Searched full:scrolls (Results 1 - 25 of 236) sorted by null

1 2 3 4 5 6 7 8 910

  /external/chromium_org/third_party/WebKit/ManualTests/blackberry/
slider-thumb-consumes-event.html 18 othersie, if the page scrolls, it FAILS.<br><br>
  /external/droiddriver/src/com/google/android/droiddriver/helpers/
ScrollerHelper.java 41 * Scrolls {@code containerFinder} in both directions if necessary to find
54 * Scrolls {@code containerFinder} in {@code direction} if necessary to find
68 * Scrolls to {@code itemFinder} and returns true, otherwise returns false.
  /frameworks/base/core/java/android/text/method/
BaseMovementMethod.java 246 * Moves the cursor or scrolls left by one character.
258 * Moves the cursor or scrolls right by one character.
270 * Moves the cursor or scrolls up by one line.
282 * Moves the cursor or scrolls down by one line.
294 * Moves the cursor or scrolls up by one page.
306 * Moves the cursor or scrolls down by one page.
318 * Moves the cursor or scrolls to the top of the buffer.
330 * Moves the cursor or scrolls to the bottom of the buffer.
342 * Moves the cursor or scrolls to the start of the line.
354 * Moves the cursor or scrolls to the end of the line
    [all...]
MovementMethod.java 55 * that only scrolls) or a constrained selection (for example
  /development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
ExpandingCells.java 32 * The item persists in this expanded state (even if the user scrolls away and then scrolls
  /external/droiddriver/src/com/google/android/droiddriver/scroll/
Scroller.java 29 * Scrolls {@code containerFinder} in both directions if necessary to find
43 * Scrolls {@code containerFinder} in {@code direction} if necessary to find
StepBasedScroller.java 36 * content of the scrollable container, otherwise scrolls the container one step
49 * @param maxScrolls the maximum number of scrolls. It should be large enough
57 * beginning and scrolls forward, instead of starting from the current
78 // if scrollBack is true, scrolls back to starting location if not found, so
  /external/chromium_org/content/renderer/pepper/
fullscreen_container.h 26 // Scrolls a partial region of the plugin in the given direction.
  /external/chromium_org/third_party/WebKit/ManualTests/
text-field-autoscroll.html 17 If the text field scrolls, the test has failed.
scrollIntoView-horizontal.html 13 Next button scrolls into view as specified.</p>
  /external/chromium_org/ui/gfx/
blit.h 43 // Scrolls the given subset of the given canvas by the given offset.
  /external/clang/tools/clang-format/
clang-format-bbedit.applescript 21 -- "set contents of text document 1 to newContents" scrolls to the bottom while
  /external/droiddriver/src/com/google/android/droiddriver/actions/
UiElementActor.java 52 * Scrolls in the given direction.
  /packages/apps/Camera2/src/com/android/camera/filmstrip/
FilmstripController.java 96 * Scrolls the filmstrip horizontally.
110 * Scrolls the filmstrip horizontally to a specific position.
119 * Scrolls the filmstrip horizontally to the center of the next item.
126 * Scrolls the filmstrip horizontally to the center of the previous item.
154 * scrolls to the next item.
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
ContentDetectionTestBase.java 59 * Scrolls to the node with the provided id, taps on it and waits for an intent to come.
79 * Scrolls to the node with the provided id, taps on it and waits for a new page load to finish.
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
scroll.js 5 // This file provides the ScrollAction object, which scrolls a page
38 // This class scrolls a page from the top to the bottom once.
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/list/
ListPresentation.java 32 * Render a list view that scrolls
  /external/chromium_org/cc/animation/
scrollbar_animation_controller.cc 61 // scrolls. But if we're not within one, we need to post every scroll update.
  /external/chromium_org/tools/traceline/svgui/
traceline.css 19 /* The fakescrolldiv will have the scroll bar, the amount it scrolls is
  /external/droiddriver/src/com/google/android/droiddriver/actions/accessibility/
AccessibilityScrollAction.java 27 * An {@link AccessibilityAction} that scrolls an UiElement.
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/
MultiPageTextWithPaddingTest.java 54 // Calculate the number of arrow scrolls needed to reach the bottom
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_manager_win.h 58 // its container scrolls.
  /cts/tests/tests/text/src/android/text/method/cts/
TouchTest.java 34 private static final String LONG_TEXT = "Scrolls the specified widget to the specified " +
38 "Scrolls the specified widget to the specified " +
  /external/chromium_org/chrome/browser/resources/uber/
uber_frame.js 118 * Adjusts this frame's content to scrolls from the outer frame. This is done
119 * to obscure text in RTL as a user scrolls over the content of this frame (as
  /external/chromium_org/content/browser/renderer_host/input/
touch_action_filter_unittest.cc 135 // Scrolls with no direction hint are permitted in the X axis.
153 // Scrolls hinted mostly in the X axis are permitted in that axis.
180 // Scrolls hinted mostly in the Y direction are suppressed entirely.
208 // Scrolls with no direction hint are permitted in the Y axis.
226 // Scrolls hinted mostly in the Y axis are permitted in that axis.
253 // Scrolls hinted mostly in the X direction are suppressed entirely.
279 // Scrolls hinted in the X axis are permitted and unmodified.
300 // Scrolls hinted in the Y axis are permitted and unmodified.

Completed in 466 milliseconds

1 2 3 4 5 6 7 8 910