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

1 2

  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
RequestRectangleVisibleWithInternalScroll.java 57 mTextBlob.scrollBy(0, scrollYofBlob);
  /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/WebCore/platform/
ScrollView.h 145 void scrollBy(const IntSize& s) { return setScrollPosition(scrollPosition() + s); }
ScrollView.cpp 674 scrollBy(IntSize(-deltaX, -deltaY));
    [all...]
  /frameworks/base/core/java/android/widget/
HorizontalScrollView.java     [all...]
ScrollView.java     [all...]
TextView.java     [all...]
  /external/webkit/WebKit/win/Interfaces/
IWebViewPrivate.idl 89 HRESULT scrollBy([in] LPPOINT offset);
  /external/webkit/WebKit/android/jni/
WebViewCore.h 125 void scrollBy(int x, int y, bool animate);
WebViewCore.cpp     [all...]
  /external/webkit/WebCore/page/
DOMWindow.h 229 void scrollBy(int x, int y) const;
DOMWindow.cpp 1145 void DOMWindow::scrollBy(int x, int y) const
1156 view->scrollBy(IntSize(x, y));
    [all...]
DOMWindow.idl 110 [RequiresAllArguments] void scrollBy(in long x, in long y);
    [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);
  /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/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/WebKit/qt/Api/
qwebframe.cpp 1067 d->frame->view()->scrollBy(IntSize(dx, dy));
    [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 880 view.scrollBy(12, 0);
940 view.scrollBy(0, scrollByY);
    [all...]
  /external/webkit/WebCore/rendering/
RenderLayer.cpp     [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/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-111557.js     [all...]
  /prebuilt/sdk/4/
android.jar 

Completed in 292 milliseconds

1 2