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

  /external/webkit/Source/WebKit2/WebProcess/WebPage/
TiledDrawingArea.cpp 220 float targetScale = float(targetSize.width()) / contentsRect.width();
222 UpdateChunk updateChunk(IntRect(IntPoint(contentsRect.x() * targetScale, contentsRect.y() * targetScale), targetSize));
223 paintIntoUpdateChunk(&updateChunk, targetScale);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PositionController.java 166 public void zoomIn(float tapX, float tapY, float targetScale) {
167 if (targetScale > mScaleMax) targetScale = mScaleMax;
173 calculateStableBound(targetScale);
177 startAnimation(targetX, targetY, targetScale, ANIM_KIND_ZOOM);

Completed in 1739 milliseconds