Home
last modified time | relevance | path

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

12

/frameworks/support/transition/tests/src/android/support/transition/
DChangeImageTransformTest.java111 float scaleY = ((float) imageViewHeight) / imageHeight; in fitXYMatrix() local
125 float scaleY = ((float) imageViewHeight) / imageHeight; in centerCropMatrix() local
147 float scaleY = ((float) imageViewHeight) / imageHeight; in fitCenterMatrix() local
169 float scaleY = ((float) imageViewHeight) / imageHeight; in fitStartMatrix() local
185 float scaleY = ((float) imageViewHeight) / imageHeight; in fitEndMatrix() local
/frameworks/base/tests/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.java161 float scaleY = drawableHeight / VIEWBOX_HEIGHT; in createBitmapCache() local
263 float scaleY = drawableBounds.height() / (float) bitmapHeight; in scaleCanvasToBounds() local
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/
DUtils.java133 PropertyValuesHolder scaleY = PropertyValuesHolder.ofKeyframe("scaleY", k0, k1, k2, k3); in getPulseAnimator() local
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
DMediaStoreSaver.java124 float scaleY = height / source.getHeight(); in storeThumbnail() local
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
DMediaStoreSaver.java124 float scaleY = height / source.getHeight(); in storeThumbnail() local
/frameworks/support/transition/api14/android/support/transition/
DViewUtilsApi14.java130 final float scaleY = values[Matrix.MSCALE_Y] / cos; in setAnimationMatrix() local
/frameworks/layoutlib/bridge/src/android/view/
DRenderNode_Delegate.java181 float scaleY = renderNode.getScaleY(); in getMatrix() local
318 /*package*/ static boolean nSetScaleY(long renderNode, float scaleY) { in nSetScaleY()
/frameworks/base/core/java/android/transition/
DChangeImageTransform.java109 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/support/v17/leanback/src/android/support/v17/leanback/widget/
DScaleFrameLayout.java61 public void setLayoutScaleY(float scaleY) { in setLayoutScaleY()
/frameworks/base/libs/hwui/
DVectorDrawable.h416 float scaleY = 1; member
451 void setScaleY(float scaleY) { in setScaleY()
467 float scaleX, float scaleY, float translateX, float translateY) { in updateProperties()
487 scaleY, enumerator
DTessellationCache.h62 float scaleY; member
DVectorDrawable.cpp524 float scaleY = dst.height() / mProperties.getViewportHeight(); in draw() local
607 float scaleY = cacheHeight / viewportHeight; in updateBitmapCache() local
/frameworks/support/transition/src/android/support/transition/
DChangeImageTransform.java222 final float scaleY = ((float) imageViewHeight) / imageHeight; in centerCropMatrix() local
DChangeTransform.java439 float translationZ, float scaleX, float scaleY, float rotationX, in setTransforms()
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java283 float pivotY, float scaleX, float scaleY, float translateX, float translateY) { in nUpdateGroupProperties()
369 static void nSetScaleY(long groupPtr, float scaleY) { in nSetScaleY()
932 private void setScaleY(float scaleY) { in setScaleY()
1117 final float scaleY = h / mViewportHeight; in drawPath() local
1231 float scaleY = MathUtils.mag(unitVectors[2], unitVectors[3]); in getMatrixScale() local
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DVectorDrawableCompat.java534 float scaleY = viewportHeight / intrinsicHeight; in getPixelSize() local
1170 final float scaleY = h / mViewportHeight; in drawPath() local
1275 float scaleY = (float) Math.hypot(unitVectors[2], unitVectors[3]); in getMatrixScale() local
1478 public void setScaleY(float scaleY) { in setScaleY()
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java575 float scaleY = viewportHeight / intrinsicHeight; in getPixelSize() local
1311 float scaleY = a.getFloat(R.styleable.VectorDrawableGroup_scaleY, in updateStateFromTypedArray() local
1465 public void setScaleY(float scaleY) { in setScaleY()
2222 float pivotY, float scaleX, float scaleY, float translateX, float translateY); in nUpdateGroupProperties()
2253 private static native void nSetScaleY(long groupPtr, float scaleY); in nSetScaleY()
/frameworks/native/cmds/flatland/
DGLHelper.cpp239 float scaleY = float(info.h) / float(h); in computeWindowScale() local
/frameworks/ex/framesequence/src/android/support/rastermill/
DFrameSequenceDrawable.java412 final float scaleY = 1.0f * bounds.height() / bitmapHeight; in draw() local
/frameworks/base/core/java/android/view/
DRenderNode.java611 public boolean setScaleY(float scaleY) { in setScaleY()
939 private static native boolean nSetScaleY(long renderNode, float scaleY); in nSetScaleY()
/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/support/compat/java/android/support/v4/view/
DViewPropertyAnimatorCompat.java435 public ViewPropertyAnimatorCompat scaleY(float value) { in scaleY() method in ViewPropertyAnimatorCompat
/frameworks/base/core/java/android/hardware/camera2/legacy/
DSurfaceTextureRenderer.java283 float scaleY = intermediate.height() / output.height(); in drawFrame() local

12