HomeSort by relevance Sort by last modified time
    Searched full:moveby (Results 1 - 11 of 11) sorted by null

  /external/webkit/WebCore/manual-tests/
window-sizing.html 46 w.moveBy(0, screen.height - w.screenTop - w.outerHeight);
50 w.moveBy(100, -100);
  /packages/apps/Gallery3D/src/com/cooliris/media/
GridCameraManager.java 116 camera.moveBy(-leftExtent, 0, 0);
120 camera.moveBy(-rightExtent, 0, 0);
125 camera.moveBy(0, -topExtent, 0);
128 camera.moveBy(0, -bottomExtent, 0);
HighlightView.java 219 // Convert to image space before sending to moveBy().
220 moveBy(dx * (mCropRect.width() / r.width()), dy * (mCropRect.height() / r.height()));
238 void moveBy(float dx, float dy) {
GridInputProcessor.java 338 camera.moveBy(deltaX, (layer.getZoomValue() == 1.0f) ? 0 : deltaY, 0);
523 // mCamera.moveBy(-velocityX * mCamera.mOneByScale * 0.25f, 0, 0);
695 mCamera.moveBy(retVal.x, retVal.y, 0);
757 mCamera.moveBy(retVal.x, retVal.y, 0);
    [all...]
GridCamera.java 203 public void moveBy(float posX, float posY, float posZ) {
  /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/WebCore/page/
DOMWindow.h 233 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 1175 void DOMWindow::moveBy(float x, float y) const
    [all...]
  /external/webkit/WebCore/inspector/front-end/
inspector.js 928 // We cannot call window.moveBy here because it restricts the movemen
    [all...]
  /external/webkit/WebCore/
ChangeLog-2002-12-03     [all...]

Completed in 227 milliseconds