HomeSort by relevance Sort by last modified time
    Searched refs:rawDeltaY (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/events/
WheelEvent.cpp 81 void WheelEvent::initWheelEvent(int rawDeltaX, int rawDeltaY, PassRefPtrWillBeRawPtr<AbstractView> view,
96 m_wheelDelta = IntPoint(rawDeltaX * TickMultiplier, rawDeltaY * TickMultiplier);
98 m_deltaY = -rawDeltaY;
105 void WheelEvent::initWebKitWheelEvent(int rawDeltaX, int rawDeltaY, PassRefPtrWillBeRawPtr<AbstractView> view,
109 initWheelEvent(rawDeltaX, rawDeltaY, view, screenX, screenY, pageX, pageY,
WheelEvent.h 76 void initWheelEvent(int rawDeltaX, int rawDeltaY, PassRefPtrWillBeRawPtr<AbstractView>,
80 void initWebKitWheelEvent(int rawDeltaX, int rawDeltaY, PassRefPtrWillBeRawPtr<AbstractView>,
  /frameworks/base/core/java/android/widget/
AbsListView.java     [all...]

Completed in 51 milliseconds