HomeSort by relevance Sort by last modified time
    Searched refs:currentScale (Results 1 - 8 of 8) 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 71 float currentScale() const;
SVGSVGElement.cpp 138 float SVGSVGElement::currentScale() const
149 // The behaviour of currentScale() is undefined, when we're dealing with non-standalone SVG documents.
168 // an embedded SVG document, for the same reasons as in currentScale() - needs resolution by SVG WG.
  /packages/apps/Nfc/src/com/android/nfc/beam/
SendUi.java 416 float currentScale = mScreenshotView.getScaleX();
418 new float[] {currentScale, 0.0f});
420 new float[] {currentScale, 0.0f});
475 float currentScale = mScreenshotView.getScaleX();
481 new float[] {currentScale, 1.0f});
483 new float[] {currentScale, 1.0f});
492 new float[] {currentScale, 0.0f});
494 new float[] {currentScale, 0.0f});
    [all...]
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_transform.js 595 var currentScale;
597 currentScale = ((width / aspectRatio) + height) / 2;
599 currentScale = height;
601 currentScale = width / aspectRatio;
603 currentScale = Math.max(width / aspectRatio, height);
641 currentScale,
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwSettingsTest.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorPageAgent.cpp     [all...]

Completed in 126 milliseconds