Home
last modified time | relevance | path

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

12

/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/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/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/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DAnimatableScaleMatrix.java107 public void setScaleY(float scaleY) { in setScaleY()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DProjectionSpace.h75 const float scaleY = static_cast<float>(orientedDestContent.height()) / content.height(); in getTransform() local
/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/packages/SettingsLib/AdaptiveIcon/src/com/android/settingslib/widget/
DAdaptiveOutlineDrawable.java129 final float scaleY = (bounds.bottom - bounds.top) / pathSize; in draw() local
/frameworks/layoutlib/bridge/src/android/graphics/
DRenderNode_Delegate.java179 float scaleY = renderNode.getScaleY(); in getMatrix() local
316 /*package*/ static boolean nSetScaleY(long renderNode, float scaleY) { in nSetScaleY()
/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/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/services/core/java/com/android/server/wm/
DTaskSnapshotSurface.java422 final float scaleY = (float) snapshot.getHeight() / mSnapshot.getTaskSize().y; in calculateSnapshotCrop() local
443 final float scaleY = (float) snapshot.getHeight() / mSnapshot.getTaskSize().y; in calculateSnapshotFrame() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DTaskSnapshotWindow.java446 final float scaleY = (float) snapshot.getHeight() / mSnapshot.getTaskSize().y; in calculateSnapshotCrop() local
466 final float scaleY = (float) snapshot.getHeight() / mSnapshot.getTaskSize().y; in calculateSnapshotFrame() local
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java295 float pivotY, float scaleX, float scaleY, float translateX, float translateY) { in nUpdateGroupProperties()
381 static void nSetScaleY(long groupPtr, float scaleY) { in nSetScaleY()
944 private void setScaleY(float scaleY) { in setScaleY()
1130 final float scaleY = h / mViewportHeight; in drawPath() local
1264 float scaleY = MathUtils.mag(unitVectors[2], unitVectors[3]); in getMatrixScale() 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.cpp420 float scaleY = (float) targetHeight / mDecodeSize.height(); in decode() local
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java674 float scaleY = viewportHeight / intrinsicHeight; in getPixelSize() local
1418 float scaleY = a.getFloat(R.styleable.VectorDrawableGroup_scaleY, in updateStateFromTypedArray() local
1575 public void setScaleY(float scaleY) { in setScaleY()
2336 float pivotY, float scaleX, float scaleY, float translateX, float translateY); in nUpdateGroupProperties()
2367 private static native void nSetScaleY(long groupPtr, float scaleY); in nSetScaleY()
/frameworks/ex/framesequence/src/android/support/rastermill/
DFrameSequenceDrawable.java412 final float scaleY = 1.0f * bounds.height() / bitmapHeight; in draw() local
/frameworks/native/cmds/flatland/
DGLHelper.cpp238 float scaleY = static_cast<float>(mode.resolution.getHeight()) / h; in computeWindowScale() local
/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewController.java1003 final float scaleY = (float) mAnimationStartHeight / totalHeight; in runEnterAnimation() local
1093 final float scaleY = (float) mAnimationStartHeight / totalHeight; in runExitAnimation() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DViewState.java127 public float scaleY = 1.0f; field in ViewState

12