OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:moveBy
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Gallery/src/com/android/camera/
HighlightView.java
247
// Convert to image space before sending to
moveBy
().
248
moveBy
(dx * (mCropRect.width() / r.width()),
268
void
moveBy
(float dx, float dy) {
/external/webkit/Source/WebCore/page/
DOMWindow.h
238
void
moveBy
(float x, float y) const;
DOMWindow.idl
113
[RequiresAllArguments] void
moveBy
(in float x, in float y); // FIXME: this should take longs not floats.
[
all
...]
DOMWindow.cpp
[
all
...]
/external/webkit/Source/WebCore/inspector/front-end/
Toolbar.js
92
// We cannot call window.
moveBy
here because it restricts the movement
Completed in 51 milliseconds