HomeSort by relevance Sort by last modified time
    Searched defs:scrollDelta (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebKit/chromium/src/win/
WebInputEventFactory.cpp 425 float scrollDelta = wheelDelta;
431 scrollDelta *= static_cast<float>(scrollChars) * scrollbarPixelsPerLine;
438 scrollDelta *= static_cast<float>(scrollLines) * scrollbarPixelsPerLine;
444 result.deltaX = scrollDelta;
447 result.deltaY = scrollDelta;
  /external/webkit/Source/WebCore/platform/
ScrollView.cpp 395 IntSize scrollDelta = newOffset - m_scrollOffset;
396 if (scrollDelta == IntSize())
424 scrollContents(scrollDelta);
661 void ScrollView::scrollContents(const IntSize& scrollDelta)
687 int panIconDirtySquareSizeLength = 2 * (panIconSizeLength + max(abs(scrollDelta.width()), abs(scrollDelta.height()))); // We only want to repaint what's necessary
696 if (!scrollContentsFastPath(-scrollDelta, scrollViewRect, clipRect))
720 bool ScrollView::scrollContentsFastPath(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect)
722 hostWindow()->scroll(scrollDelta, rectToScroll, clipRect);
    [all...]
  /frameworks/base/core/java/android/widget/
HorizontalScrollView.java     [all...]
ScrollView.java     [all...]
  /packages/apps/Browser/src/com/android/browser/view/
ScrollerView.java     [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
HorizontalScrollView.java     [all...]
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
TestingCamera.java     [all...]

Completed in 158 milliseconds