OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:movex
(Results
1 - 8
of
8
) sorted by null
/external/chromium/chrome/browser/resources/ntp4/
touch_handler.js
561
var
moveX
= this.lastTouchX_ - clientX;
563
this.totalMoveX_ += Math.abs(
moveX
);
599
this.lastMoveX_,
moveX
);
608
this.lastMoveX_ =
moveX
;
/external/chromium/chrome/browser/resources/touch_ntp/
touchhandler.js
561
var
moveX
= this.lastTouchX_ - clientX;
563
this.totalMoveX_ += Math.abs(
moveX
);
599
this.lastMoveX_,
moveX
);
608
this.lastMoveX_ =
moveX
;
/external/chromium_org/ui/webui/resources/js/cr/ui/
touch_handler.js
576
var
moveX
= this.lastTouchX_ - clientX;
578
this.totalMoveX_ += Math.abs(
moveX
);
618
this.lastMoveX_,
moveX
);
627
this.lastMoveX_ =
moveX
;
/external/chromium/chrome/browser/ui/cocoa/toolbar/
toolbar_controller.mm
515
CGFloat
moveX
= [homeButton_ frame].size.width - 1.0;
517
moveX
*= -1; // Reverse the direction of the move.
520
byAmount:
moveX
]];
/external/chromium_org/chrome/browser/ui/cocoa/toolbar/
toolbar_controller.mm
530
CGFloat
moveX
= [homeButton_ frame].size.width - 1.0;
532
moveX
*= -1; // Reverse the direction of the move.
535
byAmount:
moveX
]];
/packages/apps/Browser/src/com/android/browser/view/
ScrollerView.java
[
all
...]
/external/skia/tests/
PathTest.cpp
[
all
...]
/packages/apps/Email/src/com/android/email/provider/
ContentCache.java
279
*
moveX
methods such that each CachedCursor can have its own position information
Completed in 1463 milliseconds