Home
last modified time | relevance | path

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

1234

/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.java267 float scaleY) { in mapRect()
281 float scaleY = (float) height / mHeight; in drawMixed() local
300 float scaleY = (float) height / mHeight; in draw() local
322 float scaleY = target.height() / source.height(); 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.java31 public PropertyListBuilder scaleY(float value) { in scaleY() method in PropertyListBuilder
/aosp14/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/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
H A DGlifPatternDrawable.java150 float scaleY = drawableHeight / VIEWBOX_HEIGHT; in createBitmapCache() local
248 float scaleY = drawableBounds.height() / (float) bitmapHeight; 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()
/aosp14/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.java53 float scaleY = ((float) parentView.getHeight()) / ((float) view.getHeight()); in startCaptureAnimation() local
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DAnimatableScaleMatrix.java107 public void setScaleY(float scaleY) { in setScaleY()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DAnimatableScaleMatrix.java107 public void setScaleY(float scaleY) { in setScaleY()
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
H A DProjectionSpace.h75 const float scaleY = static_cast<float>(orientedDestContent.height()) / content.height(); in getTransform() local
/aosp12/packages/apps/Dialer/java/com/android/incallui/videosurface/impl/
H A DVideoScale.java55 float scaleY = scaleHeight; in scaleVideoAndFillView() local
/aosp12/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
H A DMediaStoreSaver.java124 float scaleY = height / source.getHeight(); in storeThumbnail() local
/aosp12/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
H A DMediaStoreSaver.java124 float scaleY = height / source.getHeight(); in storeThumbnail() local
/aosp14/frameworks/base/libs/hwui/hwui/
H A DImageDecoder.cpp441 float scaleY = (float) targetHeight / mDecodeSize.height(); in decode() local
532 float scaleY = (float)mTargetSize.height() / height(); in extractGainmap() local
/aosp12/frameworks/base/packages/SettingsLib/AdaptiveIcon/src/com/android/settingslib/widget/
H A DAdaptiveOutlineDrawable.java129 final float scaleY = (bounds.bottom - bounds.top) / pathSize; in draw() local
/aosp14/frameworks/base/packages/SettingsLib/AdaptiveIcon/src/com/android/settingslib/widget/
H A DAdaptiveOutlineDrawable.java129 final float scaleY = (bounds.bottom - bounds.top) / pathSize; in draw() local
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A DRenderNode_Delegate.java179 float scaleY = renderNode.getScaleY(); in getMatrix() local
316 /*package*/ static boolean nSetScaleY(long renderNode, float scaleY) { in nSetScaleY()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
H A DExitDesktopTaskTransitionHandler.java153 final float scaleY = (float) startBounds.height() / screenHeight; in startChangeTransition() local
/aosp12/frameworks/base/core/java/android/transition/
H A DChangeImageTransform.java104 float scaleY = ((float) bounds.height()) / drawableHeight; in captureValues() local
H A DChangeTransform.java415 float translationZ, float scaleX, float scaleY, float rotationX, in setTransforms()
432 public final float scaleY; field in ChangeTransform.Transforms
/aosp14/frameworks/base/core/java/android/transition/
H A DChangeImageTransform.java104 float scaleY = ((float) bounds.height()) / drawableHeight; in captureValues() local

1234