Home
last modified time | relevance | path

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

12

/frameworks/layoutlib/bridge/src/android/graphics/
DLayoutlibRenderer.java24 private float scaleY = 1.0f; field in LayoutlibRenderer
44 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.java60 float scaleY) { in AtfBufferedImage()
88 float scaleY) { in AtfBufferedImage()
DValidatorUtil.java113 float scaleY) { in buildHierarchy()
/frameworks/native/include/ui/
DRect.h206 Rect scale(float scaleX, float scaleY) const { in scale()
210 Rect& scaleSelf(float scaleX, float scaleY) { in scaleSelf()
/frameworks/native/libs/ui/include_vndk/ui/
DRect.h206 Rect scale(float scaleX, float scaleY) const { in scale()
210 Rect& scaleSelf(float scaleX, float scaleY) { in scaleSelf()
/frameworks/native/libs/ui/include/ui/
DRect.h206 Rect scale(float scaleX, float scaleY) const { in scale()
210 Rect& scaleSelf(float scaleX, float scaleY) { in scaleSelf()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DScaledPathsActivity.java84 private void drawPath(Canvas canvas, float scaleX, float scaleY) { in drawPath()
/frameworks/base/libs/hwui/jni/
DNinePatchPeeker.cpp75 void NinePatchPeeker::scale(float scaleX, float scaleY, int scaledWidth, int scaledHeight) { in scale()
/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/libs/systemui/viewcapturelib/src/com/android/app/viewcapture/proto/
Dview_capture.proto51 optional float scaleY = 14 [default = 1]; field
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DAnimatableScaleMatrix.java107 public void setScaleY(float scaleY) { in setScaleY()
/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/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DProjectionSpace.h60 const float scaleY = static_cast<float>(orientedDestContent.height()) / mContent.height(); in getTransform() local
/frameworks/base/packages/SettingsLib/AdaptiveIcon/src/com/android/settingslib/widget/
DAdaptiveOutlineDrawable.java129 final float scaleY = (bounds.bottom - bounds.top) / pathSize; in draw() local
/frameworks/base/core/java/android/transition/
DChangeImageTransform.java104 float scaleY = ((float) bounds.height()) / drawableHeight; in captureValues() local
DChangeTransform.java415 float translationZ, float scaleX, float scaleY, float rotationX, in setTransforms()
432 public final float scaleY; field in ChangeTransform.Transforms
/frameworks/base/services/core/java/com/android/server/wm/
DContentRecorder.java416 float scaleY = surfaceSize.y / (float) recordedContentBounds.height(); in updateMirroredSurface() local
/frameworks/base/libs/hwui/
DVectorDrawable.h391 float scaleY = 1; member
408 void setScaleY(float scaleY) { VD_SET_PRIMITIVE_FIELD_AND_NOTIFY(scaleY, scaleY); } in setScaleY()
417 void updateProperties(float rotate, float pivotX, float pivotY, float scaleX, float scaleY, in updateProperties()
439 scaleY, enumerator
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
DTaskFragmentAnimationSpec.java154 float scaleY = ((float) startBounds.height()) / endBounds.height(); in createChangeBoundsChangeAnimations() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/
DActivityEmbeddingAnimationSpec.java149 float scaleY = ((float) startBounds.height()) / endBounds.height(); in createChangeBoundsChangeAnimations() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DTaskSnapshotWindow.java457 final float scaleY = (float) snapshot.getHeight() / mSnapshot.getTaskSize().y; in calculateSnapshotCrop() local
477 final float scaleY = (float) snapshot.getHeight() / mSnapshot.getTaskSize().y; in calculateSnapshotFrame() local
/frameworks/av/services/camera/libcameraservice/device3/
DDistortionMapper.cpp333 float scaleY = mapperInfo->mActiveHeight / mapperInfo->mArrayHeight; in mapRawToCorrectedSimple() local
419 float scaleY = mapperInfo->mArrayHeight / mapperInfo->mActiveHeight; in mapCorrectedToRawImplSimple() local
/frameworks/base/libs/hwui/hwui/
DImageDecoder.cpp421 float scaleY = (float) targetHeight / mDecodeSize.height(); in decode() local

12