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

  /frameworks/opt/photoviewer/src/com/android/ex/photo/views/
PhotoView.java 275 float currentScale = getScale();
280 if (currentScale > mMinScale) {
282 float relativeScale = targetScale / currentScale;
289 targetScale = currentScale * DOUBLE_TAP_SCALE_FACTOR;
293 float relativeScale = targetScale / currentScale;
311 mScaleRunnable.start(currentScale, targetScale, centerX, centerY);
371 float currentScale = getScale();
372 float newScale = currentScale * detector.getScaleFactor();
390 float currentScale = getScale();
391 if (currentScale > mMaxScale)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGSVGElement.idl 42 attribute float currentScale;
SVGSVGElement.h 70 float currentScale() const;
SVGSVGElement.cpp 140 float SVGSVGElement::currentScale() const
151 // The behaviour of currentScale() is undefined, when we're dealing with non-standalone SVG documents.
170 // an embedded SVG document, for the same reasons as in currentScale() - needs resolution by SVG WG.
  /packages/apps/Nfc/src/com/android/nfc/
SendUi.java 414 float currentScale = mScreenshotView.getScaleX();
416 new float[] {currentScale, 0.0f});
418 new float[] {currentScale, 0.0f});
473 float currentScale = mScreenshotView.getScaleX();
479 new float[] {currentScale, 1.0f});
481 new float[] {currentScale, 1.0f});
490 new float[] {currentScale, 0.0f});
492 new float[] {currentScale, 0.0f});
    [all...]
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwSettingsTest.java     [all...]

Completed in 543 milliseconds