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

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PositionController.java 252 b.mCurrentScale = b.mScaleMin;
326 b.mCurrentScale = getMinimalScale(b);
329 b.mCurrentScale *= ratio;
353 b.mCurrentScale = Math.max(r.width() / (float) b.mImageW,
449 b.mCurrentScale = b.mToScale;
481 float tempX = (tapX - mPlatform.mCurrentX) / b.mCurrentScale;
482 float tempY = (tapY - b.mCurrentY) / b.mCurrentScale;
506 mFocusX = (int) ((focusX - p.mCurrentX) / b.mCurrentScale + 0.5f);
507 mFocusY = (int) ((focusY - b.mCurrentY) / b.mCurrentScale + 0.5f);
583 calculateStableBound(b.mCurrentScale);
    [all...]
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
TestAwContentsClient.java 58 private float mCurrentScale;
61 mCurrentScale = newScale;
66 return mCurrentScale / mPreviousScale;
  /packages/apps/Launcher3/src/com/android/launcher3/
Workspace.java 258 private float mCurrentScale;
    [all...]

Completed in 52 milliseconds