Home
last modified time | relevance | path

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

12

/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()
Dandroid_graphics_drawable_VectorDrawable.cpp175 jfloat pivotY, jfloat scaleX, jfloat scaleY, jfloat translateX, jfloat translateY) { in updateGroupProperties()
244 static void setScaleY(JNIEnv*, jobject, jlong groupPtr, jfloat scaleY) { in setScaleY()
DBitmapFactory.cpp395 const float scaleY = scaledHeight / float(decodingBitmap.height()); in doDecode() local
/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/packages/SystemUI/src/com/android/systemui/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/base/libs/hwui/hwui/
DImageDecoder.cpp208 float scaleY = (float) mTargetSize.height() / mDecodeSize.height(); in decode() local
/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/packages/SystemUI/src/com/android/systemui/assist/
DAssistHandleViewController.java139 Animator scaleY = ObjectAnimator.ofFloat(view, View.SCALE_Y, scaleStart, scaleEnd); in getHandleAnimator() 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.java414 float translationZ, float scaleX, float scaleY, float rotationX, in setTransforms()
431 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.java432 final float scaleY = in calculateSnapshotCrop() local
453 final float scaleY = in calculateSnapshotFrame() local
/frameworks/av/services/camera/libcameraservice/device3/
DDistortionMapper.cpp263 float scaleY = mActiveHeight / mArrayHeight; in mapRawToCorrectedSimple() local
349 float scaleY = mArrayHeight / mActiveHeight; in mapCorrectedToRawImplSimple() 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/native/services/surfaceflinger/
DDisplayDevice.cpp196 const float scaleY = destHeight / sourceHeight; in setProjection() local
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java670 float scaleY = viewportHeight / intrinsicHeight; in getPixelSize() local
1414 float scaleY = a.getFloat(R.styleable.VectorDrawableGroup_scaleY, in updateStateFromTypedArray() local
1571 public void setScaleY(float scaleY) { in setScaleY()
2332 float pivotY, float scaleX, float scaleY, float translateX, float translateY); in nUpdateGroupProperties()
2363 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>(config.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/core/java/android/hardware/camera2/legacy/
DSurfaceTextureRenderer.java290 float scaleY = intermediate.height() / output.height(); in drawFrame() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DViewState.java127 public float scaleY = 1.0f; field in ViewState

12