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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DThumbnailData.java41 out.scale = snapshot.getScale();
/frameworks/av/cmds/screenrecord/
H A DTextRenderer.h57 float getScale() const { return mScale; } function in class:android::TextRenderer
H A DOverlay.cpp376 ypos += 8 * textRenderer.getScale(); // slight padding
389 ypos += 8 * textRenderer.getScale(); // slight padding
H A DTextRenderer.cpp264 const float indentWidth = mIndentMult * getScale();
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DMagnificationController.java302 public float getScale() { method in class:MagnificationController
326 + mMagnificationBounds.left - getOffsetX()) / getScale();
349 + mMagnificationBounds.top - getOffsetY()) / getScale();
551 getScale(), getCenterX(), getCenterY());
604 scale = getScale();
742 final float scale = getScale();
H A DMagnificationGestureHandler.java297 final float scale = mMagnificationController.getScale();
460 final float initialScale = mMagnificationController.getScale();
H A DAccessibilityManagerService.java3462 return getMagnificationController().getScale();
/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskSnapshotSurface.java325 final float scale = 1 / mSnapshot.getScale();
352 rect.inset((int) (insets.left * mSnapshot.getScale()),
353 mTaskBounds.top != 0 ? (int) (insets.top * mSnapshot.getScale()) : 0,
354 (int) (insets.right * mSnapshot.getScale()),
355 (int) (insets.bottom * mSnapshot.getScale()));
367 final float scale = mSnapshot.getScale();
/frameworks/layoutlib/bridge/src/android/webkit/
H A DWebView.java154 public float getScale() { method in class:WebView
/frameworks/layoutlib/bridge/src/android/graphics/
H A DMatrix_Delegate.java271 d.mValues = getScale(sx, sy, px, py);
401 d.preTransform(getScale(sx, sy, px, py));
409 d.preTransform(getScale(sx, sy));
474 d.postTransform(getScale(sx, sy, px, py));
482 d.postTransform(getScale(sx, sy));
973 /*package*/ static float[] getScale(float sx, float sy) { method in class:Matrix_Delegate
984 /*package*/ static float[] getScale(float sx, float sy, float px, float py) { method in class:Matrix_Delegate
994 multiply(tmp2, tmp, getScale(sx, sy));
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DFocusHighlightHelper.java159 private float getScale(Resources res) { method in class:FocusHighlightHelper.BrowseItemFocusHighlight
179 view, getScale(view.getResources()), mUseDimmer, DURATION_MS);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/
H A DCircleFramedDrawable.java110 public float getScale() { method in class:CircleFramedDrawable
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java277 float currentScale = getScale();
373 float currentScale = getScale();
879 mMinScale = getScale();
896 private float getScale() { method in class:PhotoView
921 float currentScale = getScale();
929 float currentScale = getScale();
/frameworks/base/core/java/android/widget/
H A DAbsSeekBar.java608 setThumbPos(w, thumb, getScale(), thumbOffset);
612 private float getScale() { method in class:AbsSeekBar
1008 setThumbPos(getWidth(), thumb, getScale(), Integer.MIN_VALUE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardAffordanceHelper.java458 float scale = getScale(alpha, view);
464 private float getScale(float alpha, KeyguardAffordanceView icon) { method in class:KeyguardAffordanceHelper
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java171 public float getScale(); method in interface:WebViewProvider
H A DWebView.java1329 public float getScale() { method in class:WebView
1331 return mProvider.getScale();
3002 encoder.addProperty("webview:scale", mProvider.getScale());
/frameworks/av/include/media/
H A DVolumeShaper.h525 R getScale() const { function in class:android::VolumeShaper::Translate
865 + (x - target) / it->mXTranslate.getScale());
880 + (x - target) / it->mXTranslate.getScale());
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DMagnificationControllerTest.java185 mMagnificationController.getScale();
792 return getMagnificationSpec(mMagnificationController.getScale(),
/frameworks/base/core/java/android/accessibilityservice/
H A DAccessibilityService.java896 public float getScale() { method in class:AccessibilityService.MagnificationController
/frameworks/base/core/java/android/app/
H A DActivityManager.java2370 public float getScale() { method in class:ActivityManager.TaskSnapshot
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 866 milliseconds