/aosp12/frameworks/native/libs/ui/include/ui/ |
H A D | Rect.h | 206 Rect scale(float scaleX, float scaleY) const { in scale() 210 Rect& scaleSelf(float scaleX, float scaleY) { in scaleSelf()
|
/aosp12/frameworks/native/libs/ui/include_vndk/ui/ |
H A D | Rect.h | 206 Rect scale(float scaleX, float scaleY) const { in scale() 210 Rect& scaleSelf(float scaleX, float scaleY) { in scaleSelf()
|
/aosp12/frameworks/native/include/ui/ |
H A D | Rect.h | 206 Rect scale(float scaleX, float scaleY) const { in scale() 210 Rect& scaleSelf(float scaleX, float scaleY) { in scaleSelf()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
H A D | TiledTexture.java | 266 RectF src, float x0, float y0, float x, float y, float scaleX, in mapRect() 280 float scaleX = (float) width / mWidth; in drawMixed() local 299 float scaleX = (float) width / mWidth; in draw() local 321 float scaleX = target.width() / source.width(); in draw() local
|
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | ScaledPathsActivity.java | 84 private void drawPath(Canvas canvas, float scaleX, float scaleY) { in drawPath()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/anim/ |
H A D | PropertyListBuilder.java | 26 public PropertyListBuilder scaleX(float value) { in scaleX() method in PropertyListBuilder
|
/aosp12/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/ |
H A D | GlifPatternDrawable.java | 149 float scaleX = drawableWidth / VIEWBOX_WIDTH; in createBitmapCache() local 247 float scaleX = drawableBounds.width() / (float) bitmapWidth; in scaleCanvasToBounds() local
|
/aosp12/frameworks/base/libs/hwui/jni/ |
H A D | NinePatchPeeker.cpp | 75 void NinePatchPeeker::scale(float scaleX, float scaleY, int scaledWidth, int scaledHeight) { in scale()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/ |
H A D | AnimationManager.java | 52 float scaleX = ((float) parentView.getWidth()) / ((float) view.getWidth()); in startCaptureAnimation() local
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/ |
H A D | AnimatableScaleMatrix.java | 102 public void setScaleX(float scaleX) { in setScaleX()
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/ |
H A D | ProjectionSpace.h | 74 const float scaleX = static_cast<float>(orientedDestContent.width()) / content.width(); in getTransform() local
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/videosurface/impl/ |
H A D | VideoScale.java | 54 float scaleX = scaleWidth; in scaleVideoAndFillView() local
|
/aosp12/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/ |
H A D | MediaStoreSaver.java | 123 float scaleX = width / source.getWidth(); in storeThumbnail() local
|
/aosp12/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/ |
H A D | MediaStoreSaver.java | 123 float scaleX = width / source.getWidth(); in storeThumbnail() local
|
/aosp12/frameworks/base/packages/SettingsLib/AdaptiveIcon/src/com/android/settingslib/widget/ |
H A D | AdaptiveOutlineDrawable.java | 128 final float scaleX = (bounds.right - bounds.left) / pathSize; in draw() local
|
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/ |
H A D | RenderNode_Delegate.java | 178 float scaleX = renderNode.getScaleX(); in getMatrix() local 297 /*package*/ static boolean nSetScaleX(long renderNode, float scaleX) { in nSetScaleX()
|
/aosp12/frameworks/minikin/include/minikin/ |
H A D | MinikinPaint.h | 65 float scaleX; member
|
/aosp12/frameworks/base/core/java/android/transition/ |
H A D | ChangeImageTransform.java | 103 float scaleX = ((float) bounds.width()) / drawableWidth; in captureValues() local
|
H A D | ChangeTransform.java | 415 float translationZ, float scaleX, float scaleY, float rotationX, in setTransforms() 431 public final float scaleX; field in ChangeTransform.Transforms
|
/aosp12/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/ |
H A D | TaskFragmentAnimationAdapter.java | 139 final float scaleX = mMatrix[MSCALE_X]; in onAnimationUpdateInner() local
|
H A D | TaskFragmentAnimationSpec.java | 130 float scaleX = ((float) startBounds.width()) / endBounds.width(); in createChangeBoundsChangeAnimations() local
|
/aosp12/packages/apps/Settings/src/com/android/settings/biometrics/face/ |
H A D | FaceEnrollPreviewFragment.java | 312 float scaleX = (float) viewWidth / mPreviewSize.getWidth(); in configureTransform() local
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
H A D | GalleryActivity.java | 263 float scaleX = decor.getWidth() / maxX; in onGenericMotionEvent() local
|
/aosp12/frameworks/base/libs/hwui/ |
H A D | VectorDrawable.h | 390 float scaleX = 1; member 406 void setScaleX(float scaleX) { VD_SET_PRIMITIVE_FIELD_AND_NOTIFY(scaleX, scaleX); } in setScaleX() 417 void updateProperties(float rotate, float pivotX, float pivotY, float scaleX, float scaleY, in updateProperties() 438 scaleX, enumerator
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/ |
H A D | TaskSnapshotWindow.java | 464 final float scaleX = (float) snapshot.getWidth() / mSnapshot.getTaskSize().x; in calculateSnapshotCrop() local 484 final float scaleX = (float) snapshot.getWidth() / mSnapshot.getTaskSize().x; in calculateSnapshotFrame() local
|