HomeSort by relevance Sort by last modified time
    Searched full:scrollby (Results 1 - 25 of 29) sorted by null

1 2

  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
RequestRectangleVisibleWithInternalScroll.java 57 mTextBlob.scrollBy(0, scrollYofBlob);
RequestRectangleVisibleWithInternalScrollTest.java 30 * This is suppressed because {@link TextView#scrollBy} isn't working.
  /external/webkit/WebKit/wx/
WebView.cpp 800 frame->view()->scrollBy(WebCore::IntSize(-WebCore::Scrollbar::pixelsPerLineStep(), 0));
804 frame->view()->scrollBy(WebCore::IntSize(0, -WebCore::Scrollbar::pixelsPerLineStep()));
808 frame->view()->scrollBy(WebCore::IntSize(WebCore::Scrollbar::pixelsPerLineStep(), 0));
812 frame->view()->scrollBy(WebCore::IntSize(0, WebCore::Scrollbar::pixelsPerLineStep()));
824 frame->view()->scrollBy(WebCore::IntSize(0, -frame->view()->visibleHeight() * WebCore::Scrollbar::minFractionToStepWhenPaging()));
828 frame->view()->scrollBy(WebCore::IntSize(0, frame->view()->visibleHeight() * WebCore::Scrollbar::minFractionToStepWhenPaging()));
  /external/webkit/WebKit/gtk/tests/
testwebview.c 185 webkit_web_view_execute_script(view, "window.scrollBy(0, 100)");
  /frameworks/base/core/java/android/widget/
HorizontalScrollView.java 516 scrollBy(deltaX, 0);
    [all...]
ScrollView.java 513 scrollBy(0, deltaY);
    [all...]
  /external/webkit/WebKit/android/plugins/
PluginWidgetAndroid.cpp 507 PLUGIN_LOG("%s call scrollBy (%d,%d)", __FUNCTION__, deltaX, deltaY);
509 core->scrollBy(deltaX, deltaY, true);
  /external/webkit/WebKit/win/Interfaces/
IWebViewPrivate.idl 89 HRESULT scrollBy([in] LPPOINT offset);
  /external/webkit/WebCore/page/
DOMWindow.h 229 void scrollBy(int x, int y) const;
DOMWindow.idl 110 [RequiresAllArguments] void scrollBy(in long x, in long y);
    [all...]
DOMWindow.cpp 1145 void DOMWindow::scrollBy(int x, int y) const
1156 view->scrollBy(IntSize(x, y));
    [all...]
  /external/webkit/WebKit/android/nav/
WebView.cpp 330 if ((dx|dy) == 0 || !scrollBy(dx, dy))
729 DBG_NAV_LOGD("scrollBy %d,%d", dx, dy);
731 this->scrollBy(dx, dy);
869 scrollBy(dx, 0);
    [all...]
  /external/webkit/WebCore/platform/
ScrollView.h 145 void scrollBy(const IntSize& s) { return setScrollPosition(scrollPosition() + s); }
ScrollView.cpp 674 scrollBy(IntSize(-deltaX, -deltaY));
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java 354 scrollBy(0, (int) distanceY);
550 public void scrollBy(int x, int y) {
    [all...]
  /external/webkit/WebKit/android/jni/
WebViewCore.h 125 void scrollBy(int x, int y, bool animate);
WebViewCore.cpp     [all...]
  /external/webkit/WebKit/win/
WebView.h 611 virtual HRESULT STDMETHODCALLTYPE scrollBy(
    [all...]
WebView.cpp     [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java 889 view.scrollBy(12, 0);
949 view.scrollBy(0, scrollByY);
    [all...]
  /external/webkit/WebKit/qt/Api/
qwebframe.cpp 1067 d->frame->view()->scrollBy(IntSize(dx, dy));
    [all...]
  /frameworks/base/core/java/android/view/
View.java 520 * {@link #scrollBy(int, int)}, {@link #scrollTo(int, int)}, and
    [all...]
  /frameworks/base/core/java/android/webkit/
WebView.java     [all...]
  /external/webkit/WebCore/rendering/
RenderLayer.cpp     [all...]
  /external/webkit/WebCore/
ChangeLog-2006-05-10     [all...]

Completed in 512 milliseconds

1 2