Searched refs:getScale (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/webkit/
H A DWebView.java162 public float getScale() { method in class:WebView
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DMatrix_Delegate.java258 d.mValues = getScale(sx, sy, px, py);
404 d.preTransform(getScale(sx, sy, px, py));
415 d.preTransform(getScale(sx, sy));
504 d.postTransform(getScale(sx, sy, px, py));
515 d.postTransform(getScale(sx, sy));
1025 /*package*/ static float[] getScale(float sx, float sy) { method in class:Matrix_Delegate
1036 /*package*/ static float[] getScale(float sx, float sy, float px, float py) { method in class:Matrix_Delegate
1046 multiply(tmp2, tmp, getScale(sx, sy));
/frameworks/base/core/tests/coretests/src/android/webkit/
H A DZoomManagerTest.java116 assertEquals(actualScale, zoomManager.getScale());
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardCircleFramedDrawable.java141 public float getScale() { method in class:KeyguardCircleFramedDrawable
H A DKeyguardMultiUserAvatar.java168 final float initScale = mFramed.getScale();
/frameworks/ex/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java201 float currentScale = getScale();
271 float currentScale = getScale();
722 mMinScale = getScale();
739 private float getScale() { method in class:PhotoView
765 float currentScale = getScale();
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java203 float currentScale = getScale();
273 float currentScale = getScale();
728 mMinScale = getScale();
745 private float getScale() { method in class:PhotoView
771 float currentScale = getScale();
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DEventSenderImpl.java76 return new Point(Math.round(x * mWebView.getScale()) - mWebView.getScrollX(),
77 Math.round(y * mWebView.getScale()) - mWebView.getScrollY());
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java146 public float getScale(); method in interface:WebViewProvider
H A DWebViewClassic.java2339 final float scale = mZoomManager.getScale();
2832 * See {@link WebView#getScale()}
2835 public float getScale() { method in class:WebViewClassic
2836 return mZoomManager.getScale();
3019 return Math.round(d * mZoomManager.getScale());
3060 final float scale = mZoomManager.getScale();
3071 final float scale = mZoomManager.getScale();
3248 data.mScale = mZoomManager.getScale();
3275 return (int) Math.floor(mContentWidth * mZoomManager.getScale());
3305 return (int) Math.floor(mContentHeight * mZoomManager.getScale());
[all...]
H A DWebView.java1036 public float getScale() { method in class:WebView
1038 return mProvider.getScale();
H A DZoomManager.java293 public final float getScale() { method in class:ZoomManager
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DPointCloud.java166 public float getScale() { method in class:PointCloud
/frameworks/base/services/java/com/android/server/accessibility/
H A DScreenMagnifier.java288 final float scale = mMagnificationController.getScale();
396 final float scale = Math.min(Math.max(mMagnificationController.getScale(),
415 final float scale = mMagnificationController.getScale();
442 final float newScale = mMagnificationController.getScale()
1312 public float getScale() { method in class:ScreenMagnifier.MagnificationController

Completed in 295 milliseconds