OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:movey
(Results
1 - 5
of
5
) 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/chromium_org/ui/webui/resources/js/cr/ui/
touch_handler.js
577
var
moveY
= this.lastTouchY_ - clientY;
579
this.totalMoveY_ += Math.abs(
moveY
);
620
this.lastMoveY_,
moveY
);
628
this.lastMoveY_ =
moveY
;
/packages/apps/Browser/src/com/android/browser/view/
ScrollerView.java
[
all
...]
/external/skia/tests/
PathTest.cpp
[
all
...]
Completed in 1373 milliseconds