Searched defs:direction (Results 26 - 50 of 419) sorted by relevance

1234567891011>>

/external/droiddriver/src/com/google/android/droiddriver/helpers/
H A DScrollerHelper.java54 * Scrolls {@code containerFinder} in {@code direction} if necessary to find
59 * @param direction
63 public UiElement scrollTo(Finder itemFinder, PhysicalDirection direction) { argument
64 return scroller.scrollTo(driver, containerFinder, itemFinder, direction);
/external/droiddriver/src/com/google/android/droiddriver/scroll/
H A DScroller.java43 * Scrolls {@code containerFinder} in {@code direction} if necessary to find
51 * @param direction
56 PhysicalDirection direction);
55 scrollTo(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 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
35 * @param direction
38 boolean scroll(DroidDriver driver, Finder containerFinder, PhysicalDirection direction); argument
54 * @param direction
57 PhysicalDirection direction);
68 * @param direction
71 PhysicalDirection direction);
79 * @param direction
81 void doScroll(UiElement container, PhysicalDirection direction); argument
56 beginScrolling(DroidDriver driver, Finder containerFinder, Finder itemFinder, PhysicalDirection direction) argument
70 endScrolling(DroidDriver driver, Finder containerFinder, Finder itemFinder, PhysicalDirection direction) argument
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/icu/icu4c/source/layout/
H A DMultipleSubstSubtables.cpp74 le_int32 insert = 0, direction = 1; local
78 direction = -1;
85 insert += direction;
/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/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/chromium_org/ash/
H A Dfocus_cycler.cc37 void FocusCycler::RotateFocus(Direction direction) { argument
44 direction == BACKWARD ?
67 if (direction == FORWARD)
90 direction == BACKWARD ?
/external/chromium_org/chrome/browser/extensions/api/sync_file_system/
H A Dsync_file_system_api_helpers.cc62 sync_file_system::SyncDirection direction) {
63 switch (direction) {
71 NOTREACHED() << "Invalid direction: " << direction;
61 SyncDirectionToExtensionEnum( sync_file_system::SyncDirection direction) argument
/external/chromium_org/content/browser/renderer_host/input/
H A Dweb_input_event_builders_android.cc81 WebMouseWheelEvent WebMouseWheelEventBuilder::Build(Direction direction, argument
98 switch (direction) {
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
H A DComposedTreeWalker.cpp44 Node* ComposedTreeWalker::traverseChild(const Node* node, TraversalDirection direction) const
48 return shadow ? traverseLightChildren(shadow->youngestShadowRoot(), direction)
49 : traverseLightChildren(node, direction);
52 Node* ComposedTreeWalker::traverseLightChildren(const Node* node, TraversalDirection direction) argument
55 return traverseSiblings(direction == TraversalDirectionForward ? node->firstChild() : node->lastChild(), direction);
58 Node* ComposedTreeWalker::traverseSiblings(const Node* node, TraversalDirection direction) argument
60 for (const Node* sibling = node; sibling; sibling = (direction == TraversalDirectionForward ? sibling->nextSibling() : sibling->previousSibling())) {
61 if (Node* found = traverseNode(sibling, direction))
67 Node* ComposedTreeWalker::traverseNode(const Node* node, TraversalDirection direction) argument
79 traverseDistributedNodes(const Node* node, const InsertionPoint* insertionPoint, TraversalDirection direction) argument
88 traverseSiblingOrBackToInsertionPoint(const Node* node, TraversalDirection direction) argument
104 traverseSiblingInCurrentTree(const Node* node, TraversalDirection direction) argument
114 traverseBackToYoungerShadowRoot(const Node* node, TraversalDirection direction) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderButton.cpp93 int RenderButton::baselinePosition(FontBaseline baseline, bool firstLine, LineDirectionMode direction, LinePositionMode linePositionMode) const argument
103 if (direction == HorizontalLine)
108 return RenderFlexibleBox::baselinePosition(baseline, firstLine, direction, linePositionMode);
H A DTextRunConstructor.cpp42 static inline TextRun constructTextRunInternal(RenderObject* context, const Font& font, const CharacterType* characters, int length, RenderStyle* style, TextDirection direction, TextRun::ExpansionBehavior expansion) argument
47 TextRun run(characters, length, 0, 0, expansion, direction, directionalOverride);
55 static inline TextRun constructTextRunInternal(RenderObject* context, const Font& font, const CharacterType* characters, int length, RenderStyle* style, TextDirection direction, TextRun::ExpansionBehavior expansion, TextRunFlags flags) argument
59 TextDirection textDirection = direction;
63 textDirection = style->direction();
75 TextRun constructTextRun(RenderObject* context, const Font& font, const LChar* characters, int length, RenderStyle* style, TextDirection direction, TextRun::ExpansionBehavior expansion) argument
77 return constructTextRunInternal(context, font, characters, length, style, direction, expansion);
80 TextRun constructTextRun(RenderObject* context, const Font& font, const UChar* characters, int length, RenderStyle* style, TextDirection direction, TextRun::ExpansionBehavior expansion) argument
82 return constructTextRunInternal(context, font, characters, length, style, direction, expansion);
85 TextRun constructTextRun(RenderObject* context, const Font& font, const RenderText* text, RenderStyle* style, TextDirection direction, TextRu argument
92 constructTextRun(RenderObject* context, const Font& font, const RenderText* text, unsigned offset, unsigned length, RenderStyle* style, TextDirection direction, TextRun::ExpansionBehavior expansion) argument
100 constructTextRun(RenderObject* context, const Font& font, const String& string, RenderStyle* style, TextDirection direction, TextRun::ExpansionBehavior expansion, TextRunFlags flags) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DStyleReflection.h48 CSSReflectionDirection direction() const { return m_direction; } function in class:blink::StyleReflection
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DBidiContext.h58 BidiContext(unsigned char level, WTF::Unicode::Direction direction, bool override, BidiEmbeddingSource source, BidiContext* parent) argument
60 , m_direction(direction)
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebNotification.cpp66 WebTextDirection WebNotification::direction() const function in class:blink::WebNotification
68 return toWebTextDirection(m_private->direction());
/external/chromium_org/third_party/icu/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/chromium_org/third_party/skia/experimental/Intersection/
H A DSimplifyFindTop_Test.cpp61 int direction = index < end ? 1 : -1; local
63 index += direction;
/external/chromium_org/ui/views/controls/
H A Dslide_out_view.cc78 void SlideOutView::SlideOutAndClose(SlideDirection direction) { argument
87 transform.Translate(direction == SLIDE_LEFT ? -width() : width(), 0.0);
/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);

Completed in 2572 milliseconds

1234567891011>>