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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/skia/experimental/webtry/res/css/cm/
codemirror.css 8 .CodeMirror-scroll {
119 .CodeMirror-scroll {
148 overflow-y: scroll;
153 overflow-x: scroll;
224 .CodeMirror-wrap .CodeMirror-scroll {
  /external/skia/experimental/webtry/res/css/cm/
codemirror.css 8 .CodeMirror-scroll {
119 .CodeMirror-scroll {
148 overflow-y: scroll;
153 overflow-x: scroll;
224 .CodeMirror-wrap .CodeMirror-scroll {
  /packages/apps/Browser/src/com/android/browser/
NavTabScroller.java 194 int scroll = getScrollValue(); local
215 setScrollValue(scroll);
282 int scroll = 0; local
290 scroll = - (centerScreen - centerView - gap);
295 scroll = - (centerScreen + gap - centerView);
301 scroll = - (centerScreen - centerView);
305 scroll -= gap;
320 if (scroll != 0) {
322 scroll1 = ObjectAnimator.ofInt(this, "scrollX", getScrollX(), getScrollX() + scroll);
324 scroll1 = ObjectAnimator.ofInt(this, "scrollY", getScrollY(), getScrollY() + scroll);
    [all...]
  /packages/apps/Music/src/com/android/music/
VerticalTextSpinner.java 177 scroll(); method
182 scroll(); method
231 scroll(); method
238 scroll(); method
387 * scroll past it.
391 scroll(); method
449 private void scroll() { method in class:VerticalTextSpinner
  /external/chromium_org/chrome/browser/resources/chromeos/network_ui/
network_ui.css 24 overflow: scroll;
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
ScrollViewButtonsAndLabelsTest.java 17 package android.widget.scroll;
19 import android.widget.scroll.ScrollViewButtonsAndLabels;
77 + "button in the scroll view for this test to work (since we "
RequestRectangleVisible.java 17 package android.widget.scroll;
  /build/tools/droiddoc/templates-pdk/assets/design/
default.css 260 background: transparent url(disclosure_down.png) no-repeat scroll top left;
273 background: transparent url(disclosure_up.png) no-repeat scroll top left;
326 background: transparent url(disclosure_left.png) no-repeat scroll top left;
336 background: transparent url(disclosure_right.png) no-repeat scroll top left;
525 background: transparent url(callout.png) no-repeat scroll 50% 50%;
555 background: transparent url(device_galaxynexus_blank_land_span13.png) no-repeat scroll top left;
563 background: transparent url(device_galaxynexus_blank_port_span9.png) no-repeat scroll top left;
571 background: transparent url(device_galaxynexus_blank_port_span5.png) no-repeat scroll top left;
585 background: transparent url(disclosure_right.png) no-repeat scroll top left;
618 background: transparent url(ico_movie_inline.png) no-repeat scroll top left
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTRegion.h 85 const AtomicString scroll() const;
120 Scroll
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollAnimatorNone.h 36 #include "platform/scroll/ScrollAnimator.h"
47 virtual bool scroll(ScrollbarOrientation, ScrollGranularity, float step, float delta) OVERRIDE;
ScrollAnimatorNone.cpp 33 #include "platform/scroll/ScrollAnimatorNone.h"
36 #include "platform/scroll/ScrollableArea.h"
397 bool ScrollAnimatorNone::scroll(ScrollbarOrientation orientation, ScrollGranularity granularity, float step, float delta) function in class:blink::ScrollAnimatorNone
400 return ScrollAnimator::scroll(orientation, granularity, step, delta);
402 TRACE_EVENT0("blink", "ScrollAnimatorNone::scroll");
415 return ScrollAnimator::scroll(orientation, granularity, step, delta);
420 return ScrollAnimator::scroll(orientation, granularity, step, delta);
422 // This is an animatable scroll. Set the animation in motion using the appropriate parameters.
  /external/droiddriver/src/com/google/android/droiddriver/base/
BaseUiElement.java 29 import com.google.android.droiddriver.scroll.Direction.PhysicalDirection;
229 public void scroll(PhysicalDirection direction) { method in class:BaseUiElement
230 uiElementActor.scroll(this, direction);
  /external/chromium_org/ui/views/
view_targeter_unittest.cc 163 // for scroll events.
190 ui::ScrollEvent scroll(ui::ET_SCROLL,
198 &scroll);
203 current_target = targeter->FindNextBestTarget(child, &scroll);
205 current_target = targeter->FindNextBestTarget(content, &scroll);
208 &scroll);
215 scroll = ui::ScrollEvent(ui::ET_SCROLL,
222 current_target = targeter->FindTargetForEvent(root_view, &scroll);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
codemirror.css 8 .CodeMirror-scroll {
148 .CodeMirror-scroll {
177 overflow-y: scroll;
182 overflow-x: scroll;
253 .CodeMirror-wrap .CodeMirror-scroll {
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
DigitalWatchFaceWearableConfigActivity.java 137 public void onScroll(int scroll) {}
140 public void onAbsoluteScrollChange(int scroll) {
141 float newTranslation = Math.min(-scroll, 0);
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
DigitalWatchFaceWearableConfigActivity.java 137 public void onScroll(int scroll) {}
140 public void onAbsoluteScrollChange(int scroll) {
141 float newTranslation = Math.min(-scroll, 0);
  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DigitalWatchFaceWearableConfigActivity.java 137 public void onScroll(int scroll) {}
140 public void onAbsoluteScrollChange(int scroll) {
141 float newTranslation = Math.min(-scroll, 0);
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginScrollbarImpl.cpp 30 #include "platform/scroll/ScrollAnimator.h"
31 #include "platform/scroll/ScrollTypes.h"
32 #include "platform/scroll/Scrollbar.h"
33 #include "platform/scroll/ScrollbarTheme.h"
223 void WebPluginScrollbarImpl::scroll(ScrollDirection direction, ScrollGranularity granularity, float multiplier) function in class:blink::WebPluginScrollbarImpl
232 m_group->scroll(dir, static_cast<blink::ScrollGranularity>(granularity), multiplier);
365 // Will return false if scroll direction wasn't compatible with this scrollbar.
366 return m_group->scroll(scrollDirection, scrollGranularity);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_curses.py 121 stdscr.scroll()
122 stdscr.scroll(2)
123 stdscr.scroll(-3)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_curses.py 121 stdscr.scroll()
122 stdscr.scroll(2)
123 stdscr.scroll(-3)
  /external/chromium_org/content/test/
web_layer_tree_view_impl_for_testing.cc 114 const blink::WebPoint& scroll,
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
ScrollAnimatorMac.h 34 #include "platform/scroll/ScrollAnimator.h"
88 virtual bool scroll(ScrollbarOrientation, ScrollGranularity, float step, float delta) OVERRIDE;
  /sdk/templates/docs/
default.js 116 $(window).scroll(function() {
  /external/chromium_org/chrome/browser/resources/net_internals/
timeline_view.css 93 overflow-x: scroll;
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/
uber_shared.css 13 overflow-y: scroll;

Completed in 3282 milliseconds

1 2 34 5 6 7 8 91011>>