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

1 2

  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
MediaLinearLayoutListener.java 28 * @param scrollBy The amount to scroll
31 void onRequestScrollBy(int scrollBy, boolean smooth);
TimelineHorizontalScrollView.java 211 scrollBy(scrollX, 0);
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
RequestRectangleVisibleWithInternalScroll.java 57 mTextBlob.scrollBy(0, scrollYofBlob);
  /frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
ProfiledWebView.java 61 scrollBy(0, mSpeed);
100 scrollBy(0, 1);
  /external/webkit/Source/WebKit/chromium/src/
DragScrollTimer.cpp 77 m_view->scrollBy(m_lastDistance);
  /packages/apps/Browser/src/com/android/browser/
BrowserWebView.java 82 scrollBy(0, getVisibleTitleHeight());
  /external/chromium/chrome/common/extensions/docs/examples/extensions/app_launcher/
popup.js 150 window.scrollBy(0, rect.top);
152 window.scrollBy(0, rect.bottom - innerHeight);
  /external/webkit/Source/WebKit/wx/
WebView.cpp 941 frame->view()->scrollBy(WebCore::IntSize(-WebCore::Scrollbar::pixelsPerLineStep(), 0));
945 frame->view()->scrollBy(WebCore::IntSize(0, -WebCore::Scrollbar::pixelsPerLineStep()));
949 frame->view()->scrollBy(WebCore::IntSize(WebCore::Scrollbar::pixelsPerLineStep(), 0));
953 frame->view()->scrollBy(WebCore::IntSize(0, WebCore::Scrollbar::pixelsPerLineStep()));
965 frame->view()->scrollBy(WebCore::IntSize(0, -frame->view()->visibleHeight() * WebCore::Scrollbar::minFractionToStepWhenPaging()));
969 frame->view()->scrollBy(WebCore::IntSize(0, frame->view()->visibleHeight() * WebCore::Scrollbar::minFractionToStepWhenPaging()));
  /frameworks/base/core/java/android/widget/
HorizontalScrollView.java     [all...]
ScrollView.java     [all...]
NumberPicker.java 840 scrollBy(0, deltaMoveY);
    [all...]
  /packages/apps/Browser/src/com/android/browser/view/
ScrollerView.java     [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
IWebViewPrivate.idl 89 HRESULT scrollBy([in] LPPOINT offset);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PositionController.java 330 scrollBy(distance, 0, ANIM_KIND_SLIDE);
333 private void scrollBy(float dx, float dy, int type) {
  /external/webkit/Source/WebCore/platform/
ScrollView.h 194 void scrollBy(const IntSize& s) { return setScrollPosition(scrollPosition() + s); }
  /external/webkit/Source/WebCore/page/
DOMWindow.h 234 void scrollBy(int x, int y) const;
DOMWindow.cpp     [all...]
SpatialNavigation.cpp 365 frame->view()->scrollBy(IntSize(dx, dy));
  /packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java 354 scrollBy(0, (int) distanceY);
550 public void scrollBy(int x, int y) {
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/
VideoEditorActivity.java 240 public void onRequestScrollBy(int scrollBy, boolean smooth) {
241 mTimelineScroller.appScrollBy(scrollBy, smooth);
416 mTimelineScroller.scrollBy((int)distanceX, 0);
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.h 149 void scrollBy(uint32_t scrollDirection, uint32_t scrollGranularity);
  /external/webkit/Source/WebKit2/UIProcess/win/
WebView.cpp 468 m_page->scrollBy(direction, granularity);
500 m_page->scrollBy(direction, granularity);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java 366 public void scrollBy(int x, int y) {
    [all...]
  /external/webkit/Source/WebKit/android/nav/
WebView.cpp 390 if ((dx|dy) == 0 || !scrollBy(dx, dy))
885 DBG_NAV_LOGD("scrollBy %d,%d", dx, dy);
887 this->scrollBy(dx, dy);
    [all...]
  /external/webkit/Source/WebKit/win/
WebView.h 631 virtual HRESULT STDMETHODCALLTYPE scrollBy(
    [all...]

Completed in 841 milliseconds

1 2