OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:movey
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/resources/ntp4/
touch_handler.js
562
var
moveY
= this.lastTouchY_ - clientY;
564
this.totalMoveY_ += Math.abs(
moveY
);
601
this.lastMoveY_,
moveY
);
609
this.lastMoveY_ =
moveY
;
/external/chromium/chrome/browser/resources/touch_ntp/
touchhandler.js
562
var
moveY
= this.lastTouchY_ - clientY;
564
this.totalMoveY_ += Math.abs(
moveY
);
601
this.lastMoveY_,
moveY
);
609
this.lastMoveY_ =
moveY
;
/external/skia/tests/
PathTest.cpp
[
all
...]
/packages/apps/Browser/src/com/android/browser/view/
ScrollerView.java
[
all
...]
Completed in 404 milliseconds