Home
last modified time | relevance | path

Searched defs:scaleY (Results 1 – 25 of 64) sorted by relevance

123

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/transformation/
DDrawScale.kt32 private val scaleY: 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.java36 private float scaleY = 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.java106 float scaleY) { in validate()
131 float scaleY) { in buildHierarchy()
DAtfBufferedImage.java56 float scaleY) { in AtfBufferedImage()
83 float scaleY) { 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.java150 float scaleY = drawableHeight / VIEWBOX_HEIGHT; in createBitmapCache() local
248 float scaleY = drawableBounds.height() / (float) bitmapHeight; in scaleCanvasToBounds() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/anim/
DHoverAnimProps.kt31 val scaleY: 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.kt166 val scaleY: Float, constant in com.android.systemui.decor.DebugRoundedCornerModel
190 val scaleY: Float = 1f, in size() constant in com.android.systemui.decor.PathDrawable
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DAnimatableScaleMatrix.java107 public void setScaleY(float scaleY) { in setScaleY()
/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.java124 float scaleY = height / source.getHeight(); in storeThumbnail() local
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
DMediaStoreSaver.java124 float scaleY = height / source.getHeight(); in storeThumbnail() local
/frameworks/base/libs/hwui/hwui/
DImageDecoder.cpp440 float scaleY = (float) targetHeight / mDecodeSize.height(); in decode() local
526 float scaleY = (float)mTargetSize.height() / height(); in extractGainmap() local
/frameworks/base/tests/graphics/SilkFX/src/com/android/test/silkfx/hdr/
DLutTestActivity.kt188 val scaleY = surfaceHeight.toFloat() / imageHeight.toFloat() in <lambda>() constant
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DProjectionSpace.h60 const float scaleY = static_cast<float>(orientedDestContent.height()) / mContent.height(); in getTransform() local
/frameworks/libs/systemui/viewcapturelib/src/com/android/app/viewcapture/proto/
Dview_capture.proto75 optional float scaleY = 14 [default = 1]; field
/frameworks/base/packages/SettingsLib/AdaptiveIcon/src/com/android/settingslib/widget/
DAdaptiveOutlineDrawable.java131 final float scaleY = (bounds.bottom - bounds.top) / pathSize; in draw() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/animation/
DPipResizeAnimator.java169 final float scaleY = (float) targetBounds.height() / baseBounds.height(); in setBoundsAndRotation() local
/frameworks/base/core/java/android/transition/
DChangeImageTransform.java106 float scaleY = ((float) bounds.height()) / drawableHeight; in captureValues() local
DChangeTransform.java418 float translationZ, float scaleX, float scaleY, float rotationX, in setTransforms()
435 public final float scaleY; field in ChangeTransform.Transforms
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DExitDesktopTaskTransitionHandler.java191 final float scaleY = (float) startBounds.height() / screenHeight; in startChangeTransition() local

123