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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGSVGElement.cpp 172 float SVGSVGElement::currentScale() const
183 // The behaviour of currentScale() is undefined, when we're dealing with non-standalone SVG documents.
202 // an embedded SVG document, for the same reasons as in currentScale() - needs resolution by SVG WG.
  /frameworks/opt/photoviewer/src/com/android/ex/photo/views/
PhotoView.java 266 float currentScale = getScale();
267 float targetScale = currentScale * DOUBLE_TAP_SCALE_FACTOR;
273 mScaleRunnable.start(currentScale, targetScale, e.getX(), e.getY());
333 float currentScale = getScale();
334 float newScale = currentScale * detector.getScaleFactor();
832 float currentScale = getScale();
833 float factor = newScale / currentScale;
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
SendUi.java 382 float currentScale = mScreenshotView.getScaleX();
384 new float[] {currentScale, 0.0f});
386 new float[] {currentScale, 0.0f});
440 float currentScale = mScreenshotView.getScaleX();
446 new float[] {currentScale, 1.0f});
448 new float[] {currentScale, 1.0f});
457 new float[] {currentScale, 0.0f});
459 new float[] {currentScale, 0.0f});
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwSettingsTest.java     [all...]

Completed in 202 milliseconds