Home
last modified time | relevance | path

Searched defs:scaleX (Results 1 – 25 of 74) sorted by relevance

123

/aosp12/frameworks/native/libs/ui/include/ui/
H A DRect.h206 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 DRect.h206 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 DRect.h206 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 DTiledTexture.java266 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 DScaledPathsActivity.java84 private void drawPath(Canvas canvas, float scaleX, float scaleY) { in drawPath()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/anim/
H A DPropertyListBuilder.java26 public PropertyListBuilder scaleX(float value) { in scaleX() method in PropertyListBuilder
/aosp12/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
H A DGlifPatternDrawable.java149 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 DNinePatchPeeker.cpp75 void NinePatchPeeker::scale(float scaleX, float scaleY, int scaledWidth, int scaledHeight) { in scale()
/aosp12/packages/apps/Camera2/src/com/android/camera/
H A DAnimationManager.java52 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 DAnimatableScaleMatrix.java102 public void setScaleX(float scaleX) { in setScaleX()
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
H A DProjectionSpace.h74 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 DVideoScale.java54 float scaleX = scaleWidth; in scaleVideoAndFillView() local
/aosp12/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
H A DMediaStoreSaver.java123 float scaleX = width / source.getWidth(); in storeThumbnail() local
/aosp12/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
H A DMediaStoreSaver.java123 float scaleX = width / source.getWidth(); in storeThumbnail() local
/aosp12/frameworks/base/packages/SettingsLib/AdaptiveIcon/src/com/android/settingslib/widget/
H A DAdaptiveOutlineDrawable.java128 final float scaleX = (bounds.right - bounds.left) / pathSize; in draw() local
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A DRenderNode_Delegate.java178 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 DMinikinPaint.h65 float scaleX; member
/aosp12/frameworks/base/core/java/android/transition/
H A DChangeImageTransform.java103 float scaleX = ((float) bounds.width()) / drawableWidth; in captureValues() local
H A DChangeTransform.java415 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 DTaskFragmentAnimationAdapter.java139 final float scaleX = mMatrix[MSCALE_X]; in onAnimationUpdateInner() local
H A DTaskFragmentAnimationSpec.java130 float scaleX = ((float) startBounds.width()) / endBounds.width(); in createChangeBoundsChangeAnimations() local
/aosp12/packages/apps/Settings/src/com/android/settings/biometrics/face/
H A DFaceEnrollPreviewFragment.java312 float scaleX = (float) viewWidth / mPreviewSize.getWidth(); in configureTransform() local
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DGalleryActivity.java263 float scaleX = decor.getWidth() / maxX; in onGenericMotionEvent() local
/aosp12/frameworks/base/libs/hwui/
H A DVectorDrawable.h390 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 DTaskSnapshotWindow.java464 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

123