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

1 2 3 4 5 6 7 8 910

  /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;
ShortButtons.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/scroll/
SentinelStrategy.java 16 package com.google.android.droiddriver.scroll;
27 * Tries to scroll {@code parentFinder} in {@code direction}. Returns whether
31 * @param parentFinder Finder for the container that can scroll, for instance
36 boolean scroll(DroidDriver driver, Finder parentFinder, ScrollDirection direction); method in interface:SentinelStrategy
StaticSentinelStrategy.java 16 package com.google.android.droiddriver.scroll;
25 import com.google.android.droiddriver.scroll.Direction.PhysicalToLogicalConverter;
29 * in the logical scroll direction is fully visible. Use this when the count of
49 public boolean scroll(DroidDriver driver, Finder parentFinder, ScrollDirection direction) { method in class:StaticSentinelStrategy
51 // If the last child in the logical scroll direction is fully visible, no
58 parent.scroll(direction);
SentinelScroller.java 16 package com.google.android.droiddriver.scroll;
27 import com.google.android.droiddriver.scroll.Direction.Axis;
33 * look again, until we cannot scroll any more. A {@link SentinelStrategy} is
49 * child after each scroll
50 * @param axis the axis this scroller can scroll
82 if (i < maxScrolls && !sentinelStrategy.scroll(driver, parentFinder, direction)) {
91 // have either found childFinder, or stopped to scroll b/c of reaching the
Scroller.java 16 package com.google.android.droiddriver.scroll;
33 * @param parentFinder Finder for the container that can scroll, for instance
47 * @param parentFinder Finder for the container that can scroll, for instance
  /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/linux-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/chromium_org/chrome/browser/resources/chromeos/
menu.css 73 .scroll-button {
82 #scroll-up {
87 #scroll-down {
91 .scroll-button:hover {
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrackRegion.idl 41 [SetterRaisesException] attribute DOMString scroll;
  /external/chromium_org/third_party/WebKit/Source/core/platform/
HostWindow.h 51 // Requests the host scroll backingstore by the specified delta, rect to scroll, and clip rect.
52 virtual void scroll(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect) = 0;
  /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;
  /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);
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
eventhistory.cpp 113 bool scroll = true; local
117 scroll = false;
122 if (scroll)
  /external/chromium_org/webkit/child/
touch_fling_gesture_curve.cc 142 // Keep track of integer portion of scroll thus far, and prepare increment.
143 WebFloatSize scroll(displacement * displacement_ratio_.x,
145 WebFloatSize scroll_increment(scroll.width - cumulative_scroll_.width,
146 scroll.height - cumulative_scroll_.height);
149 cumulative_scroll_ = scroll;
  /external/chromium-trace/trace-viewer/src/cc/
layer_tree_quad_stack_viewer.css 22 overflow: scroll;
  /external/chromium_org/chrome/browser/resources/file_manager/css/
tile_view.css 10 overflow-x: scroll;
  /external/chromium_org/chrome/common/extensions/docs/static/js/
scroll.js 5 // Scroll handling.
8 // depending on whether it's scrolled into view, and manages the scroll-to-top
13 var scrollToTop = document.getElementById('scroll-to-top');
31 // Whole sidebar doesn't fit, so show the scroll-to-top button instead.
42 window.addEventListener('scroll', relayout);
  /cts/suite/cts/deviceTests/browserbench/assets/octane/js/
bootstrap-collapse.js 51 , scroll
58 scroll = $.camelCase(['scroll', dimension].join('-'))
70 this.$element[dimension](this.$element[0][scroll])

Completed in 332 milliseconds

1 2 3 4 5 6 7 8 910