HomeSort by relevance Sort by last modified time
    Searched refs:moveBy (Results 1 - 8 of 8) sorted by null

  /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) {
GridCamera.java 203 public void moveBy(float posX, float posY, float posZ) {
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...]
  /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...]

Completed in 64 milliseconds