/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Matrix_Delegate.java | 258 d.mValues = getScale(sx, sy, px, py); in native_setScale() 404 d.preTransform(getScale(sx, sy, px, py)); in native_preScale() 415 d.preTransform(getScale(sx, sy)); in native_preScale() 504 d.postTransform(getScale(sx, sy, px, py)); in native_postScale() 515 d.postTransform(getScale(sx, sy)); in native_postScale() 1025 /*package*/ static float[] getScale(float sx, float sy) { in getScale() method in Matrix_Delegate 1036 /*package*/ static float[] getScale(float sx, float sy, float px, float py) { in getScale() method in Matrix_Delegate 1046 multiply(tmp2, tmp, getScale(sx, sy)); in getScale()
|
/frameworks/base/tools/layoutlib/bridge/src/android/webkit/ |
D | WebView.java | 154 public float getScale() { in getScale() method in WebView
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/ |
D | PhotoView.java | 266 float currentScale = getScale(); in scale() 333 float currentScale = getScale(); in onScale() 789 mMinScale = getScale(); in generateScale() 806 private float getScale() { in getScale() method in PhotoView 832 float currentScale = getScale(); in scale()
|
/frameworks/base/services/java/com/android/server/accessibility/ |
D | ScreenMagnifier.java | 291 final float scale = mMagnificationController.getScale(); in handleOnRectangleOnScreenRequested() 408 final float scale = mMagnificationController.getScale(); in handleMotionEventStateDelegating() 517 final float scale = Math.min(Math.max(mMagnificationController.getScale(), in onMotionEvent() 558 final float newScale = mMagnificationController.getScale() in onScale() 1011 public float getScale() { in getScale() method in ScreenMagnifier.MagnificationController
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
D | KeyguardCircleFramedDrawable.java | 145 public float getScale() { in getScale() method in KeyguardCircleFramedDrawable
|
D | KeyguardMultiUserAvatar.java | 179 final float initScale = mFramed.getScale(); in updateVisualsForActive()
|
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/ |
D | PointCloud.java | 166 public float getScale() { in getScale() method in PointCloud
|
/frameworks/base/core/java/android/webkit/ |
D | WebViewProvider.java | 152 public float getScale(); in getScale() method
|
D | WebView.java | 1124 public float getScale() { in getScale() method in WebView 1126 return mProvider.getScale(); in getScale()
|
/frameworks/webview/chromium/java/com/android/webview/chromium/ |
D | WebViewChromium.java | 831 public float getScale() { 834 return mAwContents.getScale();
|
/frameworks/base/api/ |
D | current.txt | 30269 method public deprecated float getScale(); 39911 method public abstract int getScale(int) throws java.sql.SQLException; 40198 method public abstract int getScale(int) throws java.sql.SQLException;
|