Home
last modified time | relevance | path

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

12

/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()
/aosp14/frameworks/base/libs/hwui/jni/
H A DNinePatchPeeker.cpp75 void NinePatchPeeker::scale(float scaleX, float scaleY, int scaledWidth, int scaledHeight) { in scale()
H A DBitmapFactory.cpp268 const float scaleY = scaledHeight / float(decodeBitmap.height()); in decodeGainmap() local
536 const float scaleY = scaledHeight / float(decodingBitmap.height()); in doDecode() local
H A DBitmapRegionDecoder.cpp139 const float scaleY = ((float)mGainmapBRD->height()) / mMainImageBRD->height(); in calculateGainmapRegion() local
H A 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()
/aosp14/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/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
/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
/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
/aosp14/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/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
H A DUserAspectRatioSettingsLayout.java148 final ObjectAnimator scaleY = in showItem() local
/aosp14/frameworks/base/libs/hwui/
H A DVectorDrawable.h392 float scaleY = 1; member
409 void setScaleY(float scaleY) { VD_SET_PRIMITIVE_FIELD_AND_NOTIFY(scaleY, scaleY); } in setScaleY()
418 void updateProperties(float rotate, float pivotX, float pivotY, float scaleX, float scaleY, in updateProperties()
440 scaleY, enumerator
H A DVectorDrawable.cpp532 float scaleY = cacheHeight / viewportHeight; in updateBitmapCache() local
H A DRenderProperties.h319 bool setScaleY(float scaleY) { return RP_SET_AND_DIRTY(mPrimitiveFields.mScaleY, scaleY); } in setScaleY()
/aosp14/frameworks/base/core/java/android/window/
H A DSnapshotDrawerUtils.java267 final float scaleY = (float) snapshot.getHeight() / mSnapshot.getTaskSize().y; in calculateSnapshotCrop() local
287 final float scaleY = (float) snapshot.getHeight() / mSnapshot.getTaskSize().y; in calculateSnapshotFrame() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/
H A DActivityEmbeddingAnimationSpec.java157 float scaleY = ((float) startBounds.height()) / endBounds.height(); in createChangeBoundsChangeAnimations() local
/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DTaskFragmentAnimationSpec.java154 float scaleY = ((float) startBounds.height()) / endBounds.height(); in createChangeBoundsChangeAnimations() local
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DContentRecorder.java493 float scaleY = surfaceSize.y / (float) recordedContentBounds.height(); in updateMirroredSurface() local
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java674 float scaleY = viewportHeight / intrinsicHeight; in getPixelSize() local
1411 float scaleY = a.getFloat(R.styleable.VectorDrawableGroup_scaleY, in updateStateFromTypedArray() local
1568 public void setScaleY(float scaleY) { in setScaleY()
2321 float pivotY, float scaleX, float scaleY, float translateX, float translateY); in nUpdateGroupProperties()
2352 private static native void nSetScaleY(long groupPtr, float scaleY); in nSetScaleY()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/qrcode/
H A DQrCamera.java347 float scaleY = 1.0f; in setTransformationMatrix() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DViewState.java206 public void setScaleY(float scaleY) { in setScaleY()
/aosp14/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java706 public @NonNull ViewPropertyAnimator scaleY(float value) { in scaleY() method in ViewPropertyAnimator
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DTiledImageRenderer.java622 float scaleY = (float) mPreview.getHeight() / mImageHeight; in drawTile() local
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DRenderNode.java1210 public boolean setScaleY(float scaleY) { in setScaleY()
1831 private static native boolean nSetScaleY(long renderNode, float scaleY); in nSetScaleY()

12