Searched refs:scroll (Results 1 - 25 of 67) sorted by relevance

123

/external/droiddriver/src/io/appium/droiddriver/actions/
H A DUiElementActor.java20 import io.appium.droiddriver.scroll.Direction.PhysicalDirection;
50 void scroll(UiElement uiElement, PhysicalDirection direction); method in interface:UiElementActor
H A DEventUiElementActor.java20 import io.appium.droiddriver.scroll.Direction.PhysicalDirection;
45 public void scroll(UiElement uiElement, PhysicalDirection direction) { method in class:EventUiElementActor
/external/droiddriver/src/io/appium/droiddriver/scroll/
H A DScrollStepStrategy.java16 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, fo
[all...]
H A DScrollers.java17 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)) {
H A DForwardingScrollStepStrategy.java16 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);
H A DScroller.java16 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
H A DStaticSentinelStrategy.java16 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
H A DStepBasedScroller.java16 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(directio
[all...]
H A DDirection.java16 package io.appium.droiddriver.scroll;
18 import static io.appium.droiddriver.scroll.Direction.PhysicalDirection.DOWN;
19 import static io.appium.droiddriver.scroll.Direction.PhysicalDirection.LEFT;
20 import static io.appium.droiddriver.scroll.Direction.PhysicalDirection.RIGHT;
21 import static io.appium.droiddriver.scroll.Direction.PhysicalDirection.UP;
24 * A namespace to hold interfaces and constants for scroll directions.
H A DAccessibilityEventScrollStepStrategy.java16 package io.appium.droiddriver.scroll;
31 import io.appium.droiddriver.scroll.Direction.Axis;
32 import io.appium.droiddriver.scroll.Direction.DirectionConverter;
33 import io.appium.droiddriver.scroll.Direction.PhysicalDirection;
51 * Stores the data if we reached end at the last {@link #scroll}. If the data
52 * match when a new scroll is requested, we can return immediately.
74 * scroll up to {@code scrollEventTimeoutMillis}.
111 public boolean scroll(DroidDriver driver, Finder containerFinder, method in class:AccessibilityEventScrollStepStrategy
113 // Check if we've reached end after last scroll.
121 Logs.log(Log.DEBUG, "reached scroll en
[all...]
H A DSentinelStrategy.java16 package io.appium.droiddriver.scroll;
29 import io.appium.droiddriver.scroll.Direction.DirectionConverter;
30 import io.appium.droiddriver.scroll.Direction.LogicalDirection;
31 import io.appium.droiddriver.scroll.Direction.PhysicalDirection;
208 container.scroll(direction);
H A DDynamicSentinelStrategy.java16 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
/external/toybox/kconfig/lxdialog/
H A Dmenubox.c53 * 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, argument
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) argument
175 *scroll = *scroll
187 int key = 0, button = 0, scroll = 0, choice = 0; local
[all...]
H A Dchecklist.c57 * Print the scroll indicators.
59 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll, argument
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...]
H A Dinputbox.c48 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...]
/external/droiddriver/src/io/appium/droiddriver/actions/accessibility/
H A DAccessibilityUiElementActor.java21 import io.appium.droiddriver.scroll.Direction.PhysicalDirection;
45 public void scroll(UiElement uiElement, PhysicalDirection direction) { method in class:AccessibilityUiElementActor
H A DAccessibilityScrollAction.java24 import io.appium.droiddriver.scroll.Direction.PhysicalDirection;
/external/droiddriver/src/io/appium/droiddriver/helpers/
H A DScrollerHelper.java23 import io.appium.droiddriver.scroll.Direction.PhysicalDirection;
24 import io.appium.droiddriver.scroll.Scroller;
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
H A DRuleListController.java55 private final JScrollPane scroll = new JScrollPane( list, field in class:RuleListController
68 return scroll;
89 scroll.setViewportBorder(BorderFactory.createEtchedBorder());
90 scroll.setBorder(BorderFactory.createTitledBorder(
92 scroll.setOpaque(false);
H A DRunnerController.java69 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/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Deventhistory.cpp113 bool scroll = true; local
117 scroll = false;
122 if (scroll)
/external/droiddriver/src/io/appium/droiddriver/
H A DUiElement.java28 import io.appium.droiddriver.scroll.Direction.PhysicalDirection;
185 void scroll(PhysicalDirection direction); method in interface:UiElement
/external/chromium-trace/catapult/telemetry/telemetry/internal/actions/
H A Dscroll_unittest.py7 from telemetry.internal.actions import scroll namespace
22 i = scroll.ScrollAction()
65 i = scroll.ScrollAction(direction='downright')
86 # Verify that the rect returned by getBoundingVisibleRect() in scroll.js is
90 # between main-thread and impl-thread scroll. If the scrollable area were
93 # result in a scroll location outside of the viewport bounds.
/external/fio/
H A Dghelpers.c194 GtkWidget *scroll; local
196 scroll = gtk_scrolled_window_new(NULL, NULL);
197 gtk_container_set_border_width(GTK_CONTAINER(scroll), border_width);
198 gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(scroll), GTK_POLICY_AUTOMATIC, GTK_POLICY_AUTOMATIC);
200 return scroll;
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dbrowser.c153 GtkWidget *scroll; local
173 scroll = gtk_scrolled_window_new(NULL, NULL);
174 gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(scroll),
196 gtk_container_add(GTK_CONTAINER(scroll), GTK_WIDGET(view));
197 gtk_container_add(GTK_CONTAINER(ctx.win), GTK_WIDGET(scroll));

Completed in 512 milliseconds

123