HomeSort by relevance Sort by last modified time
    Searched defs:scroll (Results 1 - 25 of 105) sorted by null

1 2 3 4 5

  /external/droiddriver/src/io/appium/droiddriver/scroll/
Scrollers.java 17 package io.appium.droiddriver.scroll;
25 import io.appium.droiddriver.scroll.Direction.Axis;
26 import io.appium.droiddriver.scroll.Direction.DirectionConverter;
27 import io.appium.droiddriver.scroll.Direction.PhysicalDirection;
35 * scroll, waits until ProgressBar is gone.
39 public boolean scroll(DroidDriver driver, Finder containerFinder, PhysicalDirection direction) { method in class:Scrollers.ProgressBarScrollStepStrategy
40 if (super.scroll(driver, containerFinder, direction)) {
Scroller.java 16 package io.appium.droiddriver.scroll;
22 import io.appium.droiddriver.scroll.Direction.PhysicalDirection;
33 * @param containerFinder Finder for the container that can scroll, for instance a ListView
45 * @param containerFinder Finder for the container that can scroll, for instance a ListView
ForwardingScrollStepStrategy.java 16 package io.appium.droiddriver.scroll;
22 import io.appium.droiddriver.scroll.Direction.DirectionConverter;
23 import io.appium.droiddriver.scroll.Direction.PhysicalDirection;
39 public boolean scroll(DroidDriver driver, Finder containerFinder, PhysicalDirection direction) { method in class:ForwardingScrollStepStrategy
40 return delegate().scroll(driver, containerFinder, direction);
ScrollStepStrategy.java 16 package io.appium.droiddriver.scroll;
21 import io.appium.droiddriver.scroll.Direction.DirectionConverter;
22 import io.appium.droiddriver.scroll.Direction.PhysicalDirection;
29 * Tries to scroll {@code containerFinder} in {@code direction}. Returns whether scrolling is
33 * @param containerFinder Finder for the container that can scroll, for instance a ListView
37 boolean scroll(DroidDriver driver, Finder containerFinder, PhysicalDirection direction); method in interface:ScrollStepStrategy
45 * Called only if this step is at the beginning of a series of scroll steps with regard to the
49 * @param containerFinder Finder for the container that can scroll, for instance a ListView
57 * Called only if this step is at the end of a series of scroll steps with regard to the given
61 * @param containerFinder Finder for the container that can scroll, for instance a ListVie
    [all...]
StaticSentinelStrategy.java 16 package io.appium.droiddriver.scroll;
24 import io.appium.droiddriver.scroll.Direction.DirectionConverter;
25 import io.appium.droiddriver.scroll.Direction.PhysicalDirection;
29 * in the logical scroll direction is fully visible. This assumes the count of
51 public boolean scroll(DroidDriver driver, Finder containerFinder, PhysicalDirection direction) { method in class:StaticSentinelStrategy
54 // If the last child in the logical scroll direction is fully visible, no
DynamicSentinelStrategy.java 16 package io.appium.droiddriver.scroll;
25 import io.appium.droiddriver.scroll.Direction.DirectionConverter;
26 import io.appium.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
StepBasedScroller.java 16 package io.appium.droiddriver.scroll;
27 import io.appium.droiddriver.scroll.Direction.Axis;
28 import io.appium.droiddriver.scroll.Direction.DirectionConverter;
29 import io.appium.droiddriver.scroll.Direction.PhysicalDirection;
32 import static io.appium.droiddriver.scroll.Direction.LogicalDirection.BACKWARD;
37 * at a time and looks again, until we cannot scroll any more. A
52 * item after each scroll. 1000L is usually safe; if there are no
54 * @param axis the axis this scroller can scroll
94 if (i < maxScrolls && !scrollStepStrategy.scroll(driver, containerFinder, direction)) {
112 driver.on(containerFinder).scroll(direction.reverse())
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
TallTextAboveButton.java 17 package android.widget.scroll;
ButtonAboveTallInternalSelectionViewTest.java 17 package android.widget.scroll;
19 import android.widget.scroll.ButtonAboveTallInternalSelectionView;
37 assertEquals("scrollview scroll y",
ButtonAboveTallInternalSelectionView.java 17 package android.widget.scroll;
25 * A button above a tall internal selection view, wrapped in a scroll view.
ButtonsWithTallTextViewInBetween.java 17 package android.widget.scroll;
RequestRectangleVisible.java 17 package android.widget.scroll;
RequestRectangleVisibleWithInternalScroll.java 17 package android.widget.scroll;
66 // the internal scroll
ShortButtons.java 17 package android.widget.scroll;
ScrollViewButtonsAndLabels.java 17 package android.widget.scroll;
30 * Basic scroll view example
  /external/droiddriver/src/io/appium/droiddriver/actions/
UiElementActor.java 20 import io.appium.droiddriver.scroll.Direction.PhysicalDirection;
50 void scroll(UiElement uiElement, PhysicalDirection direction); method in interface:UiElementActor
EventUiElementActor.java 20 import io.appium.droiddriver.scroll.Direction.PhysicalDirection;
45 public void scroll(UiElement uiElement, PhysicalDirection direction) { method in class:EventUiElementActor
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/
MultiPageTextWithPadding.java 17 package 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/droiddriver/src/io/appium/droiddriver/actions/accessibility/
AccessibilityUiElementActor.java 21 import io.appium.droiddriver.scroll.Direction.PhysicalDirection;
45 public void scroll(UiElement uiElement, PhysicalDirection direction) { method in class:AccessibilityUiElementActor
  /external/toybox/kconfig/lxdialog/
inputbox.c 48 int input_x = 0, scroll = 0, key = 0, button = -1; local
103 scroll = input_x - box_width + 1;
106 waddch(dialog, instr[scroll + i]);
130 if (input_x || scroll) {
133 scroll = scroll < box_width - 1 ? 0 : scroll - (box_width - 1);
137 instr[scroll + input_x + i] ?
138 instr[scroll + input_x + i] : ' ');
139 input_x = strlen(instr) - scroll;
    [all...]
checklist.c 57 * Print the scroll indicators.
59 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll,
64 if (scroll > 0) {
79 if ((height < item_no) && (scroll + choice < item_no - 1)) {
115 int key = 0, button = 0, choice = 0, scroll = 0, max_choice; local
182 scroll = choice - list_height + 1;
183 choice -= scroll;
188 item_set(scroll + i);
192 print_arrows(dialog, choice, item_count(), scroll,
205 item_set(i + scroll);
    [all...]
menubox.c 53 * Reset 'scroll' to 0 if the value from lxdialog.scrltmp is bogus.
56 * fscanf would read in 'scroll', and eventually that value would get used.
109 * Print the scroll indicators.
111 static void print_arrows(WINDOW * win, int item_no, int scroll, int y, int x,
120 if (scroll > 0) {
136 if ((height < item_no) && (scroll + height < item_no)) {
168 /* scroll up n lines (n may be negative) */
169 static void do_scroll(WINDOW *win, int *scroll, int n)
171 /* Scroll menu up */
175 *scroll = *scroll + n
187 int key = 0, button = 0, scroll = 0, choice = 0; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
eventhistory.cpp 113 bool scroll = true; local
117 scroll = false;
122 if (scroll)

Completed in 562 milliseconds

1 2 3 4 5