/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | MagnificationController.java | 273 public float getScale() { in getScale() method in MagnificationController 297 + mMagnificationBounds.left - getOffsetX()) / getScale(); in getCenterX() 320 + mMagnificationBounds.top - getOffsetY()) / getScale(); in getCenterY() 522 getScale(), getCenterX(), getCenterY()); in onMagnificationChangedLocked() 578 scale = getScale(); in updateMagnificationSpecLocked() 717 final float scale = getScale(); in requestRectangleOnScreen()
|
D | MagnificationGestureHandler.java | 241 final float scale = mMagnificationController.getScale(); in dispatchTransformedEvent() 404 final float initialScale = mMagnificationController.getScale(); in onScale()
|
D | AccessibilityManagerService.java | 2880 return getMagnificationController().getScale(); in getMagnificationScale()
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Matrix_Delegate.java | 268 d.mValues = getScale(sx, sy, px, py); in native_setScale() 398 d.preTransform(getScale(sx, sy, px, py)); in native_preScale() 406 d.preTransform(getScale(sx, sy)); in native_preScale() 471 d.postTransform(getScale(sx, sy, px, py)); in native_postScale() 479 d.postTransform(getScale(sx, sy)); in native_postScale() 965 /*package*/ static float[] getScale(float sx, float sy) { in getScale() method in Matrix_Delegate 976 /*package*/ static float[] getScale(float sx, float sy, float px, float py) { in getScale() method in Matrix_Delegate 986 multiply(tmp2, tmp, getScale(sx, sy)); in getScale()
|
/frameworks/av/cmds/screenrecord/ |
D | TextRenderer.h | 57 float getScale() const { return mScale; } in getScale() function
|
D | Overlay.cpp | 373 ypos += 8 * textRenderer.getScale(); // slight padding in doDrawInfoPage() 386 ypos += 8 * textRenderer.getScale(); // slight padding in doDrawInfoPage()
|
D | TextRenderer.cpp | 264 const float indentWidth = mIndentMult * getScale(); in drawWrappedString()
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
D | FocusHighlightHelper.java | 154 private float getScale(Resources res) { in getScale() method in FocusHighlightHelper.BrowseItemFocusHighlight 174 view, getScale(view.getResources()), mUseDimmer, DURATION_MS); in getOrCreateAnimator()
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/ |
D | PhotoView.java | 277 float currentScale = getScale(); in scale() 373 float currentScale = getScale(); in onScale() 879 mMinScale = getScale(); in generateScale() 896 private float getScale() { in getScale() method in PhotoView 921 float currentScale = getScale(); in scale() 929 float currentScale = getScale(); in scale()
|
/frameworks/base/tools/layoutlib/bridge/src/android/webkit/ |
D | WebView.java | 154 public float getScale() { in getScale() method in WebView
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/ |
D | CircleFramedDrawable.java | 110 public float getScale() { in getScale() method in CircleFramedDrawable
|
/frameworks/base/core/java/android/widget/ |
D | AbsSeekBar.java | 590 setThumbPos(w, thumb, getScale(), thumbOffset); 594 private float getScale() { 988 setThumbPos(getWidth(), thumb, getScale(), Integer.MIN_VALUE);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | KeyguardAffordanceHelper.java | 458 float scale = getScale(alpha, view); in updateIconAlpha() 464 private float getScale(float alpha, KeyguardAffordanceView icon) { in getScale() method in KeyguardAffordanceHelper
|
/frameworks/base/core/java/android/webkit/ |
D | WebView.java | 1311 public float getScale() { in getScale() method in WebView 1313 return mProvider.getScale(); in getScale() 2681 encoder.addProperty("webview:scale", mProvider.getScale()); in encodeProperties()
|
D | WebViewProvider.java | 166 public float getScale(); in getScale() method
|
/frameworks/base/core/java/android/accessibilityservice/ |
D | AccessibilityService.java | 854 public float getScale() { in getScale() method in AccessibilityService.MagnificationController
|
/frameworks/base/api/ |
D | system-current.txt | 2815 method public float getScale(); 48627 method public deprecated float getScale(); 48901 method public abstract float getScale(); 59276 method public abstract int getScale(int) throws java.sql.SQLException; 59563 method public abstract int getScale(int) throws java.sql.SQLException;
|
D | current.txt | 2701 method public float getScale(); 45531 method public deprecated float getScale(); 55919 method public abstract int getScale(int) throws java.sql.SQLException; 56206 method public abstract int getScale(int) throws java.sql.SQLException;
|
D | test-current.txt | 2701 method public float getScale(); 45610 method public deprecated float getScale(); 55999 method public abstract int getScale(int) throws java.sql.SQLException; 56286 method public abstract int getScale(int) throws java.sql.SQLException;
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 36454 method public deprecated float getScale(); 46314 method public abstract int getScale(int) throws java.sql.SQLException; 46601 method public abstract int getScale(int) throws java.sql.SQLException;
|