Home
last modified time | relevance | path

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

123

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/transformation/
DDrawScale.kt31 private val scaleX: Float, constant in com.android.compose.animation.scene.transformation.DrawScale
46 class Factory(private val scaleX: Float, private val scaleY: Float, private val pivot: Offset) : constant in com.android.compose.animation.scene.transformation.DrawScale.Factory
/frameworks/layoutlib/bridge/src/android/view/
DLayoutlibRenderer.java35 private float scaleX = 1.0f; field in LayoutlibRenderer
70 public void setScale(float scaleX, float scaleY) { in setScale()
/frameworks/layoutlib/validator/src/com/android/tools/idea/validator/
DLayoutValidator.java105 float scaleX, in validate()
130 float scaleX, in buildHierarchy()
DAtfBufferedImage.java55 float scaleX, in AtfBufferedImage()
82 float scaleX, in AtfBufferedImage()
/frameworks/native/include/ui/
DRect.h204 Rect scale(float scaleX, float scaleY) const { in scale()
208 Rect& scaleSelf(float scaleX, float scaleY) { in scaleSelf()
/frameworks/native/libs/ui/include_vndk/ui/
DRect.h204 Rect scale(float scaleX, float scaleY) const { in scale()
208 Rect& scaleSelf(float scaleX, float scaleY) { in scaleSelf()
/frameworks/native/libs/ui/include/ui/
DRect.h204 Rect scale(float scaleX, float scaleY) const { in scale()
208 Rect& scaleSelf(float scaleX, float scaleY) { in scaleSelf()
/frameworks/base/tests/graphics/HwAccelerationTest/src/com/android/test/hwui/
DScaledPathsActivity.java84 private void drawPath(Canvas canvas, float scaleX, float scaleY) { in drawPath()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
DGlifPatternDrawable.java149 float scaleX = drawableWidth / VIEWBOX_WIDTH; in createBitmapCache() local
247 float scaleX = drawableBounds.width() / (float) bitmapWidth; in scaleCanvasToBounds() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/anim/
DHoverAnimProps.kt30 val scaleX: Float, constant in com.android.wm.shell.draganddrop.anim.HoverAnimProps
/frameworks/base/libs/hwui/jni/
DNinePatchPeeker.cpp75 void NinePatchPeeker::scale(float scaleX, float scaleY, int scaledWidth, int scaledHeight) { in scale()
/frameworks/base/packages/SystemUI/src/com/android/systemui/decor/
DDebugRoundedCornerDelegate.kt165 val scaleX: Float, constant in com.android.systemui.decor.DebugRoundedCornerModel
189 val scaleX: Float = 1f, in size() constant in com.android.systemui.decor.PathDrawable
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DAnimatableScaleMatrix.java102 public void setScaleX(float scaleX) { in setScaleX()
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/
DMatrixScale.java84 public MatrixScale(float scaleX, float scaleY, float centerX, float centerY) { in MatrixScale()
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
DMediaStoreSaver.java123 float scaleX = width / source.getWidth(); in storeThumbnail() local
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
DMediaStoreSaver.java123 float scaleX = width / source.getWidth(); in storeThumbnail() local
/frameworks/base/libs/hwui/hwui/
DImageDecoder.cpp439 float scaleX = (float) targetWidth / mDecodeSize.width(); in decode() local
525 float scaleX = (float)mTargetSize.width() / width(); in extractGainmap() local
/frameworks/base/tests/graphics/SilkFX/src/com/android/test/silkfx/hdr/
DLutTestActivity.kt187 val scaleX = surfaceWidth.toFloat() / imageWidth.toFloat() in <lambda>() constant
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DProjectionSpace.h59 const float scaleX = static_cast<float>(orientedDestContent.width()) / mContent.width(); in getTransform() local
/frameworks/libs/systemui/viewcapturelib/src/com/android/app/viewcapture/proto/
Dview_capture.proto74 optional float scaleX = 13 [default = 1]; field
/frameworks/base/packages/SettingsLib/AdaptiveIcon/src/com/android/settingslib/widget/
DAdaptiveOutlineDrawable.java130 final float scaleX = (bounds.right - bounds.left) / pathSize; in draw() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/animation/
DPipResizeAnimator.java168 final float scaleX = (float) targetBounds.width() / baseBounds.width(); in setBoundsAndRotation() local
/frameworks/minikin/include/minikin/
DMinikinPaint.h65 float scaleX; member
/frameworks/base/core/java/android/transition/
DChangeImageTransform.java105 float scaleX = ((float) bounds.width()) / drawableWidth; in captureValues() local
DChangeTransform.java418 float translationZ, float scaleX, float scaleY, float rotationX, in setTransforms()
434 public final float scaleX; field in ChangeTransform.Transforms

123