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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/ui/events/gestures/
fling_curve_unittest.cc 17 gfx::Vector2dF scroll = local
19 EXPECT_EQ(0, scroll.x());
20 EXPECT_NEAR(scroll.y(), 96, 1);
22 scroll =
24 EXPECT_EQ(0, scroll.x());
25 EXPECT_NEAR(scroll.y(), 705, 1);
27 scroll =
29 EXPECT_EQ(0, scroll.x());
30 EXPECT_NEAR(scroll.y(), 392, 1);
fling_curve.cc 72 gfx::Vector2dF scroll(displacement * displacement_ratio_.x(),
74 gfx::Vector2dF scroll_increment(scroll.x() - cumulative_scroll_.x(),
75 scroll.y() - cumulative_scroll_.y());
76 cumulative_scroll_ = scroll;
  /external/droiddriver/src/com/google/android/droiddriver/scroll/
ScrollStepStrategy.java 16 package com.google.android.droiddriver.scroll;
21 import com.google.android.droiddriver.scroll.Direction.DirectionConverter;
22 import com.google.android.droiddriver.scroll.Direction.PhysicalDirection;
29 * Tries to scroll {@code containerFinder} in {@code direction}. Returns
33 * @param containerFinder Finder for the container that can scroll, for
38 boolean scroll(DroidDriver driver, Finder containerFinder, PhysicalDirection direction); method in interface:ScrollStepStrategy
46 * Called only if this step is at the beginning of a series of scroll steps
50 * @param containerFinder Finder for the container that can scroll, for
60 * Called only if this step is at the end of a series of scroll steps with
64 * @param containerFinder Finder for the container that can scroll, fo
    [all...]
Scrollers.java 17 package com.google.android.droiddriver.scroll;
25 import com.google.android.droiddriver.scroll.Direction.Axis;
26 import com.google.android.droiddriver.scroll.Direction.DirectionConverter;
27 import com.google.android.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)) {
ForwardingScrollStepStrategy.java 16 package com.google.android.droiddriver.scroll;
22 import com.google.android.droiddriver.scroll.Direction.DirectionConverter;
23 import com.google.android.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);
Scroller.java 16 package com.google.android.droiddriver.scroll;
22 import com.google.android.droiddriver.scroll.Direction.PhysicalDirection;
33 * @param containerFinder Finder for the container that can scroll, for
47 * @param containerFinder Finder for the container that can scroll, for
StaticSentinelStrategy.java 16 package com.google.android.droiddriver.scroll;
24 import com.google.android.droiddriver.scroll.Direction.DirectionConverter;
25 import com.google.android.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
StepBasedScroller.java 16 package com.google.android.droiddriver.scroll;
18 import static com.google.android.droiddriver.scroll.Direction.LogicalDirection.BACKWARD;
29 import com.google.android.droiddriver.scroll.Direction.Axis;
30 import com.google.android.droiddriver.scroll.Direction.DirectionConverter;
31 import com.google.android.droiddriver.scroll.Direction.PhysicalDirection;
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;
ButtonAboveTallInternalSelectionView.java 17 package android.widget.scroll;
25 * A button above a tall internal selection view, wrapped in a scroll view.
ButtonAboveTallInternalSelectionViewTest.java 17 package android.widget.scroll;
19 import android.widget.scroll.ButtonAboveTallInternalSelectionView;
37 assertEquals("scrollview scroll y",
ButtonsWithTallTextViewInBetween.java 17 package android.widget.scroll;
  /external/chromium_org/chrome/browser/resources/options/chromeos/
pointer_overlay.css 9 #touchpad-scroll-direction {
  /external/droiddriver/src/com/google/android/droiddriver/actions/
UiElementActor.java 20 import com.google.android.droiddriver.scroll.Direction.PhysicalDirection;
57 void scroll(UiElement uiElement, PhysicalDirection direction); method in interface:UiElementActor
EventUiElementActor.java 20 import com.google.android.droiddriver.scroll.Direction.PhysicalDirection;
50 public void scroll(UiElement uiElement, PhysicalDirection direction) { method in class:EventUiElementActor
  /external/chromium_org/third_party/skia/gm/rebaseline_server/static/
utils.js 4 $(window).scroll( function() {
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/
MultiPageTextWithPadding.java 17 package android.widget.scroll.arrowscroll;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackViewScroller.java 61 /** Gets the current stack scroll */
66 /** Sets the current stack scroll */
74 /** Sets the current stack scroll without calling the callback. */
80 * Sets the current stack scroll to the initial state when you first enter recents.
89 /** Bounds the current scroll if necessary */
99 /** Bounds the current scroll if necessary, but does not synchronize the stack view with the model. */
110 /** Returns the bounded stack scroll */
111 float getBoundedStackScroll(float scroll) {
112 return Math.max(mLayoutAlgorithm.mMinScrollP, Math.min(mLayoutAlgorithm.mMaxScrollP, scroll));
115 /** Returns the amount that the aboslute value of how much the scroll is out of bounds. *
191 float scroll = scrollRangeToProgress(mScroller.getCurrY()); local
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
SchedGui.py 42 self.scroll = wx.ScrolledWindow(self.panel)
43 self.scroll.SetScrollbars(self.scroll_scale, self.scroll_scale, self.width_virtual / self.scroll_scale, self.height_virtual / self.scroll_scale)
44 self.scroll.EnableScrolling(True, True)
45 self.scroll.SetFocus()
48 self.scroll_panel = wx.Panel(self.scroll, size=(self.screen_width - 15, self.screen_height / 2))
52 self.scroll.Bind(wx.EVT_PAINT, self.on_paint)
53 self.scroll.Bind(wx.EVT_KEY_DOWN, self.on_key_press)
54 self.scroll.Bind(wx.EVT_LEFT_DOWN, self.on_mouse_down)
56 self.scroll.Fit()
72 (x, y) = self.scroll.GetViewStart(
    [all...]
  /external/droiddriver/src/com/google/android/droiddriver/actions/accessibility/
AccessibilityUiElementActor.java 22 import com.google.android.droiddriver.scroll.Direction.PhysicalDirection;
51 public void scroll(UiElement uiElement, PhysicalDirection direction) { method in class:AccessibilityUiElementActor
  /external/chromium_org/third_party/WebKit/public/web/
WebPluginScrollbar.h 64 // Scroll back or forward with the given granularity.
65 virtual void scroll(ScrollDirection, ScrollGranularity, float multiplier) = 0;
  /developers/build/prebuilts/gradle/SkeletonWearableApp/Wearable/src/main/java/com/example/android/google/wearable/app/
MainActivity.java 105 scroll(View.FOCUS_DOWN);
111 scroll(View.FOCUS_UP);
117 scroll(View.FOCUS_UP);
120 private void scroll(final int scrollDirection) { method in class:MainActivity
121 final ScrollView scrollView = (ScrollView) findViewById(R.id.scroll);
  /developers/samples/android/wearable/wear/SkeletonWearableApp/Wearable/src/main/java/com/example/android/google/wearable/app/
MainActivity.java 105 scroll(View.FOCUS_DOWN);
111 scroll(View.FOCUS_UP);
117 scroll(View.FOCUS_UP);
120 private void scroll(final int scrollDirection) { method in class:MainActivity
121 final ScrollView scrollView = (ScrollView) findViewById(R.id.scroll);
  /development/samples/browseable/SkeletonWearableApp/Wearable/src/com.example.android.google.wearable.app/
MainActivity.java 105 scroll(View.FOCUS_DOWN);
111 scroll(View.FOCUS_UP);
117 scroll(View.FOCUS_UP);
120 private void scroll(final int scrollDirection) { method in class:MainActivity
121 final ScrollView scrollView = (ScrollView) findViewById(R.id.scroll);
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
RuleListController.java 55 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);

Completed in 1594 milliseconds

1 2 3 4 5 6 7 8 91011>>