Searched defs:direction (Results 1 - 25 of 204) sorted by relevance

123456789

/external/droiddriver/src/io/appium/droiddriver/scroll/
H A DScroller.java41 * Scrolls {@code containerFinder} in {@code direction} if necessary to find {@code itemFinder},
47 * @param direction specifies where the view port will move instead of the finger
52 PhysicalDirection direction);
51 scrollTo(DroidDriver driver, Finder containerFinder, Finder itemFinder, PhysicalDirection direction) argument
H A DForwardingScrollStepStrategy.java39 public boolean scroll(DroidDriver driver, Finder containerFinder, PhysicalDirection direction) { argument
40 return delegate().scroll(driver, containerFinder, direction);
50 PhysicalDirection direction) {
51 delegate().beginScrolling(driver, containerFinder, itemFinder, direction);
56 PhysicalDirection direction) {
57 delegate().endScrolling(driver, containerFinder, itemFinder, direction);
61 public void doScroll(UiElement container, PhysicalDirection direction) { argument
62 delegate().doScroll(container, direction);
49 beginScrolling(DroidDriver driver, Finder containerFinder, Finder itemFinder, PhysicalDirection direction) argument
55 endScrolling(DroidDriver driver, Finder containerFinder, Finder itemFinder, PhysicalDirection direction) argument
H A DScrollStepStrategy.java29 * Tries to scroll {@code containerFinder} in {@code direction}. Returns whether scrolling is
34 * @param direction specifies where the view port will move instead of the finger
37 boolean scroll(DroidDriver driver, Finder containerFinder, PhysicalDirection direction); argument
51 * @param direction specifies where the view port will move instead of the finger
54 PhysicalDirection direction);
63 * @param direction specifies where the view port will move instead of the finger
66 PhysicalDirection direction);
73 * @param direction specifies where the view port will move instead of the finger
75 void doScroll(UiElement container, PhysicalDirection direction); argument
53 beginScrolling(DroidDriver driver, Finder containerFinder, Finder itemFinder, PhysicalDirection direction) argument
65 endScrolling(DroidDriver driver, Finder containerFinder, Finder itemFinder, PhysicalDirection direction) argument
H A DScrollers.java39 public boolean scroll(DroidDriver driver, Finder containerFinder, PhysicalDirection direction) { argument
40 if (super.scroll(driver, containerFinder, direction)) {
H A DStaticSentinelStrategy.java29 * in the logical scroll direction is fully visible. This assumes the count of
51 public boolean scroll(DroidDriver driver, Finder containerFinder, PhysicalDirection direction) { argument
52 UiElement sentinel = getSentinel(driver, containerFinder, direction);
54 // If the last child in the logical scroll direction is fully visible, no
61 doScroll(container, direction);
H A DStepBasedScroller.java79 // that we can start search in the other direction w/o polling on pages we
82 PhysicalDirection direction, boolean scrollBack) {
83 Logs.call(this, "scrollTo", driver, containerFinder, itemFinder, direction, scrollBack);
94 if (i < maxScrolls && !scrollStepStrategy.scroll(driver, containerFinder, direction)) {
112 driver.on(containerFinder).scroll(direction.reverse());
120 PhysicalDirection direction) {
122 scrollStepStrategy.beginScrolling(driver, containerFinder, itemFinder, direction);
123 return scrollTo(driver, containerFinder, itemFinder, direction, false);
125 scrollStepStrategy.endScrolling(driver, containerFinder, itemFinder, direction);
81 scrollTo(DroidDriver driver, Finder containerFinder, Finder itemFinder, PhysicalDirection direction, boolean scrollBack) argument
119 scrollTo(DroidDriver driver, Finder containerFinder, Finder itemFinder, PhysicalDirection direction) argument
/external/libpcap/pcap/
H A Dbluetooth.h42 u_int32_t direction; /* if first bit is set direction is incoming */ member in struct:_pcap_bluetooth_h4_header
/external/skia/gm/
H A Darcofzorro.cpp42 int direction = 0; variable
54 switch (direction) {
58 direction = 1;
65 direction = 2;
/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
H A DNonMonotonousSequenceException.java37 private final MathUtils.OrderDirection direction; field in class:NonMonotonousSequenceException
72 * @param direction Strictly positive for a sequence required to be
80 MathUtils.OrderDirection direction,
82 super(direction == MathUtils.OrderDirection.INCREASING ?
91 this.direction = direction;
98 * @return the order direction.
101 return direction;
77 NonMonotonousSequenceException(Number wrong, Number previous, int index, MathUtils.OrderDirection direction, boolean strict) argument
/external/droiddriver/src/io/appium/droiddriver/actions/
H A DEventUiElementActor.java45 public void scroll(UiElement uiElement, PhysicalDirection direction) { argument
46 uiElement.perform(SwipeAction.toScroll(direction));
H A DUiElementActor.java45 * Scrolls in the given direction.
47 * @param direction specifies where the view port will move, instead of the
50 void scroll(UiElement uiElement, PhysicalDirection direction); argument
/external/droiddriver/src/io/appium/droiddriver/actions/accessibility/
H A DAccessibilityScrollAction.java32 private final PhysicalDirection direction; field in class:AccessibilityScrollAction
34 public AccessibilityScrollAction(PhysicalDirection direction) { argument
35 this(direction, 1000L);
38 public AccessibilityScrollAction(PhysicalDirection direction, long timeoutMillis) { argument
40 this.direction = direction;
49 switch (direction) {
62 return Strings.toStringHelper(this).addValue(direction).toString();
H A DAccessibilityUiElementActor.java45 public void scroll(UiElement uiElement, PhysicalDirection direction) { argument
46 uiElement.perform(new AccessibilityScrollAction(direction));
/external/droiddriver/src/io/appium/droiddriver/helpers/
H A DScrollerHelper.java54 * Scrolls {@code containerFinder} in {@code direction} if necessary to find
59 * @param direction specifies where the view port will move instead of the finger
63 public UiElement scrollTo(Finder itemFinder, PhysicalDirection direction) { argument
64 return scroller.scrollTo(driver, containerFinder, itemFinder, direction);
/external/icu/icu4c/source/layout/
H A DMultipleSubstSubtables.cpp79 le_int32 insert = 0, direction = 1; local
83 direction = -1;
90 insert += direction;
H A DGlyphIterator.h81 le_int32 direction; member in class:GlyphIterator
/external/iptables/include/linux/netfilter/
H A Dxt_connbytes.h24 __u8 direction; /* ipt_connbytes_direction */ member in struct:xt_connbytes_info
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_connbytes.h24 __u8 direction; /* ipt_connbytes_direction */ member in struct:xt_connbytes_info
/external/tcpdump/
H A Dprint-usb.c37 /* returns direction: 1=inbound 2=outbound -1=invalid */
41 int direction; local
43 direction = -1;
51 direction = 2;
55 direction = 1;
58 direction = -1;
65 direction = 1;
69 direction = 2;
72 direction = -1;
76 direction
85 int direction; local
[all...]
/external/chromium-trace/catapult/dashboard/dashboard/models/
H A Danomaly.py17 # direction of UP or DOWN, but a test's improvement direction can be UNKNOWN.
67 def direction(self): member in class:Anomaly
84 # |self.direction| is never equal to |UNKNOWN| (see the definition above)
85 # so when the test improvement direction is |UNKNOWN|, |self.is_improvement|
87 self.is_improvement = (self.direction == test.improvement_direction)
/external/fio/
H A Dcairo_text_helpers.c12 double factor, direction; local
17 direction = -1.0;
21 direction = -1.0;
26 direction = 1.0;
34 x = x + direction * (factor * extents.width + extents.x_bearing);
/external/icu/icu4c/source/i18n/
H A Drbt_pars.h62 UTransDirection direction; member in class:TransliteratorParser
151 * Parse the given rules, in the given direction. After this call
156 * @param direction either FORWARD or REVERSE.
162 UTransDirection direction,
177 * @param direction either FORWARD or REVERSE.
180 UTransDirection direction,
H A Dtransreg.h114 UTransDirection direction; member in class:TransliteratorAlias
160 * Given a simple ID (forward direction, no inline filter, not
379 UTransDirection direction);
/external/skia/src/gpu/effects/
H A DGr1DKernelEffect.h32 Direction direction,
35 , fDirection(direction)
44 Direction direction() const { return fDirection; } function in class:Gr1DKernelEffect
31 Gr1DKernelEffect(GrTexture* texture, Direction direction, int radius) argument
/external/tpm2/
H A DCpriRNG.c61 // This function is used to set the state of the RNG (direction == PUT_STATE) or to recover the state of the
62 // RNG (direction == GET_STATE).
70 GET_PUT direction,
75 UNREFERENCED_PARAMETER(direction);
69 _cpri__DrbgGetPutState( GET_PUT direction, int bufferSize, BYTE *buffer ) argument

Completed in 2198 milliseconds

123456789